mirror of
https://github.com/tailix/kernel.git
synced 2024-11-20 11:16:10 -05:00
Add runner
This commit is contained in:
parent
85fc2df62b
commit
2951b8739e
1 changed files with 3 additions and 0 deletions
3
Makefile
3
Makefile
|
@ -1,3 +1,6 @@
|
|||
run: all
|
||||
qemu-system-i386 -kernel src/kernel
|
||||
|
||||
all:
|
||||
make all -C src
|
||||
|
||||
|
|
Loading…
Reference in a new issue