aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2026-04-11add mount testsLukas Oesch2-0/+50
2026-04-11add test_support filesystemLukas Oesch3-0/+40
2026-04-11use separate test inodeLukas Oesch4-4/+46
2026-04-11remove todosLukas Oesch2-2/+5
2026-04-11fix is_block_device check, add device_inode and non-block device testsLukas Oesch4-3/+143
2026-04-11add non block device for testsLukas Oesch3-0/+44
2026-04-11add block_device testsLukas Oesch6-7/+56
2026-04-11add block_device_utils testsLukas Oesch3-1/+191
2026-04-11clean up includesLukas Oesch1-1/+0
2026-04-11add test block_deviceLukas Oesch3-0/+90
2026-04-11implement vector resizeLukas Oesch1-0/+39
2026-04-11add gdb and ms-vscode.hexeditor to devcontainerLukas Oesch1-3/+4
2026-04-11add dentry testsLukas Oesch4-5/+158
2026-04-11add notes about the content of the test imagesLukas Oesch1-0/+82
2026-04-11extend tests with another filesystemLukas Oesch3-3/+29
2026-04-11add test imagesLukas Oesch3-0/+8
2026-04-11track *.img with git lfsLukas Oesch1-0/+1
2026-04-11implement unmount, improve error codesLukas Oesch15-44/+187
2026-04-11add test with multiple correct formatted ext2 file systemsLukas Oesch2-41/+30
2026-04-11fix build when modules folder is missingLukas Oesch1-1/+9
2026-04-11add descriptions, some refactoringLukas Oesch25-21/+500
2026-04-11refactoringLukas Oesch5-8/+3
2026-04-11Add test for reading fileMarcel Braun1-0/+9
2026-04-11Implement read data in ext2 inodeMarcel Braun4-5/+39
2026-04-11Clean up boot modulesMarcel Braun2-2/+0
2026-04-11Add file system pointer to ext2 inodeMarcel Braun3-4/+15
2026-04-11refactoring map_inode_block_index_to_global_block_numberLukas Oesch2-53/+49
2026-04-11implement map_inode_block_index_to_global_block_number and lookupLukas Oesch2-24/+98
2026-04-11fix linked_directory_entry structLukas Oesch1-2/+1
2026-04-11first lookup draftLukas Oesch2-1/+49
2026-04-11temporary implementation of inode kindLukas Oesch2-13/+31
2026-04-11implement read_inodeLukas Oesch6-19/+45
2026-04-11remove todosLukas Oesch1-5/+0
2026-04-11read block_group_descriptorsLukas Oesch2-0/+16
2026-04-11fix build, refactoringLukas Oesch9-19/+32
2026-04-11read ext2 superblock and check the magic numberLukas Oesch2-30/+47
2026-04-11automatically detect the mounted file system type by trial-and-errorLukas Oesch4-11/+30
2026-04-10kernel: let arch initialize the ACPI managerFelix Morgner6-60/+39
2026-04-10kapi: extract ACPI functionality to libsFelix Morgner25-393/+406
2026-04-10kapi/devices: add parent back-pointer to deviceFelix Morgner3-0/+15
2026-04-10kapi: move CPU to kapiFelix Morgner11-106/+67
2026-04-10fixup! kapi: move platform functions to CPUFelix Morgner3-15/+7
2026-04-10kapi: move platform functions to CPUFelix Morgner9-127/+95
2026-04-09ide: update neovim configurationFelix Morgner1-4/+15
2026-04-09kapi: restructure ACPI implementationFelix Morgner12-239/+565
2026-04-08kapi: return region pair for MMIO allocationFelix Morgner4-18/+31
2026-04-08x86_64: extend LAPIC initializationFelix Morgner2-10/+76
2026-04-08x86_64: fix CPU enumerationFelix Morgner1-3/+2
2026-04-08kapi/bus: fix eager initializationFelix Morgner2-2/+9
2026-04-08x86_64: only initialize BSP LAPICFelix Morgner3-11/+29