Commit Graph

2 Commits

Author SHA1 Message Date
Valentin Anger ea32228161 Several fixes, changes and improvements
"Improved" physical memory management, now using a linked list
Split initialization (start) and main kernel function apart
Make the logging target runtime changeable
Add a lock to log to stop parallel access
Remove the distiction of Virtual and Physical pointers, it is too
cumbersome to use
Make kernel debug information accessible
Add panic backtraces
Allow the display of an image on panic
2020-01-29 20:16:31 +01:00
Valentin Anger e83ae73ddc Initial commit
There is enough code now that tracking changes is helpful
2020-01-10 12:24:51 +01:00