index
:
pOS
this commit
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
.gitignore
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2020-06-27
Base: added a basic pmm
Your Name
7
-6
/
+175
2020-06-25
Base: added an end symbol to the linker to signify the end of mem used
Your Name
2
-0
/
+3
2020-06-25
Shell: added date command
Your Name
4
-1
/
+15
2020-06-25
Base: fixed \r implementation in the TTY
Your Name
1
-1
/
+1
2020-06-25
Update Readme
Your Name
1
-2
/
+3
2020-06-25
Base: added skeleton for a physical memory manager
Your Name
9
-2
/
+61
2020-06-25
Shell: better signal handling
Your Name
1
-5
/
+17
2020-06-25
stdlib: fixed memset implementation bug
Your Name
1
-1
/
+1
2020-06-25
Shell: added support for command exit codes
Your Name
7
-11
/
+31
2020-06-25
Base: added timer
Your Name
6
-0
/
+102
2020-06-25
Base: added support for signals.
Your Name
6
-13
/
+88
2020-06-24
stdlib: changed assert from inline to a normal function
Your Name
2
-5
/
+8
2020-06-24
Shell: added some basic commands
Your Name
9
-12
/
+108
2020-06-24
ACPI: added halt()
Your Name
5
-2
/
+12
2020-06-24
Base: added tty handling of \b and \r
Your Name
2
-5
/
+10
2020-06-24
Modified TODO
Your Name
1
-0
/
+1
2020-06-24
Modified TODO
Your Name
1
-0
/
+1
2020-06-24
Base: added basic shell
Your Name
4
-0
/
+67
2020-06-24
Base: improved debug printing
Your Name
3
-11
/
+8
2020-06-24
Driver: added basic support for keybinds in the Keyboard driver
Your Name
3
-3
/
+49
2020-06-24
stdlib: add getc()
Your Name
3
-2
/
+12
2020-06-24
stdlib: add memcmp() and strncmp()
Your Name
3
-0
/
+25
2020-06-24
Power: added temp ACPI interface
Your Name
3
-0
/
+33
2020-06-24
Base: added outw, outl, inw and inl to the system interface
Your Name
2
-0
/
+29
2020-06-24
TODO: added to the todo
Your Name
1
-1
/
+2
2020-06-24
stdlib: added strncat
Your Name
2
-0
/
+8
2020-06-24
TTY: Added better vga buff delete
Your Name
2
-4
/
+18
2020-06-24
Drivers: Added basic keyboard driver
Your Name
15
-63
/
+382
2020-06-23
Cleanup: deleted unnecesary gdt struct
Your Name
1
-33
/
+0
2020-06-23
Format: Added the option to get the hour in the 12h format (instead of
Your Name
4
-1
/
+9
2020-06-23
Base: Added support for interrupts and exception handlers
Your Name
18
-8
/
+1042
2020-06-23
Format: added kernel includes to pOS.h instead of kernel.cpp
Your Name
1
-0
/
+11
2020-06-23
Base: Use virtual functions for the driver's base object
Your Name
3
-18
/
+18
2020-06-23
Build Process: Added support for asm file compilation
Your Name
1
-4
/
+9
2020-06-23
Base: Added very basic driver support
Your Name
5
-0
/
+128