CC = x86_64-linux-gnu-gcc LD = ld DISASM = objdump -d -M x86-64 KERNEL_CFLAGS = -mcmodel=large -nostdlib ARCHDIR = x86_64