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