index
:
pub/teachos/kernel.git
develop
develop-BA-FS26
main
An educational OS kernel
fmorgner
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
src
Age
Commit message (
Expand
)
Author
Files
Lines
2026-04-11
add test_support filesystem
Lukas Oesch
1
-0
/
+17
2026-04-11
use separate test inode
Lukas Oesch
2
-4
/
+26
2026-04-11
remove todos
Lukas Oesch
1
-1
/
+5
2026-04-11
fix is_block_device check, add device_inode and non-block device tests
Lukas Oesch
3
-3
/
+142
2026-04-11
add non block device for tests
Lukas Oesch
1
-0
/
+20
2026-04-11
add block_device tests
Lukas Oesch
4
-6
/
+54
2026-04-11
add block_device_utils tests
Lukas Oesch
2
-1
/
+190
2026-04-11
clean up includes
Lukas Oesch
1
-1
/
+0
2026-04-11
add test block_device
Lukas Oesch
1
-0
/
+58
2026-04-11
add dentry tests
Lukas Oesch
2
-2
/
+143
2026-04-11
extend tests with another filesystem
Lukas Oesch
1
-3
/
+25
2026-04-11
implement unmount, improve error codes
Lukas Oesch
8
-32
/
+121
2026-04-11
add test with multiple correct formatted ext2 file systems
Lukas Oesch
1
-40
/
+29
2026-04-11
add descriptions, some refactoring
Lukas Oesch
6
-16
/
+24
2026-04-11
refactoring
Lukas Oesch
4
-7
/
+2
2026-04-11
Add test for reading file
Marcel Braun
1
-0
/
+9
2026-04-11
Implement read data in ext2 inode
Marcel Braun
2
-3
/
+35
2026-04-11
Add file system pointer to ext2 inode
Marcel Braun
2
-3
/
+11
2026-04-11
refactoring map_inode_block_index_to_global_block_number
Lukas Oesch
1
-53
/
+48
2026-04-11
implement map_inode_block_index_to_global_block_number and lookup
Lukas Oesch
1
-24
/
+96
2026-04-11
first lookup draft
Lukas Oesch
2
-1
/
+49
2026-04-11
temporary implementation of inode kind
Lukas Oesch
1
-12
/
+29
2026-04-11
implement read_inode
Lukas Oesch
1
-8
/
+27
2026-04-11
read block_group_descriptors
Lukas Oesch
1
-0
/
+13
2026-04-11
fix build, refactoring
Lukas Oesch
5
-17
/
+26
2026-04-11
read ext2 superblock and check the magic number
Lukas Oesch
1
-29
/
+37
2026-04-11
automatically detect the mounted file system type by trial-and-error
Lukas Oesch
3
-10
/
+28
2026-04-10
kernel: let arch initialize the ACPI manager
Felix Morgner
1
-10
/
+0
2026-04-10
kapi: extract ACPI functionality to libs
Felix Morgner
1
-15
/
+14
2026-04-10
kapi: move CPU to kapi
Felix Morgner
2
-47
/
+1
2026-04-10
fixup! kapi: move platform functions to CPU
Felix Morgner
2
-14
/
+7
2026-04-10
kapi: move platform functions to CPU
Felix Morgner
1
-2
/
+2
2026-04-08
kernel: fix mmio allocator
Felix Morgner
1
-11
/
+15
2026-04-08
kapi: fix mmio initialization
Felix Morgner
1
-1
/
+5
2026-04-08
kapi: add basic support for MMIO mapping
Felix Morgner
1
-0
/
+107
2026-04-06
kernel/tests: fix link issue
Felix Morgner
1
-0
/
+14
2026-04-06
kernel: generalize CPU discovery
Felix Morgner
1
-55
/
+3
2026-04-06
kernel/acpi: discover local interrupt controllers
Felix Morgner
3
-2
/
+120
2026-04-06
kernel/acpi: implement basic table discovery
Felix Morgner
1
-2
/
+40
2026-04-06
kapi: hook ACPI initialization up to boot process
Felix Morgner
1
-0
/
+54
2026-04-02
devices: don't automatically allocate major numbers in ctors
Felix Morgner
1
-1
/
+1
2026-04-02
x86_64: implement legacy PIT driver
Felix Morgner
1
-1
/
+3
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
2
-2
/
+5
2026-04-02
kapi: add basic device subsystem
Felix Morgner
2
-0
/
+59
2026-04-02
kernel/tests: improve documentation
Felix Morgner
1
-5
/
+0
2026-04-02
kernel/tests: clean up implementation structure
Felix Morgner
9
-148
/
+176
2026-04-01
kernel/tests: prevent double mapping of pages
Felix Morgner
2
-1
/
+19
2026-04-01
kernel/tests: add basic heap allocator tests
Felix Morgner
2
-18
/
+106
2026-04-01
kernel/tests: don't rely on vector for fake memory
Felix Morgner
2
-9
/
+88
[prev]
[next]