summaryrefslogtreecommitdiff
path: root/.env
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--.env9
1 files changed, 9 insertions, 0 deletions
diff --git a/.env b/.env
new file mode 100644
index 0000000..ab3cca2
--- /dev/null
+++ b/.env
@@ -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