summaryrefslogtreecommitdiff
path: root/src/kernel/vgatext.c
AgeCommit message (Collapse)Author
2017-07-05removed unneded volatile for text VIDEO_MEMORY (we should add the reference ↵Andreas Baumann
to "volatile is always wrong"
2017-07-01readded -Werror and fixed some cast errors around memcpyAndreas Baumann
2017-06-30almost got a complete mode switch (vga graphics back to text) workingAndreas Baumann
some cleanup in VGA driver code
2017-06-14got switch to graphical VGA mode workingAndreas Baumann
2017-06-10some big renames into subdirs of aspectsAndreas Baumann
updated README removed size_t in sys/types.h and sys/types.h itself, size_t is in stddef.h