summaryrefslogtreecommitdiff
path: root/kernel/Makefile
AgeCommit message (Expand)Author
2023-11-22Meta: Cleanup of header files such that they are partially sharedAnton Kling
2023-11-17Kernel: Add isatty syscallAnton Kling
2023-11-16Kernel: Change how syscalls are built and implemented.Anton Kling
2023-11-15VFS/LibC: Add getcwd()Anton Kling
2023-11-15Kernel/LibC: Add chdir function and syscallAnton Kling
2023-11-13Crypto: Implement fast insecure RNG for overwritting memory areas.Anton Kling
2023-11-12AHCI: Add very basic AHCI and some additional helper functions to mmu.cAnton Kling
2023-11-10Kernel/fs: Dynamically allocate based upon file size.Anton Kling
2023-11-01Kernel: Add a simple TCP implementationAnton Kling
2023-10-31Meta: Create simple build scripts for kernel, userland and general enviromentAnton Kling
2023-10-31Meta: Move kernel and userland to their own folders.Anton Kling