Skip to content

Latest commit

Β 

History

History
33 lines (26 loc) Β· 856 Bytes

README.md

File metadata and controls

33 lines (26 loc) Β· 856 Bytes

πŸ‘·πŸ»β€β™‚οΈ x86 Starter Kit

What

This repo is meant to serve as an easy starting point for newcomer OS/Kernel development enthusiasts. It includes everything you need to kick off a freestanding bootable C main, including support for basic stuff like printing to the terminnal and getting user input.

Prerequisites

Build / Run

    git clone https://github.com/alpn/x86_starterkit
    cd x86_starterkit
    ./build.sh
    qemu-system-i386 -cdrom bootable.iso

TODO

  • add comprehensive documentation

Thanks