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
Age
Commit message (
Collapse
)
Author
Files
Lines
2026-04-11
add rootfs filesystem tests
Lukas Oesch
2
-0
/
+46
2026-04-11
add devfs and rootfs inode tests
Lukas Oesch
3
-0
/
+139
2026-04-11
fix test
Lukas Oesch
1
-1
/
+1
2026-04-11
add file_descriptor_table tests
Lukas Oesch
4
-0
/
+167
2026-04-11
add open_file_description tests
Lukas Oesch
5
-4
/
+77
2026-04-11
fix mount table tests
Lukas Oesch
1
-4
/
+3
2026-04-11
add mount_table tests
Lukas Oesch
2
-0
/
+165
2026-04-11
add mount tests
Lukas Oesch
2
-0
/
+50
2026-04-11
add test_support filesystem
Lukas Oesch
3
-0
/
+40
2026-04-11
use separate test inode
Lukas Oesch
4
-4
/
+46
2026-04-11
remove todos
Lukas Oesch
2
-2
/
+5
2026-04-11
fix is_block_device check, add device_inode and non-block device tests
Lukas Oesch
4
-3
/
+143
2026-04-11
add non block device for tests
Lukas Oesch
3
-0
/
+44
2026-04-11
add block_device tests
Lukas Oesch
6
-7
/
+56
2026-04-11
add block_device_utils tests
Lukas Oesch
3
-1
/
+191
2026-04-11
clean up includes
Lukas Oesch
1
-1
/
+0
2026-04-11
add test block_device
Lukas Oesch
3
-0
/
+90
2026-04-11
implement vector resize
Lukas Oesch
1
-0
/
+39
2026-04-11
add gdb and ms-vscode.hexeditor to devcontainer
Lukas Oesch
1
-3
/
+4
2026-04-11
add dentry tests
Lukas Oesch
4
-5
/
+158
2026-04-11
add notes about the content of the test images
Lukas Oesch
1
-0
/
+82
2026-04-11
extend tests with another filesystem
Lukas Oesch
3
-3
/
+29
2026-04-11
add test images
Lukas Oesch
3
-0
/
+8
2026-04-11
track *.img with git lfs
Lukas Oesch
1
-0
/
+1
2026-04-11
implement unmount, improve error codes
Lukas Oesch
15
-44
/
+187
2026-04-11
add test with multiple correct formatted ext2 file systems
Lukas Oesch
2
-41
/
+30
increase QEMU memory
2026-04-11
fix build when modules folder is missing
Lukas Oesch
1
-1
/
+9
2026-04-11
add descriptions, some refactoring
Lukas Oesch
25
-21
/
+500
2026-04-11
refactoring
Lukas Oesch
5
-8
/
+3
2026-04-11
Add test for reading file
Marcel Braun
1
-0
/
+9
2026-04-11
Implement read data in ext2 inode
Marcel Braun
4
-5
/
+39
2026-04-11
Clean up boot modules
Marcel Braun
2
-2
/
+0
2026-04-11
Add file system pointer to ext2 inode
Marcel Braun
3
-4
/
+15
2026-04-11
refactoring map_inode_block_index_to_global_block_number
Lukas Oesch
2
-53
/
+49
2026-04-11
implement map_inode_block_index_to_global_block_number and lookup
Lukas Oesch
2
-24
/
+98
2026-04-11
fix linked_directory_entry struct
Lukas Oesch
1
-2
/
+1
2026-04-11
first lookup draft
Lukas Oesch
2
-1
/
+49
2026-04-11
temporary implementation of inode kind
Lukas Oesch
2
-13
/
+31
2026-04-11
implement read_inode
Lukas Oesch
6
-19
/
+45
2026-04-11
remove todos
Lukas Oesch
1
-5
/
+0
2026-04-11
read block_group_descriptors
Lukas Oesch
2
-0
/
+16
2026-04-11
fix build, refactoring
Lukas Oesch
9
-19
/
+32
2026-04-11
read ext2 superblock and check the magic number
Lukas Oesch
2
-30
/
+47
2026-04-11
automatically detect the mounted file system type by trial-and-error
Lukas Oesch
4
-11
/
+30
2026-04-10
kernel: let arch initialize the ACPI manager
Felix Morgner
6
-60
/
+39
2026-04-10
kapi: extract ACPI functionality to libs
Felix Morgner
25
-393
/
+406
2026-04-10
kapi/devices: add parent back-pointer to device
Felix Morgner
3
-0
/
+15
2026-04-10
kapi: move CPU to kapi
Felix Morgner
11
-106
/
+67
2026-04-10
fixup! kapi: move platform functions to CPU
Felix Morgner
3
-15
/
+7
2026-04-10
kapi: move platform functions to CPU
Felix Morgner
9
-127
/
+95
[prev]
[next]