This commit is contained in:
nub31
2025-06-26 13:30:22 +02:00
parent a0dbd7d015
commit 97b83208bb
4 changed files with 47 additions and 24 deletions

View File

@@ -1,5 +1,5 @@
runtime:
cc -c runtime.c
x86_64:
gcc -nostdlib -ffreestanding -c platform/x86_64.s runtime.c
clean:
rm runtime.o