aboutsummaryrefslogtreecommitdiff
path: root/kernel/CMakeLists.txt
AgeCommit message (Expand)AuthorFilesLines
2026-03-27build: simplify header scanningFelix Morgner1-0/+9
2026-03-27kapi: move interrupt handling to kernelFelix Morgner1-0/+1
2026-03-27kapi/cpu: simplify exception handlingFelix Morgner1-1/+0
2026-03-27kapi/cpu: introduce CPU APIFelix Morgner1-0/+2
2026-03-26first draft of an devfs implementationLukas Oesch1-0/+2
2026-03-26implement a rootfs to handle / mounts correctlyLukas Oesch1-0/+2
2026-03-26Add mount_tablemarcel.braun1-0/+1
2026-03-26Rename custody to dentry and add childrenmarcel.braun1-1/+1
2026-03-26simplify architecture againLukas Oesch1-3/+0
2026-03-26refactor file and inode architecture againLukas Oesch1-0/+1
2026-03-26improve architecture again -> use same architecture for devices and ext2_filesLukas Oesch1-0/+1
2026-03-26first try to simplify the architecture (remove redundant inode_file and open(...Lukas Oesch1-1/+1
2026-03-26prepare files for new inode structureLukas Oesch1-0/+2
2026-03-17Clean up project folder structuremarcel.braun1-5/+16
2026-03-17implement first draft of a file_descriptor_table and open_file_descriptionLukas Oesch1-0/+2
2026-03-17setup basic devices and RAMDisk structureLukas Oesch1-0/+3
2026-03-17implemented boot_modules and boot_module_registry, init boot_modules in kerne...Lukas Oesch1-0/+1
2026-03-16kernel/memory: rename free list allocatorFelix Morgner1-1/+1
2026-03-16kernel/memory: implement basic free-list heapFelix Morgner1-0/+3
2026-03-13kernel/memory: implement basic bitmap allocatorFelix Morgner1-0/+1
2026-01-16chore: restructure namespacesFelix Morgner1-7/+8
2025-12-19kstd: move println to kstdFelix Morgner1-1/+4
2025-12-15build: move kernel build configurationFelix Morgner1-0/+36