BootProg: Difference between revisions

From OSDev.wiki
Jump to navigation Jump to search
[unchecked revision][unchecked revision]
Content added Content deleted
(Added a link to dex4u's bootprog page.)
mNo edit summary
Line 1: Line 1:
{{Convert}}
{{Convert}}


==BootProg==
'''BootProg''' is a boot loader written by Alexei Frounze. BootProg is able to load COM/EXE programs from a FAT12/FAT16 floppy drive or hard drive.
'''BootProg''' is a boot loader written by Alexei Frounze. BootProg is able to load COM/EXE programs from a FAT12/FAT16 floppy drive or hard drive.



Revision as of 01:24, 9 July 2007

Template:Convert

BootProg is a boot loader written by Alexei Frounze. BootProg is able to load COM/EXE programs from a FAT12/FAT16 floppy drive or hard drive.

BootProg is written in NASM and may be an interesting alternative for those who find GRUB bloated for their needs, or have a working environment where FAT/EXE is more comfortable than EXT2/ELF.

See Also

BootProg Homepage

BootProg Manual