index
:
pub/fmorgner/teachos.git
develop
develop-BA-FS26
main
The TeachOS kernel, a greenfield, pure 64-bit, educational operating system.
fmorgner
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
src
/
main.cpp
Age
Commit message (
Expand
)
Author
Files
Lines
6 days
extend tests with another filesystem
Lukas Oesch
1
-3
/
+25
6 days
implement unmount, improve error codes
Lukas Oesch
1
-0
/
+3
6 days
add test with multiple correct formatted ext2 file systems
Lukas Oesch
1
-40
/
+29
6 days
refactoring
Lukas Oesch
1
-2
/
+0
6 days
Add test for reading file
Marcel Braun
1
-0
/
+9
6 days
first lookup draft
Lukas Oesch
1
-0
/
+2
6 days
fix build, refactoring
Lukas Oesch
1
-2
/
+2
6 days
automatically detect the mounted file system type by trial-and-error
Lukas Oesch
1
-2
/
+2
7 days
kernel: let arch initialize the ACPI manager
Felix Morgner
1
-10
/
+0
9 days
kapi: fix mmio initialization
Felix Morgner
1
-1
/
+5
11 days
kernel/acpi: discover local interrupt controllers
Felix Morgner
1
-0
/
+10
2026-04-02
x86_64: implement legacy PIT driver
Felix Morgner
1
-1
/
+3
2026-04-02
x86_64/devices: implement ISA bus stub
Felix Morgner
1
-0
/
+3
2026-04-02
kapi: add basic device subsystem
Felix Morgner
1
-0
/
+4
2026-03-30
Rename ram_disk and storage files
marcel.braun
1
-5
/
+5
2026-03-30
Rename ext2 filesystem files
marcel.braun
1
-2
/
+2
2026-03-30
Move everything in kernel into kernel namespace
marcel.braun
1
-14
/
+14
2026-03-30
Merge branch 'fmorgner/interrupt-handling' into develop-BA-FS26
Felix Morgner
1
-0
/
+5
2026-03-28
improve test
Lukas Oesch
1
-0
/
+4
2026-03-28
improve open and mount tests
Lukas Oesch
1
-5
/
+21
2026-03-27
kapi: extract interrupts API
Felix Morgner
1
-1
/
+2
2026-03-27
kapi/cpu: simplify exception handling
Felix Morgner
1
-2
/
+0
2026-03-27
kapi: extract interrupt enablement
Felix Morgner
1
-0
/
+1
2026-03-27
kapi/cpu: introduce CPU API
Felix Morgner
1
-0
/
+5
2026-03-26
implement a rootfs to handle / mounts correctly
Lukas Oesch
1
-0
/
+10
2026-03-26
refactoring, add root_mount into the root_table
Lukas Oesch
1
-1
/
+0
2026-03-26
Add test for resolve_path
marcel.braun
1
-0
/
+14
2026-03-26
add tests, use better println for vectors
Lukas Oesch
1
-24
/
+33
2026-03-26
implement device names with kstd::string
Lukas Oesch
1
-0
/
+13
2026-03-26
simplify architecture again
Lukas Oesch
1
-4
/
+5
2026-03-26
refactor file and inode architecture again
Lukas Oesch
1
-1
/
+4
2026-03-26
use kstd::shared_ptr instead of std::optional for open_file_descriptions
Lukas Oesch
1
-2
/
+2
2026-03-26
prepare test code for a further test function
Lukas Oesch
1
-1
/
+12
2026-03-18
fix clang-tidy warnings
Lukas Oesch
1
-1
/
+3
2026-03-17
Clean up project folder structure
marcel.braun
1
-5
/
+5
2026-03-17
use kstd::vector instead of std::array and replace plain-pointers with kstd::...
Lukas Oesch
1
-9
/
+10
2026-03-17
move test code into separate function
Lukas Oesch
1
-2
/
+75
2026-03-17
Create basic VFS structure
marcel.braun
1
-0
/
+4
2026-03-17
implement first draft of a file_descriptor_table and open_file_description
Lukas Oesch
1
-0
/
+4
2026-03-17
rename files to snake_case (temp_device part1 -> renamed to device later, due...
Lukas Oesch
1
-1
/
+1
2026-03-17
Initialize storage management from kernel main
marcel.braun
1
-0
/
+5
2026-03-17
implemented boot_modules and boot_module_registry, init boot_modules in kerne...
Lukas Oesch
1
-0
/
+4
2026-03-16
kernel/memory: implement basic free-list heap
Felix Morgner
1
-0
/
+3
2026-01-16
kapi/system: introduce memory_initialized hook
Felix Morgner
1
-0
/
+1
2026-01-16
chore: restructure namespaces
Felix Morgner
1
-3
/
+3
2025-12-19
kstd: move println to kstd
Felix Morgner
1
-2
/
+4
2025-12-15
kernel: move implementation to kernel directory
Felix Morgner
1
-0
/
+14