index
:
sbos.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
init
Age
Commit message (
Expand
)
Author
2024-12-12
procfs: Add a procfs
Anton Kling
2024-11-30
ac97/audio: Add audio
Anton Kling
2024-11-28
changes
Anton Kling
2024-07-08
Kernel/Net: Don't use kmalloc to create send buffers
Anton Kling
2024-07-04
scheduler: Use get_uptime() since it caches the result
Anton Kling
2024-07-04
PIT: Fix dumb bug
Anton Kling
2024-07-04
Random: Improve random seeding.
Anton Kling
2024-07-04
CMOS: Make read/write calls async
Anton Kling
2024-07-03
Kernel/Time: Improve time keeping
Anton Kling
2024-06-22
Kernel stuff
Anton Kling
2024-06-17
Improve PIT timer freq
Anton Kling
2024-06-17
Reorganize logging code
Anton Kling
2024-05-01
Kernel/Keyboard: Only write to buffer after it is initialized
Anton Kling
2024-04-29
Kernel/Socket: Move sockets back to being file descriptors
Anton Kling
2024-04-26
Kernel: More out of memory condition checks
Anton Kling
2024-04-02
Kernel: Fix some memory leaks
Anton Kling
2024-03-20
MMU: Fixed massive problem in assumption of RAM layout
Anton Kling
2024-03-19
IRC: Add the IRC client I am working on
Anton Kling
2024-03-17
stuff
Anton Kling
2024-03-14
random changes made
Anton Kling
2024-02-19
Kernel: Change timing for context switches
Anton Kling
2024-02-19
Kernel/VFS: Cleanup of file descriptor halts
Anton Kling
2024-02-17
cleanup
Anton Kling
2024-02-09
Kernel/Interrupts: Restructure how interrupts are handeled in the kernel
Anton Kling
2024-02-07
Remove sti and cli inline assembly
Anton Kling
2024-02-07
A lot of small changes
Anton Kling
2023-11-13
Kernel: Add support for AHCI and make use of it with the current filesystem.
Anton Kling
2023-11-12
AHCI: Add very basic AHCI and some additional helper functions to mmu.c
Anton Kling
2023-11-10
Kernel Style: Change uint*_t -> u*
Anton Kling
2023-11-08
Kernel/MMU: Detect system memory and dynamically adjust memory usage available
Anton Kling
2023-10-31
Meta: Move kernel and userland to their own folders.
Anton Kling