about summary refs log tree commit diff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Shell: added support for command arguments. HEAD init masterYour Name2020-06-289-25/+75
* stdlib: added strtok()Your Name2020-06-281-0/+48
* Base: PhysM formattingYour Name2020-06-282-3/+10
* Base: added a basic pmmYour Name2020-06-277-6/+175
* Base: added an end symbol to the linker to signify the end of mem usedYour Name2020-06-252-0/+3
* Shell: added date commandYour Name2020-06-254-1/+15
* Base: fixed \r implementation in the TTYYour Name2020-06-251-1/+1
* Base: added skeleton for a physical memory managerYour Name2020-06-259-2/+61
* Shell: better signal handlingYour Name2020-06-251-5/+17
* stdlib: fixed memset implementation bugYour Name2020-06-251-1/+1
* Shell: added support for command exit codesYour Name2020-06-257-11/+31
* Base: added timerYour Name2020-06-256-0/+102
* Base: added support for signals.Your Name2020-06-256-13/+88
* stdlib: changed assert from inline to a normal functionYour Name2020-06-242-5/+8
* Shell: added some basic commandsYour Name2020-06-249-12/+108
* ACPI: added halt()Your Name2020-06-244-1/+12
* Base: added tty handling of \b and \rYour Name2020-06-242-5/+10
* Base: added basic shellYour Name2020-06-244-0/+67
* Base: improved debug printingYour Name2020-06-243-11/+8
* Driver: added basic support for keybinds in the Keyboard driverYour Name2020-06-243-3/+49
* stdlib: add getc()Your Name2020-06-243-2/+12
* stdlib: add memcmp() and strncmp()Your Name2020-06-243-0/+25
* Power: added temp ACPI interfaceYour Name2020-06-243-0/+33
* Base: added outw, outl, inw and inl to the system interfaceYour Name2020-06-242-0/+29
* 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