Commit Graph

12 Commits

Author SHA1 Message Date
8851243f19 Wrote empty definitions for some APIC functions
Started x86 interrupt setup code
2021-04-14 20:23:13 -05:00
29544b0eb8 Moved interrupt code to separate file.
Added new source file to Makefile.am
2021-04-14 02:46:04 -05:00
9f0867393f Some cleanup in quark_x86.c 2021-04-14 00:52:56 -05:00
4e6f487a0a Moved ISRs and multiboot2 code to separate files 2021-04-14 00:11:44 -05:00
dd188132b9 Moved x86 ISR stubs to quark_x86.c 2021-04-13 00:26:59 -05:00
e6a417c822 Changed formatting flag used to print memory map 2021-04-13 00:21:36 -05:00
cb7df05625 Added line to print character to screen after initializing 2021-04-12 15:52:32 -05:00
f2c19bd4c4 Turned module_limit into a macro 2021-04-12 15:28:37 -05:00
c94a4a692b Updated stdio.h include in quark_x86.c 2021-04-12 02:22:06 -05:00
dc4d3c0165 Added isr type enum to quark_x86.c 2021-04-12 01:44:17 -05:00
e235e9bad2 Moved memory type enum to memorymap.h
Deleted memorytype.h
2021-04-12 01:21:18 -05:00
781a115128 Renamed initialize.c to quark_x86.x 2021-04-12 01:04:32 -05:00