History for honey-os / src / kernel
2024-01-10
@biosfood
kernel: add free page system call
biosfood committed on 10 Jan
2024-01-05
@biosfood
kernel: reserve first 16 pages of a service to make accidental Null pointer resolutions thorw an exception
biosfood committed on 5 Jan
2023-09-16
@biosfood
kernel: fix compiler warning about invalid pointer conversion
biosfood committed on 16 Sep
2023-09-09
@biosfood
kernel: avoid crashes (double faults) by blocking interrupts during execution
biosfood committed on 9 Sep
2023-09-02
@biosfood
use ld-level allocation of allocation data object for all programs and kernel
biosfood committed on 2 Sep
2023-08-31
@biosfood
hlib: declare allocation data in linker script
biosfood committed on 31 Aug
@biosfood
hid: refactor io parameters for input tag
biosfood committed on 31 Aug
2023-07-02
@biosfood
add mouse service to manage mouse position
biosfood committed on 2 Jul
2023-07-01
@biosfood
add fork system call
biosfood committed on 1 Jul
2023-06-24
@biosfood
kernel await / fire event: add code to wait for specific event
biosfood committed on 24 Jun
2023-04-09
@biosfood
usb xhci: send configure endpoint command to set up endpoints
biosfood committed on 9 Apr 2023
2023-04-08
@biosfood
xhci refactoring: sperate out all xhci-related code to its own directory
biosfood committed on 8 Apr 2023
2023-04-07
@biosfood
make printf function available for not-main userland files
biosfood committed on 7 Apr 2023
@biosfood
xhci: refactor and seperate out commands
biosfood committed on 7 Apr 2023
2023-04-06
@biosfood
fix issue #3: crash when running an unknown program
biosfood committed on 6 Apr 2023
2023-04-05
@biosfood
xhci: clean up slot initialization
biosfood committed on 5 Apr 2023
2023-04-02
@biosfood
fix weird problems with getPhysicalAddress system call
biosfood committed on 2 Apr 2023
2023-04-01
@biosfood
fix issue with printing where the first message would not get printed
biosfood committed on 1 Apr 2023
@biosfood
create async xhci command function using events
biosfood committed on 1 Apr 2023
2023-03-31
@biosfood
trigger interrupts from xhci controller
biosfood committed on 31 Mar 2023
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
2023-03-28
@biosfood
add sleep function to PIT driver
biosfood committed on 28 Mar 2023
2023-03-27
@biosfood
receive xhci events
biosfood committed on 27 Mar 2023
2023-03-23
@biosfood
fix issue #1: ELF files not loaded correctly
biosfood committed on 23 Mar 2023
2023-01-30
@biosfood
add system call to retrieve the physical location of a virutal address
biosfood committed on 30 Jan 2023
2023-01-27
@biosfood
print basic XHCI information
biosfood committed on 27 Jan 2023
2023-01-23
@biosfood
add lspci user programm
biosfood committed on 23 Jan 2023
2023-01-16
@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