Added Global Descriptor Table(GDT)...not working yet(as always)

This commit is contained in:
ice-bit
2019-07-04 12:49:53 +02:00
parent 222ab282d9
commit ccd31d8fab
7 changed files with 264 additions and 5 deletions

View File

@@ -1,4 +1,4 @@
OBJS = tty.o
OBJS = tty.o gdt.o
CC = i686-elf-gcc # cross-compiler
CFLAGS = -m32 -fno-stack-protector -ffreestanding -Wall -Wextra -Werror -g -c