BootProg: Difference between revisions

44 bytes removed ,  29 days ago
m
Bot: fixing lint errors, replacing obsolete HTML tags:
[unchecked revision][unchecked revision]
No edit summary
 
m (Bot: fixing lint errors, replacing obsolete HTML tags:)
 
(12 intermediate revisions by 6 users not shown)
Line 1:
{{ConvertStub}}
'''BootProg''' is a boot loader written by Alexey Frunze. BootProg is able to load [[COM]]/[[MZ]] programs from a FAT12/16/32-formatted media (e.g. floppy, hard disk, USB stick, CD in floppy emulation mode). It is written in NASM and may be an interesting alternative for those who find [[GRUB]] oversizedtoo bloated for their needs, andor have a working environment where FAT/EXE is more comfortable than EXT2/ELF.
 
==See Also==
'''BootProg''' is a boot sector that loads and runs COM/EXE programs, written by Alexei Frounze
* [https://github.com/alexfru/BootProg BootProg Project]
 
[[Category:Bootloaders]]
Much like [[GRUB]], BootProg aims at being a generic bootloader, running existing file format (where most custom bootloaders involve custom binary formats) and existing partition format (FAT12/FAT16). It is tested on both floppy and hard drive.
 
BootProg is written in NASM and may be an interesting alternative for those who find GRUB oversized for their needs and have a working environment where FAT/EXE is more comfortable than EXT2/ELF.
40

edits