summaryrefslogtreecommitdiff
path: root/src/kernel/console.c
AgeCommit message (Collapse)Author
2018-01-05some preliminary work on an UDP netconsoleAndreas Baumann
2017-07-14removed stddef.h and limits.h (come with the compiler header files)Andreas Baumann
added a stub stdint.h (only sometimes comes with the compiler) added a guide on cross compiling adapted to cross compilation, for now tcc works
2017-06-24fixed the console output to VGA text mode to also wipe the rest of a lineAndreas Baumann
on newline
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