Add cp and more tests

This commit is contained in:
Mark
2020-01-15 15:18:43 +02:00
parent 4364557f40
commit 21c426a133
3 changed files with 164 additions and 81 deletions
+2 -2
View File
@@ -5,8 +5,6 @@ KERNEL_HDRS?=kernel-hdr
CC=x86_64-elf-yggdrasil-gcc
DIRS=$(O) \
$(O)/libc \
$(O)/lib \
$(STAGE)
HDRS=$(shell find $(S) -type f -name "*.h")
STAGE_BIN=$(STAGE)/init \
@@ -18,6 +16,8 @@ usr_CFLAGS=-msse \
-msse2 \
-ggdb \
-O0 \
-Wall \
-Werror \
-ffreestanding
usr_LDFLAGS=-lgcc \