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
Age
Commit message (
Collapse
)
Author
Files
Lines
2024-11-24
Read and write in allocated memory area
Matteo Gmür
1
-3
/
+3
2024-11-24
Add comments and rename file
Matteo Gmür
3
-12
/
+15
2024-11-24
Use container helper classes for heap remapping
Matteo Gmür
2
-6
/
+23
2024-11-24
add doxygen comments to remapping
Fabian Imhof
1
-3
/
+3
2024-11-24
implement basic heap and remap it
Fabian Imhof
3
-58
/
+84
2024-11-24
Add notes on missing features for kernel remapping
Matteo Gmür
1
-5
/
+4
2024-11-24
Revert: de-templatize paging implementation
Matteo Gmür
5
-206
/
+1
2024-11-19
paging: de-templetize implementation
Felix Morgner
7
-4
/
+194
2024-11-19
runtime: catch pure virtual function calls
Felix Morgner
1
-0
/
+6
2024-11-13
Add note on possible options to enable PIC / PIE
Matteo Gmür
1
-0
/
+3
2024-11-13
Note that mapping seems to be working
Matteo Gmür
1
-11
/
+7
2024-11-12
Remove duplicate method
Matteo Gmür
1
-1
/
+0
2024-11-12
Fix next table overwriting old page handle
Matteo Gmür
1
-2
/
+3
2024-11-12
Merge branch 'feat_memory_manager' of ↵
Fabian Imhof
2
-2
/
+0
ssh://gitlab.ost.ch:45022/teachos/kernel into feat_memory_manager
2024-11-12
add debug statements
Fabian Imhof
1
-1
/
+15
2024-11-12
Add comment to flush all and remove now redudant todos.
Matteo Gmür
2
-2
/
+0
2024-11-12
Add notes on why system crashes
Matteo Gmür
1
-1
/
+1
2024-11-11
Improve calculation of kernel end and start address.
Matteo Gmür
2
-3
/
+10
2024-11-11
Mark the two methods that first work and then fail
Matteo Gmür
1
-1
/
+1
2024-11-11
Add todos to section that cause the crash
Matteo Gmür
2
-0
/
+2
2024-11-10
Use |= operator where possible
Matteo Gmür
1
-3
/
+3
2024-11-10
Remove fixed todo
Matteo Gmür
1
-2
/
+1
2024-11-10
Finish control register and adjust msr
Matteo Gmür
3
-16
/
+26
2024-11-10
Adjust comments and constant
Matteo Gmür
4
-32
/
+82
2024-11-10
implement model specific register calls
Fabian Imhof
1
-0
/
+29
2024-11-10
Identity map memory map and vga text buffer,w hen setting up kernel
Matteo Gmür
2
-12
/
+11
2024-11-09
Fix flush all method and move crash.
Matteo Gmür
2
-3
/
+13
2024-11-09
Remove unused method
Matteo Gmür
1
-12
/
+0
2024-11-09
Add switch method to kernel
Matteo Gmür
1
-1
/
+7
2024-11-05
Move tlb into seperate subfolder and create cr3 header for reading and writing.
Matteo Gmür
4
-8
/
+32
2024-11-04
Use auto where possible
Matteo Gmür
1
-1
/
+1
2024-11-04
Use more concepts and seperate iterator implementations
Matteo Gmür
3
-39
/
+11
2024-11-04
WIP attempt to fix crashes
Matteo Gmür
3
-118
/
+32
2024-11-03
remove elf flags mask
Fabian Imhof
1
-2
/
+1
2024-11-03
Convert elf section flags to entry flags
Matteo Gmür
1
-1
/
+21
2024-11-03
Make constructor constexpr for basic page and frame types
Matteo Gmür
2
-12
/
+0
2024-11-03
Merge branch 'feat_memory_manager' of ↵
Fabian Imhof
1
-0
/
+2
ssh://gitlab.ost.ch:45022/teachos/kernel into feat_memory_manager
2024-11-03
rename member and use correct address
Fabian Imhof
2
-11
/
+11
2024-11-03
Make member variables private again.
Matteo Gmür
1
-0
/
+2
2024-11-03
Move possible implementation into cpp
Matteo Gmür
2
-8
/
+24
2024-11-03
Use passed allocator in inactive page instead of tiny.
Matteo Gmür
3
-5
/
+8
2024-11-02
Attempt to fix crashes
Matteo Gmür
2
-41
/
+39
2024-11-02
Add comments and improve multiboot information struct usability.
Matteo Gmür
3
-24
/
+21
2024-11-02
Add physical frame iterator and continue implementing kernel mapping.
Matteo Gmür
6
-40
/
+140
2024-11-01
Fix typo
Matteo Gmür
1
-1
/
+1
2024-11-01
extract tlb methods and finish implementation of with
Fabian Imhof
2
-1
/
+19
2024-11-01
Resolve compilation issues
Matteo Gmür
2
-10
/
+12
2024-11-01
Fix circular dependency issue
Matteo Gmür
3
-11
/
+13
2024-11-01
implement temporary_page and update active/inactive page tables
Fabian Imhof
2
-0
/
+20
2024-11-01
Remove static page mapper and replace with unique active and inactive page ↵
Matteo Gmür
4
-3
/
+8
table classes.
[next]