Create repository
This commit is contained in:
commit
2a99c6259d
11 changed files with 191 additions and 0 deletions
10
Makefile
Normal file
10
Makefile
Normal 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
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue