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-03-29
Save WIP add some definitions and helper functions
marcel.braun
1
-0
/
+33
2026-03-29
Move block device offset and size-to-blocks calculation to block_device_utils
marcel.braun
6
-78
/
+126
2026-03-29
Fix name length
marcel.braun
1
-1
/
+1
2026-03-29
Add ext2 block_group_descriptor, inode and linked_directory_entry definitions
marcel.braun
3
-0
/
+64
2026-03-29
Add ext2_superblock definiton
marcel.braun
1
-0
/
+76
2026-03-29
Refactor
marcel.braun
1
-1
/
+1
2026-03-29
remove redundant ext2_file class
Lukas Oesch
4
-40
/
+0
2026-03-28
Merge branch 'vfs' into 'develop-BA-FS26'
Marcel Braun
50
-491
/
+1977
implement basic vfs See merge request teachos/kernel!16
2026-03-28
improve test
Lukas Oesch
1
-0
/
+4
2026-03-28
set flag (currently not needed)
Lukas Oesch
1
-0
/
+1
2026-03-28
Revert "string tests"
Lukas Oesch
1
-49
/
+35
This reverts commit 1f0d290bc303ac8f039963c4eb6421536d36827c.
2026-03-28
improve open and mount tests
Lukas Oesch
1
-5
/
+21
2026-03-28
string tests
Lukas Oesch
1
-35
/
+49
2026-03-28
fix vfs mount with /dev & /a and rootfs & devfs
Lukas Oesch
9
-91
/
+93
2026-03-27
add some more tests
Lukas Oesch
1
-0
/
+55
2026-03-27
fix url
Lukas Oesch
1
-1
/
+1
2026-03-27
fix url
Lukas Oesch
1
-1
/
+1
2026-03-27
echo public coverage report url
Lukas Oesch
1
-0
/
+2
2026-03-27
generate visual coverage report
Lukas Oesch
1
-1
/
+9
2026-03-27
add string tests
Lukas Oesch
2
-0
/
+391
2026-03-27
kernel/interrupts: switch to flat_map for dispatch
Felix Morgner
5
-4
/
+708
2026-03-27
kstd/vector: implement range erase
Felix Morgner
4
-11
/
+96
2026-03-27
kstd/vector: increase test coverage
Felix Morgner
3
-5
/
+48
2026-03-27
kstd/vector: add missing tests for insert
Felix Morgner
1
-0
/
+34
2026-03-27
kstd/vector: implement single-element erase
Felix Morgner
2
-0
/
+107
2026-03-27
arch/cpu: fix interrupt dispatch
Felix Morgner
2
-13
/
+27
2026-03-27
build: simplify header scanning
Felix Morgner
3
-14
/
+16
2026-03-27
kapi: move interrupt handling to kernel
Felix Morgner
4
-55
/
+49
2026-03-27
kapi: extract interrupts API
Felix Morgner
7
-30
/
+29
2026-03-27
kapi: dissolve cpu/exception.hpp into cpu.hpp
Felix Morgner
2
-107
/
+95
2026-03-27
kapi/cpu: simplify exception handling
Felix Morgner
7
-101
/
+28
2026-03-27
x86_64: split kapi::cpu implementation
Felix Morgner
3
-59
/
+68
2026-03-27
kapi/cpu: update documentation of init()
Felix Morgner
1
-0
/
+3
2026-03-27
ci: fix coverage regex
Felix Morgner
1
-1
/
+1
2026-03-27
ci: use preconfigured image for bht builds
Felix Morgner
1
-4
/
+1
2026-03-27
ci: set artifact expiry time
Felix Morgner
1
-0
/
+1
2026-03-27
ci: use preconfigured image
Felix Morgner
1
-4
/
+1
2026-03-27
x86_64/cpu: improve exception logging
Felix Morgner
1
-4
/
+33
2026-03-27
x86_64/cpu: fix interrupt gate types
Felix Morgner
1
-1
/
+1
2026-03-27
kapi: introduce cpu::interrupt_handler
Felix Morgner
3
-13
/
+97
2026-03-27
kapi/cpu: enable formatting of exception types
Felix Morgner
2
-2
/
+37
2026-03-27
x86_64/cpu: fix exception enum
Felix Morgner
1
-1
/
+5
2026-03-27
kapi/cpu: add missing exception type
Felix Morgner
1
-0
/
+2
2026-03-27
kapi/cpu: improve documentation
Felix Morgner
1
-4
/
+27
2026-03-27
kapi: add missing header to build
Felix Morgner
1
-0
/
+3
2026-03-27
kapi: extract interrupt enablement
Felix Morgner
6
-16
/
+32
2026-03-27
x86_64: remove stale source code
Felix Morgner
23
-777
/
+0
2026-03-27
kapi/cpu: introduce CPU API
Felix Morgner
11
-65
/
+301
2026-03-27
x86_64/port_io: fix assembly templates
Felix Morgner
1
-3
/
+3
2026-03-26
fix resolve_path -> first traverse rootfs before jumping into the mounted ↵
Lukas Oesch
1
-10
/
+2
root filesystem
[prev]
[next]