are there any 32 bit fat12 bootloaders that work

Question about which tools to use, bugs, the best way to implement a function, etc should go here. Don't forget to see if your question is answered in the wiki first! When in doubt post here.
Post Reply
earlz
Member
Member
Posts: 1546
Joined: Thu Jul 07, 2005 11:00 pm
Contact:

are there any 32 bit fat12 bootloaders that work

Post by earlz »

i have seen john fines bootloader but partcopy wont work, grub i just have no idea how to use and im not sure its fat12, and everything else is 16bit
i have tried editing john fine's source code to bootf02 but appearntly his source code is different from his compiled code because the precompiled one works fine but when i compile it it dont work

so are there any
User avatar
JAAman
Member
Member
Posts: 879
Joined: Wed Oct 27, 2004 11:00 pm
Location: WA

Re: are there any 32 bit fat12 bootloaders that work

Post by JAAman »

grub does work with FAT12, though it's a very ugly solution (it hard-codes its second-stage)

john fines code (iirc) loads PMode from the boot-sector (which i find to be very restrictive)

basically its not hard to write your own if you want to otherwise use grub (since it works better) but youll have to reformat a disk and reinstall grub anytime you want to make it bootable -- i don't since my boot sector loads properly from FAT so i just copy my file to ANY fat12 disk (which i formated) and it will boot
earlz
Member
Member
Posts: 1546
Joined: Thu Jul 07, 2005 11:00 pm
Contact:

Re: are there any 32 bit fat12 bootloaders that work

Post by earlz »

is your bootsector 32bit?
and i use virtual images for nearly everything except for when i want to test my os on my real pc so formating and copying really dont annoy me much

edit:
seems i got partcopy working long enough to make an image with the bootsector i needed on it, even though now it dont work i got it on an image so really for now i wont need another bootloader

edit2:
forgot that partcopy worked on a dos bootdisk, all i had to do was bootup dos in bochs mount my image i want to make bootable and run a little batch file i made and thats it
Last edited by earlz on Sat Nov 05, 2005 12:00 am, edited 2 times in total.
Post Reply