31d2e10b69
Basically, added error handling, interrupts and basic hardware communication is now possible. Yay.
11 lines
230 B
Plaintext
Executable File
11 lines
230 B
Plaintext
Executable File
KERNEL_ARCH_CFLAGS=
|
|
KERNEL_ARCH_CPPFLAGS=
|
|
KERNEL_ARCH_LDFLAGS=
|
|
KERNEL_ARCH_LIBS=
|
|
|
|
KERNEL_ARCH_OBJS= \
|
|
$(ARCHDIR)/boot.o \
|
|
$(ARCHDIR)/gdt.o \
|
|
$(ARCHDIR)/isr.o \
|
|
$(ARCHDIR)/sys_clock.o \
|
|
$(ARCHDIR)/tty.o |