Hi all,
I downloaded ReactOS 0.2.7 iso. THe installation whent fine, but after
booting the system stops and bochs keeps outputting the following messages:
00311505974i[CPU0 ] allow_io(): IO addr 3c4 (len 1) outside TSS IO
permission map (base=ffff, limit=2068) #GP(0)
00311506230i[CPU0 ] allow_io(): IO addr 3c5 (len 1) outside TSS IO
permission map (base=ffff, limit=2068) #GP(0)
00311506532i[CPU0 ] allow_io(): IO addr cf8 (len 4) outside TSS IO
permission map (base=ffff, limit=2068) #GP(0)
00311506815i[CPU0 ] allow_io(): IO addr cfc (len 4) outside TSS IO
permission map (base=ffff, limit=2068) #GP(0)
what whrong?
The bochsrc.txt is:
ata0:enabled=1, ioaddr1=0x1f0,ioaddr2=0x3f0,irq=14
ata1:enabled=1, ioaddr1=0x170,ioaddr2=0x370,irq=15
ata0-master: type=disk, path="c.img", mode=flat, cylinders=1040,
heads=16, spt=63
ata1-master: type=cdrom,path=ReactOS.iso,status=inserted
megs:64
romimage:file=/usr/share/bochs/BIOS-bochs-latest, address=0xf0000
vgaromimage:file=/usr/share/bochs/VGABIOS-lgpl-latest-cirrus
vga: extension=cirrus
boot:c
config_interface:textconfig
display_library:sdl
log:bochs.log
debug:action=ignore
info:action=report
error:action=report
panic:action=ask
vga_update_interval: 250000
keyboard_serial_delay: 200
keyboard_paste_delay: 100000
ips: 10000000
Regards,
Jer
Show replies by date
Hi ,
I found the solution:
ata0: enabled=1, ioaddr1=0x1f0, ioaddr2=0x3f0, irq=14
ata0-slave: type=cdrom, path=iso.sample, status=inserted
ata0-master: type=disk, path="y", mode=flat, cylinders=203, heads=16, spt=63
Instead of 2 ata master i made a master slave, but now bochs stop with
message
WL:LoginUserW failed
wat's wrong here?
Regards
Jer