BootProg: Difference between revisions

2 bytes removed ,  25 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:)
 
(5 intermediate revisions by 3 users not shown)
Line 1:
{{Stub}}
'''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]] too bloated for their needs, or have a working environment where FAT/EXE is more comfortable than EXT2/ELF.
 
'''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).
 
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==
* [https://github.com/alexfru/BootProg BootProg Project]
 
[[Category:Bootloaders]]
40

edits