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