2023-08-02 |
hlib: add listClear function
biosfood
committed
on 2 Aug 2023
|
---|---|
2023-07-23 |
stdio: fix problem with %i activating %p as well
biosfood
committed
on 23 Jul 2023
|
stdio: add %p insert for padding
biosfood
committed
on 23 Jul 2023
|
|
2023-07-01 |
add fork system call
biosfood
committed
on 1 Jul 2023
|
2023-06-24 |
kernel await / fire event: add code to wait for specific event
biosfood
committed
on 24 Jun 2023
|
2023-06-06 |
stdio: add negative sigh for printing negative numbers
biosfood
committed
on 6 Jun 2023
|
2023-04-08 |
usb: hlib: use "unsafe" direct event calls to work without strings
biosfood
committed
on 8 Apr 2023
|
2023-04-02 |
fix weird problems with getPhysicalAddress system call
biosfood
committed
on 2 Apr 2023
|
2023-04-01 |
fix issue with printing where the first message would not get printed
biosfood
committed
on 1 Apr 2023
|
2023-03-29 |
use sleep function for xhci driver waiting for the controller to start
biosfood
committed
on 29 Mar 2023
|
2023-03-28 |
add sleep function to PIT driver
biosfood
committed
on 28 Mar 2023
|
2023-03-24 |
try initializing xhci hub
biosfood
committed
on 24 Mar 2023
|
2023-01-30 |
add system call to retrieve the physical location of a virutal address
biosfood
committed
on 30 Jan 2023
|
2023-01-23 |
add lspci user programm
biosfood
committed
on 23 Jan 2023
|
2023-01-16 |
prevent bad behaviour when loading a service that has already been loaded
biosfood
committed
on 16 Jan 2023
|
move 'gets'-functionality to ioManager to simplify the shell source code
biosfood
committed
on 16 Jan 2023
|
|
add await syscall
biosfood
committed
on 16 Jan 2023
|
|
2023-01-15 |
check if a message should be printed to the main vga screen by checking if any syscall in the 'syscall stack' is the foreground process
biosfood
committed
on 15 Jan 2023
|
2023-01-14 |
pass keyboard input to shell
biosfood
committed
on 14 Jan 2023
|
route the shell service to the vga output
biosfood
committed
on 14 Jan 2023
|
|
rewrite general IO using an IO-manager
biosfood
committed
on 14 Jan 2023
|
|
2023-01-13 |
parse ps2 key codes
biosfood
committed
on 13 Jan 2023
|
2023-01-10 |
add system call to look up the names of functions
biosfood
committed
on 10 Jan 2023
|
2022-12-15 | |
2022-12-09 |
add formating print function
biosfood
committed
on 9 Dec 2022
|
2022-12-08 |
make malloc functions accessible to user mode programs
biosfood
committed
on 8 Dec 2022
|
2022-11-23 |
fix compile flags to prevent errors
biosfood
committed
on 23 Nov 2022
|
2022-11-21 | |
reorganize hlib source code
biosfood
committed
on 21 Nov 2022
|
|
2022-11-20 |