2023-03-30
@biosfood
fix problem where page fault happens because not the whole string is mapped in a insertString system call
biosfood committed on 30 Mar 2023
2023-03-29
@biosfood
refactor syscall.c
biosfood committed on 29 Mar 2023
@biosfood
fix issue vga driver: newline doesn't move cursor #2
biosfood committed on 29 Mar 2023
@biosfood
use sleep function for xhci driver waiting for the controller to start
biosfood committed on 29 Mar 2023
2023-03-28
@biosfood
add sleep function to PIT driver
biosfood committed on 28 Mar 2023
@biosfood
add system time readout
biosfood committed on 28 Mar 2023
2023-03-27
@biosfood
add basic PIT timer outline
biosfood committed on 27 Mar 2023
@biosfood
receive xhci events
biosfood committed on 27 Mar 2023
2023-03-24
@biosfood
try initializing xhci hub
biosfood committed on 24 Mar 2023
2023-03-23
@biosfood
fix issue #1: ELF files not loaded correctly
biosfood committed on 23 Mar 2023
2023-03-20
@biosfood
print out xhci port info
biosfood committed on 20 Mar 2023
2023-01-31
@biosfood
refactor usb driver to use an internal memory structure
biosfood committed on 31 Jan 2023
@biosfood
allocate scratchpad buffers whenever implemented
biosfood committed on 31 Jan 2023
2023-01-30
@biosfood
add system call to retrieve the physical location of a virutal address
biosfood committed on 30 Jan 2023
@biosfood
initialize XHCI controller and correctly list anvailable slots
biosfood committed on 30 Jan 2023
2023-01-27
@biosfood
add screenshot to README
biosfood authored on 27 Jan 2023 GitHub committed on 27 Jan 2023
@biosfood
add screenshot
biosfood committed on 27 Jan 2023
@biosfood
print basic XHCI information
biosfood committed on 27 Jan 2023
2023-01-25
@biosfood
add scanning for usb devices
biosfood committed on 25 Jan 2023
@biosfood
precache pci devices
biosfood committed on 25 Jan 2023
2023-01-23
@biosfood
add lspci user programm
biosfood committed on 23 Jan 2023
2023-01-16
@biosfood
prevent bad behaviour when loading a service that has already been loaded
biosfood committed on 16 Jan 2023
@biosfood
move 'gets'-functionality to ioManager to simplify the shell source code
biosfood committed on 16 Jan 2023
@biosfood
add await syscall
biosfood committed on 16 Jan 2023
2023-01-15
@biosfood
update the cursor position in the vga driver
biosfood committed on 15 Jan 2023
@biosfood
start the program name entered in the shell
biosfood committed on 15 Jan 2023
@biosfood
add input buffering for the shell
biosfood committed on 15 Jan 2023
@biosfood
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
@biosfood
pass keyboard input to shell
biosfood committed on 14 Jan 2023
@biosfood
remove old log function, make \n mandatory for printing a new line
biosfood committed on 14 Jan 2023