From: Askar Safin <safinaskar@mail.ru>
To: qemu-devel@nongnu.org
Subject: [Qemu-devel] [Bug 922076] Re: doesn't clear screen on boot
Date: Thu, 15 Dec 2016 22:10:46 -0000 [thread overview]
Message-ID: <20161215221046.29284.99751.malone@wampee.canonical.com> (raw)
In-Reply-To: 20120126133438.17636.69999.malonedeb@soybean.canonical.com
This is Screenshot_20161216_005859.png , screenshot with grub
** Attachment added: "Screenshot_20161216_005859.png"
https://bugs.launchpad.net/qemu/+bug/922076/+attachment/4792205/+files/Screenshot_20161216_005859.png
--
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/922076
Title:
doesn't clear screen on boot
Status in QEMU:
Incomplete
Bug description:
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!
To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/922076/+subscriptions
next prev parent reply other threads:[~2016-12-15 22:25 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-01-26 13:34 [Qemu-devel] [Bug 922076] [NEW] doesn't clear screen on boot Askar Safin
2012-01-26 13:34 ` [Qemu-devel] [Bug 922076] " Askar Safin
2013-03-31 15:53 ` Askar Safin
2014-06-02 12:54 ` Askar Safin
2016-12-15 17:48 ` Thomas Huth
2016-12-15 22:09 ` Askar Safin
2016-12-15 22:10 ` Askar Safin [this message]
2016-12-15 22:11 ` Askar Safin
2016-12-16 8:19 ` Thomas Huth
2021-05-03 9:51 ` Thomas Huth
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20161215221046.29284.99751.malone@wampee.canonical.com \
--to=safinaskar@mail.ru \
--cc=922076@bugs.launchpad.net \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).