46 changed files with 27 additions and 6 deletions
@ -0,0 +1,2 @@
|
||||
core/exception.o: core/exception.c core/exception.h core/interrupt.h \ |
||||
core/types.h core/idt.h core/irq.h |
Binary file not shown.
@ -0,0 +1,2 @@
|
||||
core/exception_handler.o: core/exception_handler.c core/exception.h \ |
||||
core/interrupt.h core/types.h drivers/vga.h |
Binary file not shown.
@ -0,0 +1 @@
|
||||
core/gdt.o: core/gdt.c core/segment.h core/types.h core/gdt.h |
Binary file not shown.
Binary file not shown.
@ -0,0 +1,2 @@
|
||||
core/irq.o: core/irq.c core/irq.h core/interrupt.h core/types.h \ |
||||
core/idt.h drivers/pic.h |
Binary file not shown.
@ -0,0 +1,2 @@
|
||||
core/irq_handler.o: core/irq_handler.c core/interrupt.h core/types.h \ |
||||
core/io.h core/irq.h drivers/pic.h drivers/vga.h |
Binary file not shown.
Binary file not shown.
@ -0,0 +1,2 @@
|
||||
core/main.o: core/main.c core/exception.h core/interrupt.h core/types.h \ |
||||
core/gdt.h core/idt.h core/io.h core/irq.h drivers/pit.h drivers/vga.h |
Binary file not shown.
@ -0,0 +1,2 @@
|
||||
drivers/pic.o: drivers/pic.c drivers/pic.h core/io.h core/types.h \ |
||||
core/irq.h core/interrupt.h |
Binary file not shown.
@ -0,0 +1 @@
|
||||
drivers/pit.o: drivers/pit.c drivers/pit.h core/io.h core/types.h |
Binary file not shown.
@ -0,0 +1,2 @@
|
||||
drivers/vga.o: drivers/vga.c drivers/vga.h core/types.h core/io.h \ |
||||
core/klibc.h |
Binary file not shown.
Loading…
Reference in new issue