Activity log for bug #922076

Date Who What changed Old value New value Message
2012-01-26 13:34:38 Askar Safin bug added bug
2012-01-26 13:34:38 Askar Safin attachment added kernel code. this kernel makes qemu bugs visible https://bugs.launchpad.net/bugs/922076/+attachment/2694574/+files/kernel.tar
2014-06-02 12:54:21 Askar Safin description When I start Linux in Qemu via "qemu -kernel /vmlinuz ...", opens Qemu window, it shows message "Starting Seabios (version 0.5.1-2010...)", and then Linux writes messages like "Loading, please wait..." on top of previous message! For example, I can see "Loading, please wait...on 0.5.1-2010...)" So, Qemu doesn't clean screan before booting OS. Moreover, when I start Linux via "qemu /disk-image", Qemu shows "Starting Seabios (version 0.5.1-2010...)", then switches to graphical mode, shows GRUB, then switches back to text mode and shows "Starting Seabios" again! And again Linux prints messages on top of Seabios messages, and we see a mix of symbols on screen. Also, I found another bug! I am learning now to write kernels. And I see that operator "*(char *)0xb8000 = 0" in C code of kernel doesn't clean first charaster of screen in Qemu in "-curses" mode! If I want to real clean this charaster, I must type "*(char *)0xb8000 = ' '". I attach a kernel (x86, multiboot) with this bug. Just type "make" (you need gcc) and "qemu -curses -kernel kernel". You will see that screen is not cleared, but kernel tries to clean it. If you change 0 to ' ', all will work! When I start Linux in Qemu via "qemu -kernel /vmlinuz ...", Qemu window appears and it shows message "Starting Seabios (version 0.5.1-2010...)", and then Linux writes messages like "Loading, please wait..." on top of previous message! For example, I can see "Loading, please wait...on 0.5.1-2010...)" So, Qemu doesn't clean screan before booting OS. Moreover, when I start Linux via "qemu /disk-image", Qemu shows "Starting Seabios (version 0.5.1-2010...)", then switches to graphical mode, shows GRUB, then switches back to text mode and shows "Starting Seabios" again! And again Linux prints messages on top of Seabios messages, and we see a mix of symbols on screen. Also, I found another bug! I am learning now to write kernels. And I see that operator "*(char *)0xb8000 = 0" in C code of kernel doesn't clean first charaster of screen in Qemu in "-curses" mode! If I want to real clean this charaster, I must type "*(char *)0xb8000 = ' '". I attach a kernel (x86, multiboot) with this bug. Just type "make" (you need gcc) and "qemu -curses -kernel kernel". You will see that screen is not cleared, but kernel tries to clean it. If you change 0 to ' ', all will work!
2016-12-15 17:48:44 Thomas Huth qemu: status New Incomplete
2016-12-15 22:09:23 Askar Safin attachment added Screenshot_20161216_005817.png https://bugs.launchpad.net/qemu/+bug/922076/+attachment/4792204/+files/Screenshot_20161216_005817.png
2016-12-15 22:10:46 Askar Safin attachment added Screenshot_20161216_005859.png https://bugs.launchpad.net/qemu/+bug/922076/+attachment/4792205/+files/Screenshot_20161216_005859.png
2016-12-15 22:11:40 Askar Safin attachment added Screenshot_20161216_005917.png https://bugs.launchpad.net/qemu/+bug/922076/+attachment/4792206/+files/Screenshot_20161216_005917.png
2016-12-16 08:19:16 Thomas Huth qemu: status Incomplete Triaged
2021-05-03 09:51:21 Thomas Huth qemu: status Triaged Expired
2021-05-03 09:51:23 Thomas Huth bug watch added https://gitlab.com/qemu-project/qemu/-/issues/87