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
/
include
Age
Commit message (
Expand
)
Author
Files
Lines
2026-04-12
Add fs syscall handler
Marcel Braun
1
-1
/
+2
2026-04-12
Add comment
Marcel Braun
1
-0
/
+1
2026-04-11
add ext2 inode and filesystem tests
Lukas Oesch
2
-0
/
+38
2026-04-11
add vfs tests with real ext2 images
Lukas Oesch
2
-5
/
+38
2026-04-11
add devfs filesystem tests, and storage_boot_module_fixture to mock real boot...
Lukas Oesch
2
-2
/
+25
2026-04-11
add deinit functions for singletons in tests
Lukas Oesch
5
-6
/
+40
2026-04-11
add file_descriptor_table tests
Lukas Oesch
1
-0
/
+6
2026-04-11
add open_file_description tests
Lukas Oesch
1
-0
/
+6
2026-04-11
add test_support filesystem
Lukas Oesch
1
-0
/
+22
2026-04-11
use separate test inode
Lukas Oesch
1
-0
/
+19
2026-04-11
remove todos
Lukas Oesch
1
-1
/
+0
2026-04-11
add non block device for tests
Lukas Oesch
1
-0
/
+23
2026-04-11
add block_device tests
Lukas Oesch
1
-1
/
+1
2026-04-11
add test block_device
Lukas Oesch
1
-0
/
+31
2026-04-11
add dentry tests
Lukas Oesch
1
-3
/
+12
2026-04-11
implement unmount, improve error codes
Lukas Oesch
7
-12
/
+66
2026-04-11
add descriptions, some refactoring
Lukas Oesch
19
-5
/
+476
2026-04-11
refactoring
Lukas Oesch
1
-1
/
+1
2026-04-11
Implement read data in ext2 inode
Marcel Braun
2
-2
/
+4
2026-04-11
Add file system pointer to ext2 inode
Marcel Braun
1
-1
/
+4
2026-04-11
refactoring map_inode_block_index_to_global_block_number
Lukas Oesch
1
-0
/
+1
2026-04-11
implement map_inode_block_index_to_global_block_number and lookup
Lukas Oesch
1
-0
/
+2
2026-04-11
fix linked_directory_entry struct
Lukas Oesch
1
-2
/
+1
2026-04-11
temporary implementation of inode kind
Lukas Oesch
1
-1
/
+2
2026-04-11
implement read_inode
Lukas Oesch
5
-11
/
+18
2026-04-11
remove todos
Lukas Oesch
1
-5
/
+0
2026-04-11
read block_group_descriptors
Lukas Oesch
1
-0
/
+3
2026-04-11
fix build, refactoring
Lukas Oesch
4
-2
/
+6
2026-04-11
read ext2 superblock and check the magic number
Lukas Oesch
1
-1
/
+10
2026-04-11
automatically detect the mounted file system type by trial-and-error
Lukas Oesch
1
-1
/
+2
2026-04-10
kapi: extract ACPI functionality to libs
Felix Morgner
1
-7
/
+7
2026-04-10
kapi: move CPU to kapi
Felix Morgner
1
-33
/
+0
2026-04-08
kapi: add basic support for MMIO mapping
Felix Morgner
1
-0
/
+41
2026-04-06
kernel/acpi: discover local interrupt controllers
Felix Morgner
2
-0
/
+36
2026-04-06
kernel/acpi: implement basic table discovery
Felix Morgner
1
-1
/
+4
2026-04-06
kapi: hook ACPI initialization up to boot process
Felix Morgner
1
-0
/
+26
2026-04-06
kapi: add basic ACPI support
Felix Morgner
1
-5
/
+5
2026-04-02
kapi: extract common bus code
Felix Morgner
1
-18
/
+0
2026-04-02
x86_64/devices: implement ISA bus stub
Felix Morgner
1
-1
/
+3
2026-04-02
kapi: add basic device subsystem
Felix Morgner
1
-0
/
+32
2026-04-02
kernel/tests: improve documentation
Felix Morgner
6
-5
/
+88
2026-04-02
kernel/tests: clean up implementation structure
Felix Morgner
6
-33
/
+78
2026-04-01
kernel/tests: add basic heap allocator tests
Felix Morgner
1
-0
/
+11
2026-04-01
kernel/tests: don't rely on vector for fake memory
Felix Morgner
1
-3
/
+12
2026-04-01
kernel/test: rename test include to test_support
Felix Morgner
5
-11
/
+11
2026-04-01
kernel/tests: clean up fake memory implementation
Felix Morgner
3
-6
/
+77
2026-04-01
kernel/tests: move initialization to a listener
Felix Morgner
1
-0
/
+2
2026-04-01
kernel/tests: dissolve tests into source tree
Felix Morgner
3
-0
/
+69
2026-03-31
move device into kapi
Lukas Oesch
11
-87
/
+31
2026-03-30
Rename ram_disk and storage files
marcel.braun
4
-18
/
+18
[next]