Goals and Steps Torwards acomplishing them
Posted: Sat Mar 05, 2005 2:39 pm
Hello again. I am using BOCHS x86 Emulator and currently have a bootloader which can print text to a keyboard and do a check on the processor type. What I want to do is have my OS boot from a floppy and install itself on the HardDrive so I don't have to use the Floppy anymore.
Unfortunately I am a little blind on how to make the Floppy Image.
I now I need to jump to a different sector so I can load my kernel and not be limited to 512 bytes. So I want to know how to have multiple sectors on a Floppy Disk and create an image with the program WinImage. My goals for possibly the end of this year (I don't think that's being in over my head) is to have a working Kernel with basic Input and Output where I can program parts of my OS while it being booted (Not the main Kernel just have a strong API and be able to develop a modular Windowing system ) then again some of my theories may be wrong and I may be in way in over my head.
Please post some insight on this.
Regards,
Warrior
Unfortunately I am a little blind on how to make the Floppy Image.
I now I need to jump to a different sector so I can load my kernel and not be limited to 512 bytes. So I want to know how to have multiple sectors on a Floppy Disk and create an image with the program WinImage. My goals for possibly the end of this year (I don't think that's being in over my head) is to have a working Kernel with basic Input and Output where I can program parts of my OS while it being booted (Not the main Kernel just have a strong API and be able to develop a modular Windowing system ) then again some of my theories may be wrong and I may be in way in over my head.
Please post some insight on this.
Regards,
Warrior