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
/
arch
/
x86_64
/
src
/
memory
Age
Commit message (
Expand
)
Author
Files
Lines
2025-12-19
kstd: move println to kstd
Felix Morgner
1
-2
/
+3
2025-12-18
x86_64/memory: simplify log messages
Felix Morgner
1
-2
/
+1
2025-12-17
x86_64/memory: simplify region allocator
Felix Morgner
1
-29
/
+52
2025-12-15
kapi/memory: initialize memory subsystem
Felix Morgner
1
-0
/
+1
2025-12-15
chore: fix missing includes
Felix Morgner
7
-0
/
+22
2025-12-15
x86_64/boot: use high-mem address of MBI
Felix Morgner
1
-2
/
+1
2025-12-12
x86_64/memory: silence linter warning
Felix Morgner
1
-1
/
+1
2025-12-12
x86_64/memory: clean up dependencies
Felix Morgner
4
-167
/
+103
2025-12-11
kapi: finish documentation
Felix Morgner
3
-7
/
+7
2025-12-11
docs: improve documentation
Felix Morgner
2
-10
/
+10
2025-12-10
kapi: extract page_mapper interface
Felix Morgner
4
-104
/
+92
2025-12-10
x86_64/memory: implement simple kernel remapper
Felix Morgner
3
-1
/
+174
2025-12-10
x86_64/memory: fix scoped_mapping unmap logic
Felix Morgner
1
-19
/
+13
2025-12-03
x86_64/memory: make scoped_mapping swappable
Felix Morgner
1
-12
/
+19
2025-12-03
x86_64/memory: only deallocate allocated frames
Felix Morgner
1
-12
/
+27
2025-12-03
x86_64/memory: add missing noexcept specifiers
Felix Morgner
1
-2
/
+2
2025-12-03
x86_64/memory: fix return in scoped_mapping::map
Felix Morgner
1
-1
/
+1
2025-12-02
x86_64/memory: fix temporary page unmapping
Felix Morgner
1
-0
/
+2
2025-12-02
kapi: make PLATFORM_*_SIZE constexpr
Felix Morgner
1
-1
/
+1
2025-12-02
x86_64/memory: extract PML4 injection
Felix Morgner
3
-15
/
+86
2025-12-02
x86_64/memory: extend scoped_mapping
Felix Morgner
2
-1
/
+48
2025-12-01
x86_64/memory: prepare scoped_mapping extraction
Felix Morgner
1
-0
/
+73
2025-11-30
x86_64/memory: fix entry checks
Felix Morgner
1
-2
/
+2
2025-11-28
x86_64: port basic page and page table abstractions
Felix Morgner
2
-0
/
+76
2025-11-21
x86_64: rework control register access
Felix Morgner
1
-2
/
+2
2025-10-31
build: enable linting
Felix Morgner
1
-3
/
+3
2025-10-29
chore: reformat source code
Felix Morgner
1
-2
/
+2
2025-10-29
x86_64/memory: fix region allocator initialization
Felix Morgner
1
-1
/
+1
2025-10-29
x86_64/memory: simplify region allocator
Felix Morgner
1
-5
/
+8
2025-10-29
kapi: export frame_allocator interface
Felix Morgner
1
-3
/
+3
2025-10-29
kapi: move frame and address to KAPI
Felix Morgner
2
-14
/
+8
2025-07-24
x86_64: move files out of the way
Felix Morgner
16
-1296
/
+0
2025-07-24
x86_64: clean up hw details
Felix Morgner
1
-0
/
+17
2025-07-18
x86-64: prepare new architecture
Felix Morgner
2
-24
/
+95
2025-07-14
libs: begin extraction of kernel std
Felix Morgner
2
-124
/
+128
2025-05-30
Clean up files
Matteo Gmür
1
-105
/
+0
2025-05-20
Improve syscalls and user heap allocator
Matteo Gmür
1
-40
/
+40
2025-05-18
Make new usable for both kernel and user calls
Matteo Gmür
1
-15
/
+51
2025-05-16
Fix bug where level 4 to level 2 entries are not mapped user accesible.
Matteo Gmür
1
-2
/
+0
2025-05-12
Fix crashes because of are frame allocator copy
Matteo Gmür
3
-17
/
+12
2025-05-12
Adjust user heap to lazy allocate heap
Matteo Gmür
5
-24
/
+4
2025-05-11
make frame_allocator and active_page_table statically available
Fabian Imhof
2
-23
/
+37
2025-05-11
Adjust user heap allocator with expanding heap functionality
Matteo Gmür
1
-1
/
+40
2025-05-11
rename page table entry function
Fabian Imhof
1
-1
/
+1
2025-05-10
experiment with globally available linker sections and page table entry flags
Fabian Imhof
1
-0
/
+2
2025-05-09
Switch uer heap to linked list allocator
Matteo Gmür
1
-32
/
+154
2025-05-09
Move necessary code into user text
Matteo Gmür
2
-1
/
+7
2025-05-08
wip allocating heap memory in user mode
Fabian Imhof
3
-17
/
+76
2025-05-07
wip custom heap allocation functions for user mode
Fabian Imhof
2
-20
/
+40
2025-05-06
Remove user Mode Access to VGA / Heap and Kernel Methods.
Matteo Gmür
3
-4
/
+3
[next]