codepr / picokernel

Utterly trivial OS kernel

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Picokernel
==========

Utterly trivial OS kernel. Sandbox playground.

Resources

- Build a cross compiler - https://wiki.osdev.org/GCC_Cross-Compiler
- Include it in $HOME - export PATH="$HOME/opt/cross/bin:$PATH"
- ./configure.sh && ./build.sh && ./qemu.sh

About

Utterly trivial OS kernel


Languages

Language:C 68.5%Language:Makefile 17.5%Language:Shell 8.7%Language:Assembly 5.2%