1
0
Fork 0
mirror of https://github.com/tailix/kernel.git synced 2024-12-04 11:34:42 -05:00

Move sources to "src"

This commit is contained in:
Braiden Vasco 2017-11-09 16:08:14 +00:00
parent 893e37ce6c
commit 2c74ca9a06
51 changed files with 2 additions and 0 deletions

View file

@ -47,6 +47,8 @@ OBJS += exception.c.o
OBJS += hwint.c.o
OBJS += syscall.c.o
OBJS := $(addprefix src/, $(OBJS))
run: $(IMAGE)
qemu-system-i386 -cdrom $<

View file

View file

View file

View file

View file

View file

View file

View file

View file

View file

View file

View file