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
/
main.cpp
Age
Commit message (
Expand
)
Author
Files
Lines
2025-05-12
Fix crashes because of are frame allocator copy
Matteo Gmür
1
-5
/
+6
2025-05-12
Adjust user heap to lazy allocate heap
Matteo Gmür
1
-4
/
+0
2025-05-11
make frame_allocator and active_page_table statically available
Fabian Imhof
1
-23
/
+36
2025-05-08
wip allocating heap memory in user mode
Fabian Imhof
1
-6
/
+12
2025-05-07
wip custom heap allocation functions for user mode
Fabian Imhof
1
-3
/
+3
2025-05-06
Remove user Mode Access to VGA / Heap and Kernel Methods.
Matteo Gmür
1
-2
/
+1
2025-05-05
Remove the addition of USER_ACCESSIBLE flag to every entry created
Matteo Gmür
1
-1
/
+2
2025-04-19
Remove deque
Matteo Gmür
1
-9
/
+1
2025-04-14
Add stack frame allocator. Fix stl vector bug and create stl stack implementa...
Matteo Gmür
1
-2
/
+18
2025-03-13
fixup typing and continue adding gdt
Fabian Imhof
1
-2
/
+2
2025-03-13
IN_PROGRESS implement gdt initialization
Fabian Imhof
1
-2
/
+2
2025-03-09
Adjust comments and implement remaining interface for STL classes.
Matteo Gmür
1
-4
/
+1
2025-03-09
add doxygen comments to shared and unique pointer
Fabian Imhof
1
-7
/
+1
2025-03-04
Add more methods to vector to mimic stl interface partially.
Matteo Gmür
1
-0
/
+9
2025-02-21
Update factory method code
Matteo Gmür
1
-1
/
+1
2024-12-17
Fix typo
Matteo Gmür
1
-2
/
+2
2024-12-17
Improve log messages
Matteo Gmür
1
-1
/
+3
2024-12-09
Fix method writing to wrong CR register and improve doxygen comments.
Matteo Gmür
1
-1
/
+1
2024-11-24
Add comments and rename file
Matteo Gmür
1
-1
/
+1
2024-11-24
Use container helper classes for heap remapping
Matteo Gmür
1
-6
/
+10
2024-11-24
implement basic heap and remap it
Fabian Imhof
1
-0
/
+47