Added ISRs and IRQs drivers and set up all interrupts in assembly, however the does not work, yet
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
OBJS = tty.o gdt.o idt.o
|
||||
OBJS = tty.o gdt.o idt.o isr.o
|
||||
|
||||
CC = i686-elf-gcc # cross-compiler
|
||||
CFLAGS = -m32 -fno-stack-protector -ffreestanding -Wall -Wextra -Werror -g -c
|
||||
|
||||
Reference in New Issue
Block a user