BootProg

From OSDev.wiki
Revision as of 15:36, 9 June 2024 by XtexBot (talk | contribs) (Bot: fixing lint errors, replacing obsolete HTML tags:)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
This page is a stub.
You can help the wiki by accurately adding more contents to it.

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.

See Also