aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2026-03-27kapi/cpu: enable formatting of exception typesFelix Morgner1-2/+1
2026-03-27kapi: extract interrupt enablementFelix Morgner1-0/+1
2026-03-27kapi/cpu: introduce CPU APIFelix Morgner5-0/+97
2026-03-20kstd/format: use tagged union to reduce template bloatFelix Morgner1-6/+74
2026-03-20kstd/format: implement dynamic width supportFelix Morgner1-1/+1
2026-03-20kstd: rework formatting to be closer to stdFelix Morgner1-49/+88
2026-03-19kernel/memory: fix sized operator deleteFelix Morgner1-2/+2
2026-03-18kstd: introduce strong type for memory amountsFelix Morgner6-32/+42
2026-03-18fix clang-tidy warningsLukas Oesch4-8/+3
2026-03-17Fix include ordermarcel.braun1-1/+1
2026-03-17Clean up project folder structuremarcel.braun38-155/+92
2026-03-17remove commentLukas Oesch1-2/+0
2026-03-17use const & wherever applicableLukas Oesch19-28/+29
2026-03-17write commentsLukas Oesch3-3/+9
2026-03-17use kstd::vector instead of std::array and replace plain-pointers with kstd::...Lukas Oesch28-147/+154
2026-03-17fix lint issuesLukas Oesch5-17/+17
2026-03-17add todoLukas Oesch1-1/+2
2026-03-17remove commentLukas Oesch1-1/+0
2026-03-17add first draft of inode metadataLukas Oesch8-7/+92
2026-03-17implement first inode draft, fix make_device_node, implement first draft of r...Lukas Oesch7-17/+156
2026-03-17improve constnessLukas Oesch6-8/+6
2026-03-17implement first draft of custodyLukas Oesch3-2/+53
2026-03-17implement first draft of make_device_nodeLukas Oesch2-1/+32
2026-03-17small refactoringLukas Oesch1-3/+4
2026-03-17improve constness, expose controllers and devicesLukas Oesch4-5/+24
2026-03-17move m_devices from ram_disk_controller to storage_controller, store point to...Lukas Oesch9-59/+52
2026-03-17every device has a name, generate ram disk device namesLukas Oesch5-8/+38
2026-03-17mount root filesystemLukas Oesch2-1/+35
2026-03-17move test code into separate functionLukas Oesch1-2/+75
2026-03-17Add basic structure for ext2_filesystem, filesystem and mountmarcel.braun7-0/+128
2026-03-17Create basic VFS structuremarcel.braun4-0/+61
2026-03-17Refactor device_filemarcel.braun2-2/+2
2026-03-17Add inode_file and inode structuremarcel.braun5-3/+99
2026-03-17fix buildLukas Oesch1-1/+0
2026-03-17renamingLukas Oesch1-2/+2
2026-03-17remove not needed cpp fileLukas Oesch1-6/+0
2026-03-17use optional instead of pointer, improve error handling (do not just panic, r...Lukas Oesch2-17/+14
2026-03-17add todosLukas Oesch2-0/+7
2026-03-17small refactoringLukas Oesch2-2/+3
2026-03-17implement read and write bytes from deviceLukas Oesch8-2/+209
2026-03-17implement first draft of a file_descriptor_table and open_file_descriptionLukas Oesch9-0/+213
2026-03-17Simplify device lookup in storage controllers by removing redundant major numbermarcel.braun4-6/+5
2026-03-17add commentsLukas Oesch6-1/+187
2026-03-17rename temp_device back to deviceLukas Oesch5-5/+5
2026-03-17rename files to snake_case (temp_device part1 -> renamed to device later, due...Lukas Oesch14-34/+34
2026-03-17refactoring read and write block calculationsLukas Oesch4-25/+52
2026-03-17handle read / write behind module boundariesLukas Oesch1-10/+23
2026-03-17implement determine_boot_deviceLukas Oesch2-1/+10
2026-03-17remove test codeLukas Oesch1-19/+0
2026-03-17implement write_block in RAMDiskDeviceLukas Oesch3-0/+18