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
/
CMakeLists.txt
Age
Commit message (
Expand
)
Author
Files
Lines
9 days
fixup! kapi: move platform functions to CPU
Felix Morgner
1
-1
/
+0
9 days
kapi: move platform functions to CPU
Felix Morgner
1
-1
/
+0
10 days
kapi: restructure ACPI implementation
Felix Morgner
1
-0
/
+3
11 days
kapi: add basic support for MMIO mapping
Felix Morgner
1
-20
/
+21
13 days
kernel/tests: fix link issue
Felix Morgner
1
-0
/
+1
13 days
kernel: generalize CPU discovery
Felix Morgner
1
-0
/
+1
13 days
kapi: extract more code to the kernel
Felix Morgner
1
-0
/
+2
13 days
kernel/acpi: discover local interrupt controllers
Felix Morgner
1
-0
/
+1
13 days
kapi: hook ACPI initialization up to boot process
Felix Morgner
1
-0
/
+1
13 days
kapi: move independent implementation to kernel
Felix Morgner
1
-0
/
+1
2026-04-02
kapi: add basic device subsystem
Felix Morgner
1
-0
/
+2
2026-04-02
kernel/tests: clean up implementation structure
Felix Morgner
1
-0
/
+1
2026-04-01
kernel/tests: add basic heap allocator tests
Felix Morgner
1
-0
/
+1
2026-04-01
kernel/tests: clean up fake memory implementation
Felix Morgner
1
-0
/
+1
2026-04-01
kernel/tests: move initialization to a listener
Felix Morgner
1
-4
/
+2
2026-04-01
kernel: add ram disk device tests
Felix Morgner
1
-0
/
+3
2026-04-01
kernel: add bitmap_allocator tests
Felix Morgner
1
-0
/
+3
2026-04-01
kernel/tests: update coverage configuration
Felix Morgner
1
-2
/
+2
2026-04-01
kernel/tests: dissolve tests into source tree
Felix Morgner
1
-1
/
+41
2026-04-01
kernel: begin basic bht implementation
Felix Morgner
1
-6
/
+9
2026-04-01
build: fix kernel+arch build
Felix Morgner
1
-22
/
+27
2026-04-01
kernel: split off objects into a library
Felix Morgner
1
-12
/
+19
2026-03-31
move device into kapi
Lukas Oesch
1
-1
/
+0
2026-03-30
Rename ram_disk and storage files
marcel.braun
1
-4
/
+4
2026-03-30
Rename rootfs filesystem files
marcel.braun
1
-2
/
+2
2026-03-30
Rename devfs filesystem files
marcel.braun
1
-2
/
+2
2026-03-30
Rename ext2 filesystem files
marcel.braun
1
-2
/
+2
2026-03-30
Merge branch 'ext2' into 'develop-BA-FS26'
Lukas Oesch
1
-1
/
+1
2026-03-30
Merge branch 'fmorgner/interrupt-handling' into develop-BA-FS26
Felix Morgner
1
-0
/
+11
2026-03-29
Move block device offset and size-to-blocks calculation to block_device_utils
marcel.braun
1
-0
/
+1
2026-03-29
remove redundant ext2_file class
Lukas Oesch
1
-1
/
+0
2026-03-27
build: simplify header scanning
Felix Morgner
1
-0
/
+9
2026-03-27
kapi: move interrupt handling to kernel
Felix Morgner
1
-0
/
+1
2026-03-27
kapi/cpu: simplify exception handling
Felix Morgner
1
-1
/
+0
2026-03-27
kapi/cpu: introduce CPU API
Felix Morgner
1
-0
/
+2
2026-03-26
first draft of an devfs implementation
Lukas Oesch
1
-0
/
+2
2026-03-26
implement a rootfs to handle / mounts correctly
Lukas Oesch
1
-0
/
+2
2026-03-26
Add mount_table
marcel.braun
1
-0
/
+1
2026-03-26
Rename custody to dentry and add children
marcel.braun
1
-1
/
+1
2026-03-26
simplify architecture again
Lukas Oesch
1
-3
/
+0
2026-03-26
refactor file and inode architecture again
Lukas Oesch
1
-0
/
+1
2026-03-26
improve architecture again -> use same architecture for devices and ext2_files
Lukas Oesch
1
-0
/
+1
2026-03-26
first try to simplify the architecture (remove redundant inode_file and open(...
Lukas Oesch
1
-1
/
+1
2026-03-26
prepare files for new inode structure
Lukas Oesch
1
-0
/
+2
2026-03-17
Clean up project folder structure
marcel.braun
1
-5
/
+16
2026-03-17
implement first draft of a file_descriptor_table and open_file_description
Lukas Oesch
1
-0
/
+2
2026-03-17
setup basic devices and RAMDisk structure
Lukas Oesch
1
-0
/
+3
2026-03-17
implemented boot_modules and boot_module_registry, init boot_modules in kerne...
Lukas Oesch
1
-0
/
+1
2026-03-16
kernel/memory: rename free list allocator
Felix Morgner
1
-1
/
+1
2026-03-16
kernel/memory: implement basic free-list heap
Felix Morgner
1
-0
/
+3
[next]