about summary refs log tree commit diff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* stdlib: added strncatYour Name2020-06-242-0/+8
* TTY: Added better vga buff deleteYour Name2020-06-242-4/+18
* Drivers: Added basic keyboard driverYour Name2020-06-2415-63/+382
* 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
* 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
* Base: Added very basic driver supportYour Name2020-06-235-0/+128
* Git commit cleanYour Name2020-06-2237-0/+1396