Added build system and some core boot files
This commit is contained in:
2
arch/x86_64/config.mk
Normal file
2
arch/x86_64/config.mk
Normal file
@@ -0,0 +1,2 @@
|
||||
ARCH_CFLAGS := -z max-page-size=0x1000 -m64 -mcmodel=large -mno-red-zone -mno-mmx -mno-sse -mno-sse2 -D_64BIT -DBYTE_ORDER=1234
|
||||
ARCH_LDFLAGS := -z max-page-size=0x1000 -T arch/x86_64/layout.ld
|
||||
Reference in New Issue
Block a user