summaryrefslogtreecommitdiff
path: root/src/kernel
AgeCommit message (Expand)Author
2017-06-24.Andreas Baumann
2017-06-24font is shown as a text widget nowAndreas Baumann
2017-06-24started to implement a widget showing text, the problem currentlyAndreas Baumann
2017-06-24fixed the console output to VGA text mode to also wipe the rest of a lineAndreas Baumann
2017-06-24minor font printing fixesAndreas Baumann
2017-06-24printing whole ASCII font in VGA graphics modeAndreas Baumann
2017-06-24made VGA graphical font smaller (we only want ASCII for now)Andreas Baumann
2017-06-21started to rewrite to use the main desktop widgetAndreas Baumann
2017-06-21much nicer calls when passing color constantsAndreas Baumann
2017-06-21improved VGA colorsAndreas Baumann
2017-06-18started the widget frameworkAndreas Baumann
2017-06-17added the most complex VGA mode (640x480x4, only timings for now)Andreas Baumann
2017-06-16playing with VGA font distance and characters bei being on the head or mirroredAndreas Baumann
2017-06-16switching mode text/graphics, text is distortedAndreas Baumann
2017-06-16first character printed in graphics modeAndreas Baumann
2017-06-16added a global kernel data structure, so we don't allocate theAndreas Baumann
2017-06-16fixed loading of kernel in stage2 grossing 64kAndreas Baumann
2017-06-15added a clear screen method to graphics mode VGA driverAndreas Baumann
2017-06-15increased size of stage 2 bootloader by 1024 bytesAndreas Baumann
2017-06-15some speed testsAndreas Baumann
2017-06-14got switch to graphical VGA mode workingAndreas Baumann
2017-06-10some big renames into subdirs of aspectsAndreas Baumann