trying x86_64 support

This commit is contained in:
Marco Cetica
2021-02-03 18:05:18 +01:00
parent b20064b869
commit 634393b141
10 changed files with 192 additions and 19 deletions

View File

@@ -1,4 +1,4 @@
LD = i686-elf-ld
LD = x86_64-elf-ld
LFLAGS = -melf_i386 -nostdlib -O2 -T link.ld
all: prepare cpu kernel_code drivers libc userspace mem link iso