Hi,
Artyom Tarasenko a écrit :
On 3/17/12, Hervé Poussineau <hpous...@reactos.org> wrote:
First two patches repair some functionality broken since 2009!
Debian install root floppy can now be started again.
Can you give the qemu command line for this?
The command line is
qemu-system-ppc -kernel zImage.prep -fda debian_install_root.bin -M prep
You can find kernel and floppy image in archive
http://www.h6.dion.ne.jp/~kazuw/qemu-win/qemu-0.9.0-ppc.zip
You can find other floppy images required for install at
http://archive.debian.org/debian/dists/woody/main/disks-powerpc/current/prep/images-1.44/
Patches 4 to 6 implement the pc87312 Super I/O chip.
Some versions by me or by Andreas Färber have already been sent on
mailing list. This patch has been tested on PReP emulation and on
IBM 40p (not yet committed).
Hervé Poussineau (6):
i82378/i82374: do not create DMA controller twice
prep: change default cpu to '7448'
isa: add isa_bus_from_device() method
fdc: Parametrize ISA base, IRQ and DMA
prep: add pc87312 Super I/O emulation
prep: use pc87312 Super I/O chip instead of collection of random ISA
devices
Hervé