aboutsummaryrefslogtreecommitdiff
path: root/kernel/src
AgeCommit message (Collapse)AuthorFilesLines
2026-04-16acpi: introduce VLA tableFelix Morgner1-6/+6
2026-04-12RenameMarcel Braun1-4/+4
2026-04-11add ext2 inode and filesystem testsLukas Oesch4-26/+365
2026-04-11add open_file_description tests with real imageLukas Oesch1-0/+54
2026-04-11add vfs tests with real ext2 imagesLukas Oesch6-12/+285
2026-04-11add test for devfs edge caseLukas Oesch1-0/+9
2026-04-11add devfs filesystem tests, and storage_boot_module_fixture to mock real ↵Lukas Oesch4-3/+109
boot modules
2026-04-11add deinit functions for singletons in testsLukas Oesch5-72/+63
2026-04-11add rootfs filesystem testsLukas Oesch1-0/+45
2026-04-11add devfs and rootfs inode testsLukas Oesch2-0/+137
2026-04-11fix testLukas Oesch1-1/+1
2026-04-11add file_descriptor_table testsLukas Oesch2-0/+160
2026-04-11add open_file_description testsLukas Oesch3-4/+70
2026-04-11fix mount table testsLukas Oesch1-4/+3
2026-04-11add mount_table testsLukas Oesch1-0/+164
2026-04-11add mount testsLukas Oesch1-0/+49
2026-04-11add test_support filesystemLukas Oesch1-0/+17
2026-04-11use separate test inodeLukas Oesch2-4/+26
2026-04-11remove todosLukas Oesch1-1/+5
2026-04-11fix is_block_device check, add device_inode and non-block device testsLukas Oesch3-3/+142
2026-04-11add non block device for testsLukas Oesch1-0/+20
2026-04-11add block_device testsLukas Oesch4-6/+54
2026-04-11add block_device_utils testsLukas Oesch2-1/+190
2026-04-11clean up includesLukas Oesch1-1/+0
2026-04-11add test block_deviceLukas Oesch1-0/+58
2026-04-11add dentry testsLukas Oesch2-2/+143
2026-04-11extend tests with another filesystemLukas Oesch1-3/+25
2026-04-11implement unmount, improve error codesLukas Oesch8-32/+121
2026-04-11add test with multiple correct formatted ext2 file systemsLukas Oesch1-40/+29
increase QEMU memory
2026-04-11add descriptions, some refactoringLukas Oesch6-16/+24
2026-04-11refactoringLukas Oesch4-7/+2
2026-04-11Add test for reading fileMarcel Braun1-0/+9
2026-04-11Implement read data in ext2 inodeMarcel Braun2-3/+35
2026-04-11Add file system pointer to ext2 inodeMarcel Braun2-3/+11
2026-04-11refactoring map_inode_block_index_to_global_block_numberLukas Oesch1-53/+48
2026-04-11implement map_inode_block_index_to_global_block_number and lookupLukas Oesch1-24/+96
2026-04-11first lookup draftLukas Oesch2-1/+49
2026-04-11temporary implementation of inode kindLukas Oesch1-12/+29
2026-04-11implement read_inodeLukas Oesch1-8/+27
2026-04-11read block_group_descriptorsLukas Oesch1-0/+13
2026-04-11fix build, refactoringLukas Oesch5-17/+26
2026-04-11read ext2 superblock and check the magic numberLukas Oesch1-29/+37
2026-04-11automatically detect the mounted file system type by trial-and-errorLukas Oesch3-10/+28
2026-04-10kernel: let arch initialize the ACPI managerFelix Morgner1-10/+0
2026-04-10kapi: extract ACPI functionality to libsFelix Morgner1-15/+14
2026-04-10kapi: move CPU to kapiFelix Morgner2-47/+1
2026-04-10fixup! kapi: move platform functions to CPUFelix Morgner2-14/+7
2026-04-10kapi: move platform functions to CPUFelix Morgner1-2/+2
2026-04-08kernel: fix mmio allocatorFelix Morgner1-11/+15
2026-04-08kapi: fix mmio initializationFelix Morgner1-1/+5