Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Cleanup: deleted unnecesary gdt struct | Your Name | 2020-06-23 | 1 | -33/+0 |
| | |||||
* | Format: Added the option to get the hour in the 12h format (instead of | Your Name | 2020-06-23 | 4 | -1/+9 |
| | | | | 24) | ||||
* | Base: Added support for interrupts and exception handlers | Your Name | 2020-06-23 | 18 | -8/+1042 |
| | |||||
* | Format: added kernel includes to pOS.h instead of kernel.cpp | Your Name | 2020-06-23 | 1 | -0/+11 |
| | |||||
* | Base: Use virtual functions for the driver's base object | Your Name | 2020-06-23 | 3 | -18/+18 |
| | |||||
* | Build Process: Added support for asm file compilation | Your Name | 2020-06-23 | 1 | -4/+9 |
| | | | | Build script now compiles and links *.s files | ||||
* | Base: Added very basic driver support | Your Name | 2020-06-23 | 5 | -0/+128 |
| | | | | | To fully support drivers we need to implement memory management, as we need virtual functions and heap allocation. | ||||
* | Git commit clean | Your Name | 2020-06-22 | 37 | -0/+1396 |