Create repository

This commit is contained in:
Loic Guegan 2021-04-04 11:19:55 +02:00
commit 2a99c6259d
11 changed files with 191 additions and 0 deletions

10
Makefile Normal file
View file

@ -0,0 +1,10 @@
all:
@printf "Usage:\n"
@printf "%25s %s\n" "Compile kernel:" "make kernel"
qemu:
make -C src/
qemu-system-i386 -kernel src/bringelle