aboutsummaryrefslogtreecommitdiff
path: root/kernel/src
AgeCommit message (Expand)AuthorFilesLines
2026-03-26add tests, use better println for vectorsLukas Oesch1-24/+33
2026-03-26implement device names with kstd::stringLukas Oesch5-19/+23
2026-03-26refactoring, node cannot be nullLukas Oesch1-6/+1
2026-03-26simplify architecture againLukas Oesch8-208/+118
2026-03-26use enable_shared_from_this instead of self invocation methodLukas Oesch3-17/+5
2026-03-26refactor file and inode architecture againLukas Oesch7-27/+78
2026-03-26fix buildLukas Oesch1-1/+1
2026-03-26use kstd::shared_ptr instead of std::optional for open_file_descriptionsLukas Oesch3-14/+22
2026-03-26implement first draft of a do_mount functionLukas Oesch1-4/+45
2026-03-26prepare test code for a further test functionLukas Oesch1-1/+12
2026-03-26small refactoringLukas Oesch1-4/+3
2026-03-26improve architecture again -> use same architecture for devices and ext2_filesLukas Oesch2-3/+36
2026-03-26first try to simplify the architecture (remove redundant inode_file and open(...Lukas Oesch6-80/+43
2026-03-26remove inode metadataLukas Oesch5-92/+56
2026-03-26prepare files for new inode structureLukas Oesch2-0/+12
2026-03-19kernel/memory: fix sized operator deleteFelix Morgner1-2/+2
2026-03-18kstd: introduce strong type for memory amountsFelix Morgner3-20/+26
2026-03-18fix clang-tidy warningsLukas Oesch3-3/+3
2026-03-17Fix include ordermarcel.braun1-1/+1
2026-03-17Clean up project folder structuremarcel.braun17-5/+922
2026-03-17use kstd::vector instead of std::array and replace plain-pointers with kstd::...Lukas Oesch1-9/+10
2026-03-17move test code into separate functionLukas Oesch1-2/+75
2026-03-17Create basic VFS structuremarcel.braun1-0/+4
2026-03-17implement first draft of a file_descriptor_table and open_file_descriptionLukas Oesch1-0/+4
2026-03-17rename files to snake_case (temp_device part1 -> renamed to device later, due...Lukas Oesch1-1/+1
2026-03-17Initialize storage management from kernel mainmarcel.braun1-0/+5
2026-03-17implemented boot_modules and boot_module_registry, init boot_modules in kerne...Lukas Oesch1-0/+4
2026-03-16kernel/heap: fix infinite allocation loopFelix Morgner1-33/+31
2026-03-16kernel/heap: improve large alignment handlingFelix Morgner1-28/+58
2026-03-16x86_64/memory: fix page table flag settingFelix Morgner1-1/+2
2026-03-16kernel/memory: add more logging statementsFelix Morgner1-2/+9
2026-03-16kapi/memory: support additional address arithmeticFelix Morgner1-1/+1
2026-03-16kernel/memory: clean up new/delete implementationsFelix Morgner1-16/+49
2026-03-16kernel/memory: rename free list allocatorFelix Morgner2-14/+14
2026-03-16kernel/heap: remove debug codeFelix Morgner1-6/+1
2026-03-16kernel/memory: implement basic free-list heapFelix Morgner4-0/+311
2026-03-13kernel/memory: implement basic bitmap allocatorFelix Morgner1-0/+100
2026-01-16kapi/system: introduce memory_initialized hookFelix Morgner1-0/+1
2026-01-16chore: restructure namespacesFelix Morgner6-315/+3
2025-12-23kapi/memory: implement multi-frame allocationFelix Morgner1-4/+9
2025-12-22chore: clean up linter warningsFelix Morgner3-7/+3
2025-12-19kstd: clean up OS interface splitFelix Morgner2-1/+2
2025-12-19kstd: move println to kstdFelix Morgner5-184/+157
2025-12-18kernel: modernize panic outputFelix Morgner1-5/+2
2025-12-18kapi/cio: implement formatted printingFelix Morgner1-0/+155
2025-12-15chore: fix missing includesFelix Morgner2-0/+6
2025-12-15kernel: move implementation to kernel directoryFelix Morgner5-0/+195