Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | kernel: add debug function ker_dbg | Robin Krahl | 2017-03-06 |
| | | | | | ker_dbg writes a string to the terminal. In future, it might also write to a text file, to the serial console or other channels. | ||
* | arch: add port set, port get and additional register set functions | Robin Krahl | 2017-03-05 |
| | | | | | Add regset16 and regset32 to the existing regset8 in arch.h, and prtset{8,16,32} and prtget{8,16,32} to access ports. | ||
* | gdt: add simple gdt implementation | Robin Krahl | 2017-03-05 |
| | | | | | | Add a simple Global Descriptor Table implementation based on [0]. [0] http://www.lowlevel.eu/wiki/Global_Descriptor_Table | ||
* | initial commit | Robin Krahl | 2017-03-05 |