aboutsummaryrefslogtreecommitdiff
path: root/kernel/include
AgeCommit message (Expand)AuthorFilesLines
2026-04-12Add commentMarcel Braun1-0/+1
2026-04-11add ext2 inode and filesystem testsLukas Oesch2-0/+38
2026-04-11add vfs tests with real ext2 imagesLukas Oesch2-5/+38
2026-04-11add devfs filesystem tests, and storage_boot_module_fixture to mock real boot...Lukas Oesch2-2/+25
2026-04-11add deinit functions for singletons in testsLukas Oesch5-6/+40
2026-04-11add file_descriptor_table testsLukas Oesch1-0/+6
2026-04-11add open_file_description testsLukas Oesch1-0/+6
2026-04-11add test_support filesystemLukas Oesch1-0/+22
2026-04-11use separate test inodeLukas Oesch1-0/+19
2026-04-11remove todosLukas Oesch1-1/+0
2026-04-11add non block device for testsLukas Oesch1-0/+23
2026-04-11add block_device testsLukas Oesch1-1/+1
2026-04-11add test block_deviceLukas Oesch1-0/+31
2026-04-11add dentry testsLukas Oesch1-3/+12
2026-04-11implement unmount, improve error codesLukas Oesch7-12/+66
2026-04-11add descriptions, some refactoringLukas Oesch19-5/+476
2026-04-11refactoringLukas Oesch1-1/+1
2026-04-11Implement read data in ext2 inodeMarcel Braun2-2/+4
2026-04-11Add file system pointer to ext2 inodeMarcel Braun1-1/+4
2026-04-11refactoring map_inode_block_index_to_global_block_numberLukas Oesch1-0/+1
2026-04-11implement map_inode_block_index_to_global_block_number and lookupLukas Oesch1-0/+2
2026-04-11fix linked_directory_entry structLukas Oesch1-2/+1
2026-04-11temporary implementation of inode kindLukas Oesch1-1/+2
2026-04-11implement read_inodeLukas Oesch5-11/+18
2026-04-11remove todosLukas Oesch1-5/+0
2026-04-11read block_group_descriptorsLukas Oesch1-0/+3
2026-04-11fix build, refactoringLukas Oesch4-2/+6
2026-04-11read ext2 superblock and check the magic numberLukas Oesch1-1/+10
2026-04-11automatically detect the mounted file system type by trial-and-errorLukas Oesch1-1/+2
2026-04-10kapi: extract ACPI functionality to libsFelix Morgner1-7/+7
2026-04-10kapi: move CPU to kapiFelix Morgner1-33/+0
2026-04-08kapi: add basic support for MMIO mappingFelix Morgner1-0/+41
2026-04-06kernel/acpi: discover local interrupt controllersFelix Morgner2-0/+36
2026-04-06kernel/acpi: implement basic table discoveryFelix Morgner1-1/+4
2026-04-06kapi: hook ACPI initialization up to boot processFelix Morgner1-0/+26
2026-04-06kapi: add basic ACPI supportFelix Morgner1-5/+5
2026-04-02kapi: extract common bus codeFelix Morgner1-18/+0
2026-04-02x86_64/devices: implement ISA bus stubFelix Morgner1-1/+3
2026-04-02kapi: add basic device subsystemFelix Morgner1-0/+32
2026-04-02kernel/tests: improve documentationFelix Morgner6-5/+88
2026-04-02kernel/tests: clean up implementation structureFelix Morgner6-33/+78
2026-04-01kernel/tests: add basic heap allocator testsFelix Morgner1-0/+11
2026-04-01kernel/tests: don't rely on vector for fake memoryFelix Morgner1-3/+12
2026-04-01kernel/test: rename test include to test_supportFelix Morgner5-11/+11
2026-04-01kernel/tests: clean up fake memory implementationFelix Morgner3-6/+77
2026-04-01kernel/tests: move initialization to a listenerFelix Morgner1-0/+2
2026-04-01kernel/tests: dissolve tests into source treeFelix Morgner3-0/+69
2026-03-31move device into kapiLukas Oesch11-87/+31
2026-03-30Rename ram_disk and storage filesmarcel.braun4-18/+18
2026-03-30Rename rootfs filesystem filesmarcel.braun2-10/+11