summaryrefslogtreecommitdiff
path: root/kernel/Makefile
AgeCommit message (Collapse)Author
2021-04-12panic() and halt() now in kernel private interfaceAda Christine
2021-04-11added rule to compile .S files; page fault ISR and skeleton handler are presentAda Christine
2021-04-02kernel has gdt now and loads segment register and we can allocate pagesAda Christine
2021-03-29don't echo command spamAda Christine
move common files to new source add VPATH to loader and kernel makefiles for common source
2021-03-24forgot gcc wants these functionsAda Christine
2021-03-21higher-half stub kernel does the thingAda Christine
2021-03-17initial commitAda Christine