AlekseySav / boot

Simple bootloader

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

boot

Simple bootloader

to create image of bootloader run

  • $ make image
    image might be run by
  • $ qemu-system-i386 -fda image

to install boot on device run

  • $ make install
    this will create image and run tools/install utility

for more info run

  • $ make
    or
  • $ make usage

About

Simple bootloader


Languages

Language:C 86.1%Language:Makefile 8.8%Language:Assembly 5.2%