Booting from CD
Posted: Thu Oct 21, 2010 10:46 pm
Hello everyone,
I prepared the boot cd for my OS with 'No Emulation' type. The problem is the ISO of this bootable cd doesn't work with any of the emulators( I tested it under Bochs, Qemu and virtual PC) while it works perfectly fine with real hadware (I tested in under 3 different PCs). When I try to emulate this ISO under Bochs, it gives following output:
int 13h_cdrom: Unsupported AH=0x02
The code is similar to that booting from floppy(except head=0 and dl=0x9f) and I have not initalized the file system yet. I don't understand why it doesn't work with emulators but work with real hardware. If anyone knows about this, please Help!
I prepared the boot cd for my OS with 'No Emulation' type. The problem is the ISO of this bootable cd doesn't work with any of the emulators( I tested it under Bochs, Qemu and virtual PC) while it works perfectly fine with real hadware (I tested in under 3 different PCs). When I try to emulate this ISO under Bochs, it gives following output:
int 13h_cdrom: Unsupported AH=0x02
The code is similar to that booting from floppy(except head=0 and dl=0x9f) and I have not initalized the file system yet. I don't understand why it doesn't work with emulators but work with real hardware. If anyone knows about this, please Help!