summaryrefslogtreecommitdiff
path: root/doc/LINKS.TODO
AgeCommit message (Collapse)Author
2017-05-31interrupt separation between CPU exceptions and hardware IRQs by the PIC,Andreas Baumann
started to program the PICs for interrupt delivery
2017-05-31added a setjmp implementationAndreas Baumann
kernel_panic uses a longjmp to terminate the kernel entry function some segfault in scroll_screen
2017-05-21added implementation of interrupts (IDT construction and loading), currently notAndreas Baumann
working yet. added A20 gate check reorganized some code, so it's easier to debug interrupt handlers in assembly
2017-05-20started with interrupts, some struct cleanupAndreas Baumann
2017-05-18..Andreas Baumann
2017-05-18added some links all around interruptsAndreas Baumann
2017-05-17better magic signature detection (using a compile stamp with date and time)Andreas Baumann
using local labels where possible, some renames in assembly code added a console_put_hex and serial_put_hex better call to qemu printing the status of the host when crashing the emulator
2017-05-14added a simple serial console output to qemu run modeAndreas Baumann
reading and writing the VGA cursor correctly on hardware
2017-05-11better documentation for the boot loading process and how muchAndreas Baumann
sectors each part needs, fixed truncation problem started a magic signature at the end of the image and started to check it in stage 2 of the boot loader to avoid truncated images in the future
2017-05-01more fooling around with VGA moduleAndreas Baumann
2017-05-01added a links file of things to have a look atAndreas Baumann