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 (
Collapse
)
Author
Files
Lines
2026-04-23
chore: banish relative includes
Felix Morgner
37
-57
/
+57
2026-04-23
chore: organize includes
Felix Morgner
10
-17
/
+19
2026-04-19
vfs open returns the dentry not the open file description
Lukas Oesch
1
-3
/
+3
2026-04-19
move m_inodes member into subclass
Lukas Oesch
2
-1
/
+3
2026-04-16
Merge branch 'syscall-interface' into 'develop-BA-FS26'
Marcel Braun
6
-37
/
+32
Add fs syscall handler See merge request teachos/kernel!23
2026-04-16
Merge branch 'fmorgner/develop-BA-FS26/acpi-refactor' into develop-BA-FS26
Felix Morgner
1
-3
/
+3
2026-04-16
acpi: introduce VLA table
Felix Morgner
1
-3
/
+3
2026-04-15
kernel: improve bht speed using memory mapping
Felix Morgner
2
-13
/
+28
2026-04-13
Back filesystem by inode and not device
Marcel Braun
5
-36
/
+30
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 ↵
Lukas Oesch
2
-2
/
+25
boot modules
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
[next]