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
Age
Commit message (
Expand
)
Author
2023-11-10
Kernel/Memory: Fill new allocations with random data.
Anton Kling
2023-11-10
Syscall: Cleanup code and remove dumb usage of get_vfs_fd.
Anton Kling
2023-11-10
Kernel: Remove old dead code
Anton Kling
2023-11-10
Kernel/fs: Dynamically allocate based upon file size.
Anton Kling
2023-11-09
Kernel/fs: Dynamically allocate depending upon file size of directory.
Anton Kling
2023-11-09
Kernel: Remove old comment
Anton Kling
2023-11-09
Kernel: Initalize the file descriptor pointers in the proess struct to
Anton Kling
2023-11-08
Kerenl/MMU: Remove dumb bug as a result of uninitalized memory
Anton Kling
2023-11-08
Kernel/MMU: Detect system memory and dynamically adjust memory usage available
Anton Kling
2023-11-08
Kernel/MMU: Detect system memory and dynamically adjust memory usage available
Anton Kling
2023-11-08
Kernel/MMU: Create a seperate table for heap allocation
Anton Kling
2023-11-01
Kernel: Add a simple TCP implementation
Anton Kling
2023-10-31
Kernel: Remove all O0 optimizations on functions.
Anton Kling
2023-10-31
Kernel: Bug fix, infinite loop when checking string memory permissions
Anton Kling
2023-10-31
Meta: Create simple build scripts for kernel, userland and general enviroment
Anton Kling
2023-10-31
Meta: Move kernel and userland to their own folders.
Anton Kling