Files
mop3/libsystem/amd64/src.mk
kamkow1 a86d258a4b
All checks were successful
Build ISO image / build-and-deploy (push) Successful in 40s
Build documentation / build-and-deploy (push) Successful in 30s
CE implement stall command, libsystem Add stall_ms ()
2026-04-08 15:29:52 +02:00

9 lines
122 B
Makefile

c += amd64/syscall.c \
amd64/stall.c
S += amd64/_start.S
o += amd64/_start.o \
amd64/syscall.o \
amd64/stall.o