aboutsummaryrefslogtreecommitdiff
path: root/kernel/src/main.cpp
AgeCommit message (Expand)AuthorFilesLines
6 daysextend tests with another filesystemLukas Oesch1-3/+25
6 daysimplement unmount, improve error codesLukas Oesch1-0/+3
6 daysadd test with multiple correct formatted ext2 file systemsLukas Oesch1-40/+29
6 daysrefactoringLukas Oesch1-2/+0
6 daysAdd test for reading fileMarcel Braun1-0/+9
6 daysfirst lookup draftLukas Oesch1-0/+2
6 daysfix build, refactoringLukas Oesch1-2/+2
6 daysautomatically detect the mounted file system type by trial-and-errorLukas Oesch1-2/+2
7 dayskernel: let arch initialize the ACPI managerFelix Morgner1-10/+0
9 dayskapi: fix mmio initializationFelix Morgner1-1/+5
11 dayskernel/acpi: discover local interrupt controllersFelix Morgner1-0/+10
2026-04-02x86_64: implement legacy PIT driverFelix Morgner1-1/+3
2026-04-02x86_64/devices: implement ISA bus stubFelix Morgner1-0/+3
2026-04-02kapi: add basic device subsystemFelix Morgner1-0/+4
2026-03-30Rename ram_disk and storage filesmarcel.braun1-5/+5
2026-03-30Rename ext2 filesystem filesmarcel.braun1-2/+2
2026-03-30Move everything in kernel into kernel namespacemarcel.braun1-14/+14
2026-03-30Merge branch 'fmorgner/interrupt-handling' into develop-BA-FS26Felix Morgner1-0/+5
2026-03-28improve testLukas Oesch1-0/+4
2026-03-28improve open and mount testsLukas Oesch1-5/+21
2026-03-27kapi: extract interrupts APIFelix Morgner1-1/+2
2026-03-27kapi/cpu: simplify exception handlingFelix Morgner1-2/+0
2026-03-27kapi: extract interrupt enablementFelix Morgner1-0/+1
2026-03-27kapi/cpu: introduce CPU APIFelix Morgner1-0/+5
2026-03-26implement a rootfs to handle / mounts correctlyLukas Oesch1-0/+10
2026-03-26refactoring, add root_mount into the root_tableLukas Oesch1-1/+0
2026-03-26Add test for resolve_pathmarcel.braun1-0/+14
2026-03-26add tests, use better println for vectorsLukas Oesch1-24/+33
2026-03-26implement device names with kstd::stringLukas Oesch1-0/+13
2026-03-26simplify architecture againLukas Oesch1-4/+5
2026-03-26refactor file and inode architecture againLukas Oesch1-1/+4
2026-03-26use kstd::shared_ptr instead of std::optional for open_file_descriptionsLukas Oesch1-2/+2
2026-03-26prepare test code for a further test functionLukas Oesch1-1/+12
2026-03-18fix clang-tidy warningsLukas Oesch1-1/+3
2026-03-17Clean up project folder structuremarcel.braun1-5/+5
2026-03-17use kstd::vector instead of std::array and replace plain-pointers with kstd::...Lukas Oesch1-9/+10
2026-03-17move test code into separate functionLukas Oesch1-2/+75
2026-03-17Create basic VFS structuremarcel.braun1-0/+4
2026-03-17implement first draft of a file_descriptor_table and open_file_descriptionLukas Oesch1-0/+4
2026-03-17rename files to snake_case (temp_device part1 -> renamed to device later, due...Lukas Oesch1-1/+1
2026-03-17Initialize storage management from kernel mainmarcel.braun1-0/+5
2026-03-17implemented boot_modules and boot_module_registry, init boot_modules in kerne...Lukas Oesch1-0/+4
2026-03-16kernel/memory: implement basic free-list heapFelix Morgner1-0/+3
2026-01-16kapi/system: introduce memory_initialized hookFelix Morgner1-0/+1
2026-01-16chore: restructure namespacesFelix Morgner1-3/+3
2025-12-19kstd: move println to kstdFelix Morgner1-2/+4
2025-12-15kernel: move implementation to kernel directoryFelix Morgner1-0/+14