1
0
Fork 0
mirror of https://github.com/tailix/kernel.git synced 2024-11-20 11:16:10 -05:00

Add runner

This commit is contained in:
Braiden Vasco 2017-11-01 05:03:52 +00:00
parent 85fc2df62b
commit 2951b8739e

View file

@ -1,3 +1,6 @@
run: all
qemu-system-i386 -kernel src/kernel
all:
make all -C src