summaryrefslogtreecommitdiff
path: root/src/vga.h
AgeCommit message (Expand)Author
2017-05-20added simple stdio stubAndreas Baumann
2017-05-20started with interrupts, some struct cleanupAndreas Baumann
2017-05-18added port types which are check when calling port read/write functionsAndreas Baumann
2017-05-14added a simple serial console output to qemu run modeAndreas Baumann
2017-05-11added strlcpy (and a host test for it)Andreas Baumann
2017-05-06started to output propert kernel output in proper placeAndreas Baumann
2017-05-01more fooling around with VGA moduleAndreas Baumann
2017-05-01write vga strings and some cursor handlingAndreas Baumann
2017-05-01added some primitive VGA functions and rewrote kernel.c greetingAndreas Baumann
2017-05-01removed superflous inttypes.hAndreas Baumann
2017-05-01playing with vga struct, fixed some boot loading issuesAndreas Baumann
2017-05-01started vga module, puzzled about eliminated dead loops in clang?Andreas Baumann