summaryrefslogtreecommitdiff
path: root/kernel/Makefile
AgeCommit message (Expand)Author
2024-02-07Add enable/disable interrupts functionAnton Kling
2024-02-07A lot of small changesAnton Kling
2023-11-28Kernel: Add basic IPC and move to microkernel design.Anton Kling
2023-11-24Refactor write() and pwrite()Anton Kling
2023-11-24Refactor open()Anton Kling
2023-11-23Kernel/LibC: Add randomfill() syscall.Anton Kling
2023-11-22Meta: Use dirent as a general include fileAnton Kling
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