about summary refs log tree commit diff
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Cleanup: deleted unnecesary gdt structYour Name2020-06-231-33/+0
|
* Format: Added the option to get the hour in the 12h format (instead ofYour Name2020-06-234-1/+9
| | | | 24)
* Base: Added support for interrupts and exception handlersYour Name2020-06-2318-8/+1042
|
* Format: added kernel includes to pOS.h instead of kernel.cppYour Name2020-06-231-0/+11
|
* Base: Use virtual functions for the driver's base objectYour Name2020-06-233-18/+18
|
* Build Process: Added support for asm file compilationYour Name2020-06-231-4/+9
| | | | Build script now compiles and links *.s files
* Base: Added very basic driver supportYour Name2020-06-235-0/+128
| | | | | To fully support drivers we need to implement memory management, as we need virtual functions and heap allocation.
* Git commit cleanYour Name2020-06-2237-0/+1396