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
/
devices
Age
Commit message (
Expand
)
Author
Files
Lines
6 days
add devfs filesystem tests, and storage_boot_module_fixture to mock real boot...
Lukas Oesch
1
-2
/
+2
6 days
add deinit functions for singletons in tests
Lukas Oesch
1
-10
/
+18
6 days
fix is_block_device check, add device_inode and non-block device tests
Lukas Oesch
2
-3
/
+34
6 days
add block_device tests
Lukas Oesch
3
-4
/
+49
6 days
add block_device_utils tests
Lukas Oesch
2
-1
/
+190
7 days
kapi: move CPU to kapi
Felix Morgner
1
-45
/
+0
7 days
kapi: move platform functions to CPU
Felix Morgner
1
-2
/
+2
11 days
kernel: generalize CPU discovery
Felix Morgner
1
-55
/
+3
11 days
kernel/acpi: discover local interrupt controllers
Felix Morgner
1
-0
/
+97
2026-04-02
devices: don't automatically allocate major numbers in ctors
Felix Morgner
1
-1
/
+1
2026-04-02
kapi: extract common bus code
Felix Morgner
1
-43
/
+0
2026-04-02
x86_64/devices: implement ISA bus stub
Felix Morgner
1
-2
/
+2
2026-04-02
kapi: add basic device subsystem
Felix Morgner
1
-0
/
+55
2026-04-01
kernel: add ram disk device tests
Felix Morgner
1
-0
/
+117
2026-03-31
move device into kapi
Lukas Oesch
6
-43
/
+20
2026-03-30
Rename ram_disk and storage files
marcel.braun
4
-29
/
+28
2026-03-30
Move everything in kernel into kernel namespace
marcel.braun
7
-14
/
+14
2026-03-29
Move block device offset and size-to-blocks calculation to block_device_utils
marcel.braun
1
-0
/
+103
2026-03-26
implement device names with kstd::string
Lukas Oesch
3
-18
/
+9
2026-03-18
fix clang-tidy warnings
Lukas Oesch
1
-1
/
+0
2026-03-17
Clean up project folder structure
marcel.braun
6
-0
/
+304