Re: [GXemul-users] Windows NT ppc or OS/2 ppc
Status: Alpha
Brought to you by:
gavare
From: Anders G. <ga...@gm...> - 2008-11-03 20:35:16
|
Hi Paulo, Ons 2008-10-29 klockan 22:33 -0200 skrev Paulo Correia: > Hi, > I´m trying to run these systems on Gxemul in ubuntu 8.0.4 > I created two disks with these command lines: > dd if=/dev/zero of=os2ppc.img bs=1024 count=1 seek=999000 > dd if=/dev/zero of=ntppc.img bs=1024 count=1 seek=999000 I've never tried OS/2 in GXemul at all. It sounds like an interesting experiment. ... > ISO9660 boot: > "NTSRV351":MIPS\ARCINST > extracted 73216 bytes into /tmp/gxemul.XXXXXXC4rDpo > loading > > No such file or directory It should say something like loading /tmp/gxemul.XXXXXXC4rDpo. There's a bug in src/disk/bootblock_iso9660.c. For a quick temporary workaround, remove the following lines from the end of bootblock_iso9660.c and recompile: if (tmpfname != NULL) free(tmpfname); > I installed gxemul using apt-get install gxemul on ubuntu Downloading the .tar.gz file, editing bootblock_iso9660.c, and running ./configure && make should hopefully work on Ubuntu. Anders |