summaryrefslogtreecommitdiff
path: root/src/vga.c
AgeCommit message (Expand)Author
2017-06-04added sort of a text cursor by toggling the background/foreground colors on t...Andreas Baumann
2017-05-31fixed completly stupid cleanup bug in memmoveAndreas Baumann
2017-05-31added a setjmp implementationAndreas Baumann
2017-05-22added %d to vprintfAndreas Baumann
2017-05-22reverted port type change, not type-safe (only checked at runtime)Andreas Baumann
2017-05-20added simple stdio stubAndreas Baumann
2017-05-18added port types which are check when calling port read/write functionsAndreas Baumann
2017-05-17better magic signature detection (using a compile stamp with date and time)Andreas Baumann
2017-05-14fixes in vga.c setting the hardware cursor correctlyAndreas Baumann
2017-05-14added a simple serial console output to qemu run modeAndreas Baumann
2017-05-14playing with addresses and seing the CRT index port number now in port8_readAndreas 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-01implemented memmove and vga scrollingAndreas 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-01playing with vga struct, fixed some boot loading issuesAndreas Baumann
2017-05-01started vga module, puzzled about eliminated dead loops in clang?Andreas Baumann