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
/
CMakeLists.txt
Age
Commit message (
Collapse
)
Author
Files
Lines
6 days
add ext2 inode and filesystem tests
Lukas Oesch
1
-0
/
+3
6 days
add vfs tests with real ext2 images
Lukas Oesch
1
-2
/
+7
6 days
add devfs filesystem tests, and storage_boot_module_fixture to mock real ↵
Lukas Oesch
1
-0
/
+2
boot modules
6 days
add rootfs filesystem tests
Lukas Oesch
1
-0
/
+1
6 days
add devfs and rootfs inode tests
Lukas Oesch
1
-0
/
+2
6 days
add file_descriptor_table tests
Lukas Oesch
1
-0
/
+1
6 days
add open_file_description tests
Lukas Oesch
1
-0
/
+1
6 days
add mount_table tests
Lukas Oesch
1
-0
/
+1
6 days
add mount tests
Lukas Oesch
1
-0
/
+1
6 days
add test_support filesystem
Lukas Oesch
1
-0
/
+1
6 days
use separate test inode
Lukas Oesch
1
-0
/
+1
6 days
fix is_block_device check, add device_inode and non-block device tests
Lukas Oesch
1
-0
/
+1
6 days
add non block device for tests
Lukas Oesch
1
-0
/
+1
6 days
add block_device tests
Lukas Oesch
1
-0
/
+1
6 days
add block_device_utils tests
Lukas Oesch
1
-0
/
+1
6 days
add test block_device
Lukas Oesch
1
-0
/
+1
6 days
add dentry tests
Lukas Oesch
1
-0
/
+3
7 days
kapi: extract ACPI functionality to libs
Felix Morgner
1
-3
/
+0
7 days
kapi: move CPU to kapi
Felix Morgner
1
-1
/
+1
7 days
fixup! kapi: move platform functions to CPU
Felix Morgner
1
-1
/
+0
7 days
kapi: move platform functions to CPU
Felix Morgner
1
-1
/
+0
8 days
kapi: restructure ACPI implementation
Felix Morgner
1
-0
/
+3
9 days
kapi: add basic support for MMIO mapping
Felix Morgner
1
-20
/
+21
11 days
kernel/tests: fix link issue
Felix Morgner
1
-0
/
+1
11 days
kernel: generalize CPU discovery
Felix Morgner
1
-0
/
+1
11 days
kapi: extract more code to the kernel
Felix Morgner
1
-0
/
+2
11 days
kernel/acpi: discover local interrupt controllers
Felix Morgner
1
-0
/
+1
11 days
kapi: hook ACPI initialization up to boot process
Felix Morgner
1
-0
/
+1
11 days
kapi: move independent implementation to kernel
Felix Morgner
1
-0
/
+1
2026-04-02
kapi: add basic device subsystem
Felix Morgner
1
-0
/
+2
2026-04-02
kernel/tests: clean up implementation structure
Felix Morgner
1
-0
/
+1
2026-04-01
kernel/tests: add basic heap allocator tests
Felix Morgner
1
-0
/
+1
2026-04-01
kernel/tests: clean up fake memory implementation
Felix Morgner
1
-0
/
+1
2026-04-01
kernel/tests: move initialization to a listener
Felix Morgner
1
-4
/
+2
2026-04-01
kernel: add ram disk device tests
Felix Morgner
1
-0
/
+3
2026-04-01
kernel: add bitmap_allocator tests
Felix Morgner
1
-0
/
+3
2026-04-01
kernel/tests: update coverage configuration
Felix Morgner
1
-2
/
+2
2026-04-01
kernel/tests: dissolve tests into source tree
Felix Morgner
1
-1
/
+41
2026-04-01
kernel: begin basic bht implementation
Felix Morgner
1
-6
/
+9
2026-04-01
build: fix kernel+arch build
Felix Morgner
1
-22
/
+27
2026-04-01
kernel: split off objects into a library
Felix Morgner
1
-12
/
+19
2026-03-31
move device into kapi
Lukas Oesch
1
-1
/
+0
2026-03-30
Rename ram_disk and storage files
marcel.braun
1
-4
/
+4
2026-03-30
Rename rootfs filesystem files
marcel.braun
1
-2
/
+2
2026-03-30
Rename devfs filesystem files
marcel.braun
1
-2
/
+2
2026-03-30
Rename ext2 filesystem files
marcel.braun
1
-2
/
+2
2026-03-30
Merge branch 'ext2' into 'develop-BA-FS26'
Lukas Oesch
1
-1
/
+1
Ext2-initial-structure See merge request teachos/kernel!17
2026-03-30
Merge branch 'fmorgner/interrupt-handling' into develop-BA-FS26
Felix Morgner
1
-0
/
+11
2026-03-29
Move block device offset and size-to-blocks calculation to block_device_utils
marcel.braun
1
-0
/
+1
2026-03-29
remove redundant ext2_file class
Lukas Oesch
1
-1
/
+0
[next]