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-17
use linear_address instead of size_t
Lukas Oesch
2
-2
/
+6
2026-03-17
setup basic devices and RAMDisk structure
Lukas Oesch
14
-0
/
+140
2026-03-17
fix multiboot2 information vla_tag implementation
Lukas Oesch
1
-2
/
+2
2026-03-17
implemented boot_modules and boot_module_registry, init boot_modules in ↵
Lukas Oesch
9
-0
/
+235
kernel main
2026-03-17
implemented remapping of bootloader modules
Lukas Oesch
1
-0
/
+22
2026-03-17
add comment where the command line information is
Lukas Oesch
1
-0
/
+3
2026-03-17
add multiboot2 module tag, all modules can be iterated
Lukas Oesch
3
-1
/
+41
2026-03-17
Add information request to multiboot.s
marcel.braun
1
-0
/
+7
2026-03-17
Copy modules to isofs folder
marcel.braun
2
-10
/
+1
2026-03-17
Save WIP
marcel.braun
3
-0
/
+13
2026-03-17
kapi/memory: remove left-over allocation buffer
develop
Felix Morgner
1
-143
/
+0
2026-03-17
x86_64/memory: finish HHDM-based mapper
Felix Morgner
5
-64
/
+191
2026-03-16
arch/x86_64: begin new allocator draft
Felix Morgner
3
-0
/
+49
2026-03-16
x86_64/memory: remove recursive mapping
Felix Morgner
11
-547
/
+63
2026-03-16
kstd: fix lint issues
Felix Morgner
3
-19
/
+24
2026-03-16
kernel/heap: fix infinite allocation loop
Felix Morgner
1
-33
/
+31
2026-03-16
kernel/heap: improve large alignment handling
Felix Morgner
2
-29
/
+68
2026-03-16
x86_64/memory: fix page table flag setting
Felix Morgner
4
-5
/
+6
2026-03-16
x86_64/memory: clean up bootstrap allocators
Felix Morgner
3
-1
/
+8
2026-03-16
ide: add ToDo Tree extension
Felix Morgner
2
-0
/
+2
2026-03-16
x86_64/memory: add student todo
Felix Morgner
1
-0
/
+1
2026-03-16
kernel/memory: add more logging statements
Felix Morgner
1
-2
/
+9
2026-03-16
kapi/memory: support additional address arithmetic
Felix Morgner
5
-13
/
+102
2026-03-16
kernel/memory: clean up new/delete implementations
Felix Morgner
1
-16
/
+49
2026-03-16
kernel/memory: rename free list allocator
Felix Morgner
4
-24
/
+24
It is not really a free list allocator, but rather a block list allocator, since it contains both free and used blocks in the same list.
2026-03-16
kernel/heap: remove debug code
Felix Morgner
1
-6
/
+1
2026-03-16
x86_64: remove stl_* sections for now
Felix Morgner
6
-86
/
+8
We currently don't really support user mode anymore, since it doesn't integrate well within the architecture. We therefore need no special handling of STL and kstd anymore.
2026-03-16
x86_64/memory: add todo for students
Felix Morgner
1
-0
/
+2
2026-03-16
x86_64/pre: remove old heap implementation
Felix Morgner
11
-1122
/
+0
2026-03-16
kernel/memory: implement basic free-list heap
Felix Morgner
18
-35
/
+498
2026-03-14
kapi/memory: introduce layout constant header
Felix Morgner
5
-3
/
+32
2026-03-13
kernel/memory: implement basic bitmap allocator
Felix Morgner
13
-27
/
+334
2026-01-16
x86_64/cpu: port GDT reload procedure
Felix Morgner
23
-991
/
+291
2026-01-16
x86_64: fixup some documentation
Felix Morgner
2
-36
/
+28
2026-01-16
kapi/system: introduce memory_initialized hook
Felix Morgner
4
-0
/
+20
2026-01-16
arch/x86_64: fix namespace documentation
Felix Morgner
1
-3
/
+3
2026-01-16
kapi/memory: move buffered allocator
Felix Morgner
2
-12
/
+12
2026-01-16
chore: restructure namespaces
Felix Morgner
63
-378
/
+393
2026-01-16
x86_64/cpu: add basic interrupt support types
Felix Morgner
2
-0
/
+81
2026-01-15
x86_64/boot: fix early panic message printing
Felix Morgner
1
-2
/
+2
2026-01-15
x86_64: remove obsolete components
Felix Morgner
6
-104
/
+0
2026-01-15
x86_64/debug: implement debug port detection
Felix Morgner
2
-7
/
+10
2026-01-15
x86_64/dio: fix port reading implementation
Felix Morgner
1
-1
/
+1
2026-01-15
x86_64/debug: add missing documentation
Felix Morgner
1
-1
/
+16
2026-01-15
x86_64/debug: add support for QEMU debug console
Felix Morgner
5
-3
/
+61
2026-01-13
x86_64/memory: add missing noexcept
Felix Morgner
1
-1
/
+1
2026-01-13
x86_64/vga: extract buffer type
Felix Morgner
7
-216
/
+268
2026-01-13
x86_64/vga: split text implementation
Felix Morgner
7
-222
/
+292
2026-01-13
x86_64/vga: extract special character handling
Felix Morgner
2
-8
/
+49
2025-12-29
x86_64/boot: fix section assignments in ld script
Felix Morgner
4
-91
/
+81
[next]