about summary refs log tree commit diff
path: root/.gitignore (unfollow)
Commit message (Expand)AuthorFilesLines
2020-06-24ACPI: added halt()Your Name5-2/+12
2020-06-24Base: added tty handling of \b and \rYour Name2-5/+10
2020-06-24Modified TODOYour Name1-0/+1
2020-06-24Modified TODOYour Name1-0/+1
2020-06-24Base: added basic shellYour Name4-0/+67
2020-06-24Base: improved debug printingYour Name3-11/+8
2020-06-24Driver: added basic support for keybinds in the Keyboard driverYour Name3-3/+49
2020-06-24stdlib: add getc()Your Name3-2/+12
2020-06-24stdlib: add memcmp() and strncmp()Your Name3-0/+25
2020-06-24Power: added temp ACPI interfaceYour Name3-0/+33
2020-06-24Base: added outw, outl, inw and inl to the system interfaceYour Name2-0/+29
2020-06-24TODO: added to the todoYour Name1-1/+2
2020-06-24stdlib: added strncatYour Name2-0/+8
2020-06-24TTY: Added better vga buff deleteYour Name2-4/+18
2020-06-24Drivers: Added basic keyboard driverYour Name15-63/+382
2020-06-23Cleanup: deleted unnecesary gdt structYour Name1-33/+0
2020-06-23Format: Added the option to get the hour in the 12h format (instead ofYour Name4-1/+9
2020-06-23Base: Added support for interrupts and exception handlersYour Name18-8/+1042
2020-06-23Format: added kernel includes to pOS.h instead of kernel.cppYour Name1-0/+11
2020-06-23Base: Use virtual functions for the driver's base objectYour Name3-18/+18
2020-06-23Build Process: Added support for asm file compilationYour Name1-4/+9
2020-06-23Base: Added very basic driver supportYour Name5-0/+128