more userspace stuff

This commit is contained in:
2026-07-01 20:00:22 -05:00
parent af6c1c94cf
commit b6ee4fc3de
21 changed files with 161 additions and 121 deletions

View File

@@ -8,8 +8,8 @@ TARGET = origin.elf
all: $(TARGET)
crt0.o: crt0.s
$(CC) $(CFLAGS) -c crt0.s -o crt0.o
crt0.o: crt0.S
$(CC) $(CFLAGS) -c crt0.S -o crt0.o
main.o: main.c
$(CC) $(CFLAGS) -c main.c -o main.o