2023-04-01 |
enable xhci ports with a connection
biosfood
committed
on 1 Apr 2023
|
---|---|
fix issue with printing where the first message would not get printed
biosfood
committed
on 1 Apr 2023
|
|
create async xhci command function using events
biosfood
committed
on 1 Apr 2023
|
|
2023-03-31 |
trigger interrupts from xhci controller
biosfood
committed
on 31 Mar 2023
|
2023-03-29 |
fix issue vga driver: newline doesn't move cursor #2
biosfood
committed
on 29 Mar 2023
|
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
|
add system time readout
biosfood
committed
on 28 Mar 2023
|
|
2023-03-27 |
add basic PIT timer outline
biosfood
committed
on 27 Mar 2023
|
receive xhci events
biosfood
committed
on 27 Mar 2023
|
|
2023-03-24 |
try initializing xhci hub
biosfood
committed
on 24 Mar 2023
|
2023-03-20 |
print out xhci port info
biosfood
committed
on 20 Mar 2023
|
2023-01-31 |
refactor usb driver to use an internal memory structure
biosfood
committed
on 31 Jan 2023
|
allocate scratchpad buffers whenever implemented
biosfood
committed
on 31 Jan 2023
|
|
2023-01-30 |
add system call to retrieve the physical location of a virutal address
biosfood
committed
on 30 Jan 2023
|
initialize XHCI controller and correctly list anvailable slots
biosfood
committed
on 30 Jan 2023
|
|
2023-01-27 |
print basic XHCI information
biosfood
committed
on 27 Jan 2023
|
2023-01-25 |
add scanning for usb devices
biosfood
committed
on 25 Jan 2023
|
precache pci devices
biosfood
committed
on 25 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 |
update the cursor position in the vga driver
biosfood
committed
on 15 Jan 2023
|
start the program name entered in the shell
biosfood
committed
on 15 Jan 2023
|
|
add input buffering for the shell
biosfood
committed
on 15 Jan 2023
|
|
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
|
remove old log function, make \n mandatory for printing a new line
biosfood
committed
on 14 Jan 2023
|
|
route the shell service to the vga output
biosfood
committed
on 14 Jan 2023
|