st, try
qemu-system-x86_64 \
-m 1G \
-device
loader,file=BIOS.fd,csbaseaddr=0x9df,addr=$0x9b0,cpu-num=0,force-raw=on
\
-device loader,addr=0xfff0,cpu-num=0 \
-bios BIOS.fd
The "-bios BIOS.fd" at the end is optional--but customary.
This has been used successfully
This introduces a new generic-loader setting "csbaseaddr" that
allows you to set the segment base address of CS.
Signed-off-by: Danny Milosavljevic
---
hw/core/generic-loader.c | 6 +-
include/hw/core/cpu.h| 1 +
include/hw/core/generic-loader.h | 1 +
t
st, try
qemu-system-x86_64 \
-m 1G \
-device
loader,file=BIOS.fd,csbaseaddr=0x9df,addr=$0x9b0,cpu-num=0,force-raw=on
\
-device loader,addr=0xfff0,cpu-num=0 \
-bios BIOS.fd
The "-bios BIOS.fd" at the end is optional--but customary.
This has been used successfully
This introduces a new generic-loader setting "csbaseaddr" that
allows you to set the segment base address of CS.
Signed-off-by: Danny Milosavljevic
---
hw/core/generic-loader.c | 5 -
include/hw/core/cpu.h| 1 +
include/hw/core/generic-loader.h | 1 +
t
Hi,
I suggest you add the files from
http://www.scratchpost.org/patches/desktop.zip
or something to that extent to enable proper UNIX desktop integration to
qemu.
I'm sure my patches are still lacking, but it's just to hint at what is
still needed.
The file "qemu.desktop" registers the applic