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
/
include
Age
Commit message (
Expand
)
Author
Files
Lines
2024-11-24
implement basic heap and remap it
Fabian Imhof
4
-1
/
+61
2024-11-24
Add notes on missing features for kernel remapping
Matteo Gmür
1
-0
/
+2
2024-11-24
Adjust notes on actual unmap implementation
Matteo Gmür
1
-2
/
+6
2024-11-24
Revert: de-templatize paging implementation
Matteo Gmür
8
-60
/
+236
2024-11-19
paging: de-templetize implementation
Felix Morgner
8
-213
/
+54
2024-11-19
memory: fix kernel remapping
Felix Morgner
2
-32
/
+14
2024-11-12
Fix next table overwriting old page handle
Matteo Gmür
1
-5
/
+6
2024-11-12
Merge branch 'feat_memory_manager' of ssh://gitlab.ost.ch:45022/teachos/kerne...
Fabian Imhof
2
-7
/
+3
2024-11-12
add debug statements
Fabian Imhof
1
-0
/
+1
2024-11-12
Add comment to flush all and remove now redudant todos.
Matteo Gmür
2
-7
/
+3
2024-11-12
Remap kernel inplace.
Matteo Gmür
1
-12
/
+11
2024-11-12
Add notes on why system crashes
Matteo Gmür
1
-2
/
+5
2024-11-11
Improve calculation of kernel end and start address.
Matteo Gmür
1
-1
/
+2
2024-11-11
Mark the two methods that first work and then fail
Matteo Gmür
1
-0
/
+1
2024-11-10
Finish control register and adjust msr
Matteo Gmür
2
-26
/
+15
2024-11-10
Adjust comments and constant
Matteo Gmür
4
-52
/
+102
2024-11-10
Merge branch 'feat_memory_manager' of ssh://gitlab.ost.ch:45022/teachos/kerne...
Fabian Imhof
2
-14
/
+2
2024-11-10
implement model specific register calls
Fabian Imhof
1
-0
/
+69
2024-11-10
Remove multiboot mapping done in elf section mapping
Matteo Gmür
2
-14
/
+2
2024-11-10
Identity map memory map and vga text buffer,w hen setting up kernel
Matteo Gmür
3
-4
/
+23
2024-11-09
Fix flush all method and move crash.
Matteo Gmür
3
-6
/
+4
2024-11-09
Remove unused method
Matteo Gmür
1
-7
/
+0
2024-11-09
Add switch method to kernel
Matteo Gmür
2
-3
/
+31
2024-11-05
Read cr3 register instead of translating page table level 4 virtual address
Matteo Gmür
1
-13
/
+1
2024-11-05
Move tlb into seperate subfolder and create cr3 header for reading and writing.
Matteo Gmür
5
-13
/
+49
2024-11-05
remove variable
Fabian Imhof
1
-6
/
+1
2024-11-04
Use auto where possible
Matteo Gmür
1
-0
/
+2
2024-11-04
Use more concepts and seperate iterator implementations
Matteo Gmür
8
-256
/
+316
2024-11-04
WIP attempt to fix crashes
Matteo Gmür
6
-147
/
+134
2024-11-03
construct virtual_page using containing_address
Fabian Imhof
1
-1
/
+1
2024-11-03
Convert elf section flags to entry flags
Matteo Gmür
2
-2
/
+22
2024-11-03
Adjust comment
Matteo Gmür
2
-2
/
+3
2024-11-03
Make constructor constexpr for basic page and frame types
Matteo Gmür
3
-6
/
+13
2024-11-03
fix assert
Fabian Imhof
1
-1
/
+1
2024-11-03
Merge branch 'feat_memory_manager' of ssh://gitlab.ost.ch:45022/teachos/kerne...
Fabian Imhof
2
-5
/
+11
2024-11-03
rename member and use correct address
Fabian Imhof
3
-10
/
+17
2024-11-03
Make member variables private again.
Matteo Gmür
2
-4
/
+11
2024-11-03
Move possible implementation into cpp
Matteo Gmür
1
-12
/
+1
2024-11-03
Use passed allocator in inactive page instead of tiny.
Matteo Gmür
2
-17
/
+17
2024-11-02
Attempt to fix crashes
Matteo Gmür
4
-22
/
+36
2024-11-02
Add comments and improve multiboot information struct usability.
Matteo Gmür
4
-25
/
+73
2024-11-02
Add physical frame iterator and continue implementing kernel mapping.
Matteo Gmür
8
-26
/
+213
2024-11-01
Fix typo
Matteo Gmür
1
-1
/
+1
2024-11-01
add spacing
Fabian Imhof
1
-0
/
+1
2024-11-01
Merge branch 'feat_memory_manager' of ssh://gitlab.ost.ch:45022/teachos/kerne...
Fabian Imhof
1
-2
/
+1
2024-11-01
extract tlb methods and finish implementation of with
Fabian Imhof
2
-17
/
+31
2024-11-01
Make page table handle public
Matteo Gmür
1
-2
/
+1
2024-11-01
Resolve compilation issues
Matteo Gmür
2
-15
/
+24
2024-11-01
Fix circular dependency issue
Matteo Gmür
3
-5
/
+14
2024-11-01
implement temporary_page and update active/inactive page tables
Fabian Imhof
3
-10
/
+22
[next]