From: Rhett Date: Sun, 1 Sep 2013 01:17:23 +0000 (-0700) Subject: Support building on a 64-bit machine X-Git-Url: https://git.kitaultman.com/?a=commitdiff_plain;h=9ade494b89f9be6bf99e0b5ad89d2c44ca3d670c;p=arcanos.git Support building on a 64-bit machine --- diff --git a/kern/Makefrag b/kern/Makefrag index fd374eb..c4f70ae 100644 --- a/kern/Makefrag +++ b/kern/Makefrag @@ -1,6 +1,6 @@ OBJDIRS += kern -KERN_LDFLAGS := $(LDFLAGS) -T kern/kernel.ld -nostdlib +KERN_LDFLAGS := $(LDFLAGS) -T kern/kernel.ld -melf_i386 -nostdlib # entry.S must be first, so that it's the first code in the text segment!!! #