[GXemul-users] Windows NT ppc or OS/2 ppc
Status: Alpha
Brought to you by:
gavare
|
From: Paulo C. <ps...@ho...> - 2008-10-30 00:33:22
|
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
When I ran Gxemul using these command lines:
gxemul -X -E prep -e ibm6050 -d os2ppc.img -d b:os2ppc.iso -j (*)
In OS/2, I tried BL_AUTO to boot after the Gxemul loading the following
error message appeared "*No such file or directory*"
And also
gxemul -X -E prep -e ibm6050 -d ntppc.img -d b:WINNT351.ISO -j(*)
I Tried to run the Windows NT MIPS example on Gxemul website but ARCINST
didn't run and the following error message appeared "*No such file or
directory*"
(*)I don´t know where they are or who are the boot files in OS/2 or
Windows NT someone can help me on this ?
What is wrong ?
All files (*. img and *. iso) are in the Doccuments Folder and I´m using
the Gxemul command line in this Folder.
Below follows everything that appears when I try to run the example of
Windows NT MIPS:
root@paulo-desktop:/home/paulo/Doccuments# gxemul -X -e pica -d
ntmips.img -d b:WINNT351.ISO -j MIPS\\ARCINST
GXemul 0.4.6.3 Copyright (C) 2003-2008 Anders Gavare
Read the source code and/or documentation for other Copyright messages.
Simple setup...
net:
simulated network: 10.0.0.0/8 (max outgoing: TCP=100, UDP=100)
simulated gateway+nameserver: 10.0.0.254 (60:50:40:30:20:10)
simulated nameserver uses real nameserver 200.204.0.10
machine:
memory: 64 MB
cpu0: R4000 (I+D = 8+8 KB, L2 = 512 KB)
ARC system @ 0xffffffffbfca8000 ("PICA-61")
ARC cpu0 @ 0xffffffffbfca803c
picache @ 0xffffffffbfca8078, pdcache @ 0xffffffffbfca80ac
sdcache @ 0xffffffffbfca80e0
machine: ARC (Microsoft Jazz, Acer PICA-61)
bootstring(+bootarg): scsi(0)cdrom(1)fdisk(0)\MIPS\ARCINST -aN
diskimage: ntmips.img
SCSI DISK id 0, read/write, 975 MB (1998002 sectors)
diskimage: WINNT351.ISO
SCSI CD-ROM id 1, read-only, 334 MB (685056 sectors) (BOOT)
ISO9660 boot:
"NTSRV351":MIPS\ARCINST
extracted 73216 bytes into /tmp/gxemul.XXXXXXC4rDpo
loading
No such file or directory
I installed gxemul using apt-get install gxemul on ubuntu
Thanks for any answer
Paulo
|