I am setting up my OS for an embedded device.
I need to find a boot sector for a Compact Flash card for this device.
I tried the boot sector I use for my OS normally, but since it is written for a floppy drive it failed to work.
Any ideas?
CF Card boot sector
CF Card boot sector
d3: virtualizing kernel in progress
https://github.com/WizardOfHaas/d3/
https://github.com/WizardOfHaas/d3/
Re: CF Card boot sector
CF cards are usually partitioned and have FAT32 system. Of course boot sector from floppy (FAT12) will not suit CF cards.
I didn't get, what is you purpose. Do you want to boot your own OS from CF card or just make it readable by your OS?
I didn't get, what is you purpose. Do you want to boot your own OS from CF card or just make it readable by your OS?
Re: CF Card boot sector
GAT wrote: I am setting up my OS for an embedded device.
I need to find a boot sector for a Compact Flash card for this device.
Well, i was actually guessing he wanted to eat it, but i guess i was wrong.
Re: CF Card boot sector
I want to boot my OS from the card.
d3: virtualizing kernel in progress
https://github.com/WizardOfHaas/d3/
https://github.com/WizardOfHaas/d3/
Re: CF Card boot sector
Then you first need to write MBR code, and after that FAT32 boot code.
If you are writing OS from scratch and for x86 architecture, you may try to use my boot tools: http://goncharov.pp.ru/en/osboot.htm
If you are writing OS from scratch and for x86 architecture, you may try to use my boot tools: http://goncharov.pp.ru/en/osboot.htm