C userspace programs

This commit is contained in:
2025-09-04 23:20:30 +02:00
parent afa4d383e0
commit 90266f044b
51 changed files with 259 additions and 174 deletions

View File

@ -2,14 +2,14 @@ include $(ROOT)/mk/grabsrc.mk
.PHONY: all clean
ARCH ?= x86_64
PUTCHAR_ ?= fb
CFLAGS := -ffreestanding -Wall -Wextra -g -fcommon -nostdinc
CFLAGS += -I. \
-I$(ROOT)/limine \
-I./std/include \
-I$(ROOT)/std/include \
-I./std \
-I./flanterm/src \
-DPRINTF_INCLUDE_CONFIG_H=1 \
-DLFS_NO_ASSERT \