annkamsk / minix-boot-loader

Customized Minix Boot Loader with examples of BIOS 13h and 16h calls, before loading the original bootloader

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

minix-boot-loader

Customized Minix Boot Loader with examples of BIOS 13h and 16h calls, before loading the original bootloader. After starting, it waits for the user to write either 'y' or 'n' option. It saves the choice in the 2nd section of the used partition and proceeds with uploading an original boot loader.

It can be installed on a running Minix instance with install.sh script.

About

Customized Minix Boot Loader with examples of BIOS 13h and 16h calls, before loading the original bootloader


Languages

Language:Assembly 95.1%Language:Shell 4.9%