From: Brad Campbell <brad@wasp.net.au>
To: qemu-devel@nongnu.org
Subject: [Qemu-devel] VNC server
Date: Mon, 19 Apr 2004 10:21:09 +0400 [thread overview]
Message-ID: <40836FD5.4020308@wasp.net.au> (raw)
G'day all,
Just an idea I thought of while trying to install win2k on one machine remotely over a wireless
link. Instead of outputting to SDL, how difficult would it be to output to VNC as an option.
On another note,
I have been playing with win2k installs on a couple of machines, and I can get it to install
completely if I set nics=0 in pc.c, disable the SB16 and apply these two hunks to last nights cvs
if (!(s->ar_index & 0x20)) { /* output is disabled */
printf("VGA: vga_update_display not updating due to display
disabled\n");
return;
}
Then in vga_draw_text (sorry, no line numbers since my vga.c doesn't match
yours in that respect), around 90 lines into it just before the cy loop
starts, try the following:
if (height * width >= CH_ATTR_SIZE)
{
printf("TMN: Saving VGA from crashing in vga_draw_text()\n");
return;
}
-nics=0 returns something along the lines of "Invalid number of nics" so I have to patch hw/pc.c instead
Having said that it boots to a black screen that's dead and in safe mode it boots to a missing dll.
It is getting there however. (Testing continues)
Regards,
Brad
reply other threads:[~2004-04-19 6:33 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=40836FD5.4020308@wasp.net.au \
--to=brad@wasp.net.au \
--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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.