remove cruft

This commit is contained in:
Agnosto Dvonik 2024-02-17 19:19:36 -05:00
parent d9553eebe3
commit 8f96a347b1
4 changed files with 1 additions and 7 deletions

1
.gitignore vendored
View File

@ -1 +1,2 @@
obj
omos

View File

@ -1,7 +0,0 @@
include sys/Makefile
CC=cc
SRCS=$(wildcard sys/*.o) $(wildcard sys/*/*.o) $(wildcard sys/*/*/*.o)
all: vga.o sysinit.o
echo $(SRCS)
$(CC) $(SRCS) -o boot.img

0
Makescript Normal file → Executable file
View File

BIN
omos

Binary file not shown.