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