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 @@
OBJS = main.asm.o ports.asm.o \
OBJS = main.asm.o main64.asm.o ports.asm.o \
gdt.asm.o idt.asm.o \
interrupts.asm.o header.asm.o