diff options
Diffstat (limited to '')
-rw-r--r-- | .env | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -0,0 +1,9 @@ +CC=i386-elf-gcc +LD=i386-elf-ld +AS=nasm +AR=ar + +CFLAGS=-ffreestanding -m32 -O2 -Wall -Wextra -pedantic -DKERNEL_LOG +LDFLAGS=-nostdlib + +QEMU=qemu-system-i386 |