aboutsummaryrefslogtreecommitdiff
path: root/kernel/include
AgeCommit message (Expand)AuthorFilesLines
9 dayskapi: move CPU to kapiFelix Morgner1-33/+0
11 dayskapi: add basic support for MMIO mappingFelix Morgner1-0/+41
13 dayskernel/acpi: discover local interrupt controllersFelix Morgner2-0/+36
13 dayskernel/acpi: implement basic table discoveryFelix Morgner1-1/+4
13 dayskapi: hook ACPI initialization up to boot processFelix Morgner1-0/+26
13 dayskapi: 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
2026-03-30Rename devfs filesystem filesmarcel.braun2-8/+9
2026-03-30Rename ext2 filesystem filesmarcel.braun5-14/+13
2026-03-30Move everything in kernel into kernel namespacemarcel.braun26-52/+50
2026-03-29Move block device offset and size-to-blocks calculation to block_device_utilsmarcel.braun2-5/+17
2026-03-29Fix name lengthmarcel.braun1-1/+1
2026-03-29Add ext2 block_group_descriptor, inode and linked_directory_entry definitionsmarcel.braun3-0/+64
2026-03-29Add ext2_superblock definitonmarcel.braun1-0/+76
2026-03-29Refactormarcel.braun1-1/+1
2026-03-29remove redundant ext2_file classLukas Oesch2-19/+0
2026-03-28fix vfs mount with /dev & /a and rootfs & devfsLukas Oesch4-6/+11
2026-03-26mount /dev in the rootfsLukas Oesch2-0/+16
2026-03-26first draft of an devfs implementationLukas Oesch4-13/+46
2026-03-26implement a rootfs to handle / mounts correctlyLukas Oesch4-8/+47
2026-03-26refactoring, add root_mount into the root_tableLukas Oesch2-3/+2
2026-03-26Refactor mounting of new filesystems and path resolving in vfsmarcel.braun1-1/+2
2026-03-26Add root_dentry to filesystemmarcel.braun1-0/+5
2026-03-26Refactor mount_table entry (mount) to use dentry as key instead of pathmarcel.braun1-5/+4
2026-03-26Fix dentry header guardsmarcel.braun1-2/+2
2026-03-26Add mount_tablemarcel.braun1-0/+23
2026-03-26Implement resolve_pathmarcel.braun3-3/+7
2026-03-26Refactor move init logic into member functionmarcel.braun1-0/+2
2026-03-26Small refactoring use shared pointermarcel.braun2-2/+2
2026-03-26Refactor filesystemmarcel.braun2-2/+4
2026-03-26Add dentry structuremarcel.braun2-1/+15
2026-03-26Rename custody to dentry and add childrenmarcel.braun3-26/+28
2026-03-26Remove unneeded enable_shared_from_this in inodemarcel.braun1-3/+1
2026-03-26implement device names with kstd::stringLukas Oesch2-6/+8
2026-03-26simplify architecture againLukas Oesch7-94/+20
2026-03-26use enable_shared_from_this instead of self invocation methodLukas Oesch3-7/+6
2026-03-26refactor file and inode architecture againLukas Oesch8-41/+33