aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Collapse)AuthorFilesLines
12 daysadd ext2 inode and filesystem testsLukas Oesch7-26/+406
12 daysadd open_file_description tests with real imageLukas Oesch1-0/+54
12 daysadd vfs tests with real ext2 imagesLukas Oesch9-19/+330
12 daysadd test for devfs edge caseLukas Oesch1-0/+9
12 daysadd devfs filesystem tests, and storage_boot_module_fixture to mock real ↵Lukas Oesch7-5/+136
boot modules
12 daysadd deinit functions for singletons in testsLukas Oesch11-84/+116
12 daysadd rootfs filesystem testsLukas Oesch2-0/+46
12 daysadd devfs and rootfs inode testsLukas Oesch3-0/+139
12 daysfix testLukas Oesch1-1/+1
12 daysadd file_descriptor_table testsLukas Oesch4-0/+167
12 daysadd open_file_description testsLukas Oesch5-4/+77
12 daysfix mount table testsLukas Oesch1-4/+3
12 daysadd mount_table testsLukas Oesch2-0/+165
12 daysadd mount testsLukas Oesch2-0/+50
12 daysadd test_support filesystemLukas Oesch3-0/+40
12 daysuse separate test inodeLukas Oesch4-4/+46
12 daysremove todosLukas Oesch2-2/+5
12 daysfix is_block_device check, add device_inode and non-block device testsLukas Oesch4-3/+143
12 daysadd non block device for testsLukas Oesch3-0/+44
12 daysadd block_device testsLukas Oesch6-7/+56
12 daysadd block_device_utils testsLukas Oesch3-1/+191
12 daysclean up includesLukas Oesch1-1/+0
12 daysadd test block_deviceLukas Oesch3-0/+90
12 daysadd dentry testsLukas Oesch4-5/+158
12 daysextend tests with another filesystemLukas Oesch1-3/+25
12 daysimplement unmount, improve error codesLukas Oesch15-44/+187
12 daysadd test with multiple correct formatted ext2 file systemsLukas Oesch1-40/+29
increase QEMU memory
12 daysadd descriptions, some refactoringLukas Oesch25-21/+500
12 daysrefactoringLukas Oesch5-8/+3
12 daysAdd test for reading fileMarcel Braun1-0/+9
12 daysImplement read data in ext2 inodeMarcel Braun4-5/+39
12 daysAdd file system pointer to ext2 inodeMarcel Braun3-4/+15
12 daysrefactoring map_inode_block_index_to_global_block_numberLukas Oesch2-53/+49
12 daysimplement map_inode_block_index_to_global_block_number and lookupLukas Oesch2-24/+98
12 daysfix linked_directory_entry structLukas Oesch1-2/+1
12 daysfirst lookup draftLukas Oesch2-1/+49
12 daystemporary implementation of inode kindLukas Oesch2-13/+31
12 daysimplement read_inodeLukas Oesch6-19/+45
12 daysremove todosLukas Oesch1-5/+0
12 daysread block_group_descriptorsLukas Oesch2-0/+16
12 daysfix build, refactoringLukas Oesch9-19/+32
12 daysread ext2 superblock and check the magic numberLukas Oesch2-30/+47
12 daysautomatically detect the mounted file system type by trial-and-errorLukas Oesch4-11/+30
13 dayskernel: let arch initialize the ACPI managerFelix Morgner2-13/+0
13 dayskapi: extract ACPI functionality to libsFelix Morgner7-215/+25
13 dayskapi/devices: add parent back-pointer to deviceFelix Morgner2-0/+9
13 dayskapi: move CPU to kapiFelix Morgner6-79/+9
13 daysfixup! kapi: move platform functions to CPUFelix Morgner3-15/+7
13 dayskapi: move platform functions to CPUFelix Morgner4-30/+21
14 dayskapi: restructure ACPI implementationFelix Morgner5-124/+179