finix/.env

10 lines
157 B
Bash
Raw Normal View History

2023-07-16 06:54:32 +00:00
CC=i386-elf-gcc
LD=i386-elf-ld
AS=nasm
AR=ar
2023-07-16 23:56:56 +00:00
CFLAGS=-ffreestanding -m32 -O2 -Wall -Wextra -pedantic # -DKERNEL_LOG
2023-07-16 06:54:32 +00:00
LDFLAGS=-nostdlib
QEMU=qemu-system-i386