summaryrefslogtreecommitdiff
path: root/kernel/init
AgeCommit message (Expand)Author
2024-12-12procfs: Add a procfsAnton Kling
2024-11-30ac97/audio: Add audioAnton Kling
2024-11-28changesAnton Kling
2024-07-08Kernel/Net: Don't use kmalloc to create send buffersAnton Kling
2024-07-04scheduler: Use get_uptime() since it caches the resultAnton Kling
2024-07-04PIT: Fix dumb bugAnton Kling
2024-07-04Random: Improve random seeding.Anton Kling
2024-07-04CMOS: Make read/write calls asyncAnton Kling
2024-07-03Kernel/Time: Improve time keepingAnton Kling
2024-06-22Kernel stuffAnton Kling
2024-06-17Improve PIT timer freqAnton Kling
2024-06-17Reorganize logging codeAnton Kling
2024-05-01Kernel/Keyboard: Only write to buffer after it is initializedAnton Kling
2024-04-29Kernel/Socket: Move sockets back to being file descriptorsAnton Kling
2024-04-26Kernel: More out of memory condition checksAnton Kling
2024-04-02Kernel: Fix some memory leaksAnton Kling
2024-03-20MMU: Fixed massive problem in assumption of RAM layoutAnton Kling
2024-03-19IRC: Add the IRC client I am working onAnton Kling
2024-03-17stuffAnton Kling
2024-03-14random changes madeAnton Kling
2024-02-19Kernel: Change timing for context switchesAnton Kling
2024-02-19Kernel/VFS: Cleanup of file descriptor haltsAnton Kling
2024-02-17cleanupAnton Kling
2024-02-09Kernel/Interrupts: Restructure how interrupts are handeled in the kernelAnton Kling
2024-02-07Remove sti and cli inline assemblyAnton Kling
2024-02-07A lot of small changesAnton Kling
2023-11-13Kernel: Add support for AHCI and make use of it with the current filesystem.Anton Kling
2023-11-12AHCI: Add very basic AHCI and some additional helper functions to mmu.cAnton Kling
2023-11-10Kernel Style: Change uint*_t -> u*Anton Kling
2023-11-08Kernel/MMU: Detect system memory and dynamically adjust memory usage availableAnton Kling
2023-10-31Meta: Move kernel and userland to their own folders.Anton Kling