BootProg: Difference between revisions

From OSDev.wiki
Jump to navigation Jump to search
[unchecked revision][unchecked revision]
Content added Content deleted
(Removed PFR tag, added stub tag, some styling)
No edit summary
Line 1: Line 1:
{{Stub}}
{{Stub}}


'''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 Alexey Frunze. BootProg is able to load COM/EXE programs from a FAT12/16/32 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.
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==
==See Also==
* [http://alexfru.chat.ru/epm.html BootProg Homepage]
* [https://github.com/alexfru/BootProg BootProg Project]
* [http://www.dex4u.com/bootprog.htm BootProg Manual]


[[Category:Bootloaders]]
[[Category:Bootloaders]]

Revision as of 07:51, 12 June 2016

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/EXE programs from a FAT12/16/32 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