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
8 days
implement unmount, improve error codes
Lukas Oesch
7
-12
/
+66
8 days
add descriptions, some refactoring
Lukas Oesch
19
-5
/
+476
8 days
refactoring
Lukas Oesch
1
-1
/
+1
8 days
Implement read data in ext2 inode
Marcel Braun
2
-2
/
+4
8 days
Add file system pointer to ext2 inode
Marcel Braun
1
-1
/
+4
8 days
refactoring map_inode_block_index_to_global_block_number
Lukas Oesch
1
-0
/
+1
8 days
implement map_inode_block_index_to_global_block_number and lookup
Lukas Oesch
1
-0
/
+2
8 days
fix linked_directory_entry struct
Lukas Oesch
1
-2
/
+1
8 days
temporary implementation of inode kind
Lukas Oesch
1
-1
/
+2
8 days
implement read_inode
Lukas Oesch
5
-11
/
+18
8 days
remove todos
Lukas Oesch
1
-5
/
+0
8 days
read block_group_descriptors
Lukas Oesch
1
-0
/
+3
8 days
fix build, refactoring
Lukas Oesch
4
-2
/
+6
8 days
read ext2 superblock and check the magic number
Lukas Oesch
1
-1
/
+10
8 days
automatically detect the mounted file system type by trial-and-error
Lukas Oesch
1
-1
/
+2
9 days
kapi: extract ACPI functionality to libs
Felix Morgner
1
-7
/
+7
9 days
kapi: move CPU to kapi
Felix Morgner
1
-33
/
+0
11 days
kapi: add basic support for MMIO mapping
Felix Morgner
1
-0
/
+41
13 days
kernel/acpi: discover local interrupt controllers
Felix Morgner
2
-0
/
+36
13 days
kernel/acpi: implement basic table discovery
Felix Morgner
1
-1
/
+4
13 days
kapi: hook ACPI initialization up to boot process
Felix Morgner
1
-0
/
+26
13 days
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
2026-03-30
Rename rootfs filesystem files
marcel.braun
2
-10
/
+11
2026-03-30
Rename devfs filesystem files
marcel.braun
2
-8
/
+9
2026-03-30
Rename ext2 filesystem files
marcel.braun
5
-14
/
+13
2026-03-30
Move everything in kernel into kernel namespace
marcel.braun
26
-52
/
+50
2026-03-29
Move block device offset and size-to-blocks calculation to block_device_utils
marcel.braun
2
-5
/
+17
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
2
-19
/
+0
2026-03-28
fix vfs mount with /dev & /a and rootfs & devfs
Lukas Oesch
4
-6
/
+11
2026-03-26
mount /dev in the rootfs
Lukas Oesch
2
-0
/
+16
2026-03-26
first draft of an devfs implementation
Lukas Oesch
4
-13
/
+46
2026-03-26
implement a rootfs to handle / mounts correctly
Lukas Oesch
4
-8
/
+47
2026-03-26
refactoring, add root_mount into the root_table
Lukas Oesch
2
-3
/
+2
[next]