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
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