hi, i'm making a real mode operating system that boots from a floppy,
and i'm tired of copying it to the floppy and reboot, my question is:
can i use bochs with a 16 bits real mode operating system?
how i make a floppy image? ( i have readed the help of bochs and i can't make it work )
that is all
thanks you for the answers....
things about bochs
- ManOfSteel
- Member
- Posts: 60
- Joined: Tue Feb 01, 2005 12:00 am
Re: things about bochs
Yes.can i use bochs with a 16 bits real mode operating system?
If you're using your bootsector code to load just a few sectors, you can assemble/compile your bootloader and your kernel, and join the two (or more) files together with a simple 'copy /b file1+file2 end_file' MS-DOS command. This will make a valid image that you can use under Bochshow i make a floppy image?
Re: things about bochs
bximage installed with bochs can creates disks and floppies images