Hi,
I'm working on project to implement a serial boot option in proll to
emulate the way a real sparc bios works. However I'm having some
problems that I was hoping someone here could help me with.
I can't seem to access qemu's serial port hardware. I can see how it's
done by other functio
CVSROOT:/cvsroot/qemu
Module name:qemu
Branch:
Changes by: Fabrice Bellard <[EMAIL PROTECTED]> 05/11/19 18:17:16
Modified files:
. : block-vvfat.c
Log message:
DOS 6.22 fix (Johannes Schindelin)
CVSWeb URLs:
http://savannah.gnu.org/cgi-b
CVSROOT:/cvsroot/qemu
Module name:qemu
Branch:
Changes by: Fabrice Bellard <[EMAIL PROTECTED]> 05/11/19 17:47:39
Modified files:
. : cpu-all.h
Log message:
target independent memory access functions
CVSWeb URLs:
http://savannah.gnu.org/c
CVSROOT:/cvsroot/qemu
Module name:qemu
Branch:
Changes by: Fabrice Bellard <[EMAIL PROTECTED]> 05/11/19 17:43:37
Modified files:
hw : usb-uhci.c
Log message:
USB reset typo (Lonnie Mendez)
CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/view
CVSROOT:/cvsroot/qemu
Module name:qemu
Branch:
Changes by: Fabrice Bellard <[EMAIL PROTECTED]> 05/11/19 17:42:52
Modified files:
. : qemu-doc.texi
Log message:
update
CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/qemu/qemu/qemu-do
In message: <[EMAIL PROTECTED]>
Shaun Jackman <[EMAIL PROTECTED]> writes:
: 2005/11/18, M. Warner Losh <[EMAIL PROTECTED]>:
: > I've run into issues with qemu's emulation of the RTL8129 that is
: > claimed with changes I made to the FreeBSD ed driver. While I've
: > fixed the ed driver
DOS 6.22 ignores the number_of_sectors_per_fat entry in the boot block, but
insists on the minimal amount. Since I miscalculated that value, it did
not match the expectations of DOS.
Signed-off-by: Johannes Schindelin <[EMAIL PROTECTED]>
---
> If you will find the solution to the MS-DOS
Hi,
Currently the problem is that there is no OpenFirmware boot prom available
which could be used with Qemu. Proll is too simple, for example there is no
Forth interpreter.
Because of the lack of a boot prom and general shortage on 64-bit Sparc user
applications, Sparc64 support for Qemu ha