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
Age
Commit message (
Expand
)
Author
Files
Lines
2024-11-09
Fix flush all method and move crash.
Matteo Gmür
5
-9
/
+17
2024-11-09
Remove unused method
Matteo Gmür
2
-19
/
+0
2024-11-09
Add switch method to kernel
Matteo Gmür
3
-4
/
+38
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
10
-22
/
+83
2024-11-05
remove variable
Fabian Imhof
1
-6
/
+1
2024-11-04
Use auto where possible
Matteo Gmür
2
-1
/
+3
2024-11-04
Use more concepts and seperate iterator implementations
Matteo Gmür
11
-295
/
+327
2024-11-04
WIP attempt to fix crashes
Matteo Gmür
9
-265
/
+166
2024-11-03
construct virtual_page using containing_address
Fabian Imhof
1
-1
/
+1
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
3
-3
/
+43
2024-11-03
Adjust comment
Matteo Gmür
2
-2
/
+3
2024-11-03
align elf sections to 4kb
Fabian Imhof
1
-7
/
+4
2024-11-03
Make constructor constexpr for basic page and frame types
Matteo Gmür
5
-18
/
+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
3
-5
/
+13
2024-11-03
rename member and use correct address
Fabian Imhof
5
-21
/
+28
2024-11-03
Make member variables private again.
Matteo Gmür
3
-4
/
+13
2024-11-03
Move possible implementation into cpp
Matteo Gmür
3
-20
/
+25
2024-11-03
Use passed allocator in inactive page instead of tiny.
Matteo Gmür
5
-22
/
+25
2024-11-02
Attempt to fix crashes
Matteo Gmür
6
-63
/
+75
2024-11-02
Add comments and improve multiboot information struct usability.
Matteo Gmür
7
-49
/
+94
2024-11-02
Add physical frame iterator and continue implementing kernel mapping.
Matteo Gmür
15
-67
/
+353
2024-11-01
Fix typo
Matteo Gmür
2
-2
/
+2
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
5
-18
/
+51
2024-11-01
Make page table handle public
Matteo Gmür
1
-2
/
+1
2024-11-01
Resolve compilation issues
Matteo Gmür
4
-25
/
+36
2024-11-01
Fix circular dependency issue
Matteo Gmür
7
-16
/
+28
2024-11-01
implement temporary_page and update active/inactive page tables
Fabian Imhof
5
-10
/
+42
2024-11-01
Remove static page mapper and replace with unique active and inactive page ta...
Matteo Gmür
9
-18
/
+30
2024-11-01
add doxygen comments
Fabian Imhof
2
-14
/
+21
2024-11-01
Adjust temporary page to changes
Matteo Gmür
3
-17
/
+21
2024-11-01
Move methods into seperate class.
Matteo Gmür
2
-151
/
+184
2024-11-01
Merge branch 'feat_memory_manager' of ssh://gitlab.ost.ch:45022/teachos/kerne...
Fabian Imhof
1
-1
/
+6
2024-11-01
create temporary page implementation
Fabian Imhof
7
-39
/
+156
2024-11-01
Fix comment
Matteo Gmür
1
-1
/
+6
2024-11-01
Extract contract into seperate file and create tinyallocator constructor
Matteo Gmür
5
-10
/
+26
2024-10-29
Create tiny frame allocator which holds only 3 frames
Matteo Gmür
4
-3
/
+84
2024-10-29
Remove not required methods
Matteo Gmür
3
-35
/
+0
2024-10-29
Unmap all empty page tables in unmap function.
Matteo Gmür
3
-15
/
+22
2024-10-29
implement page_table unmapping
Fabian Imhof
3
-9
/
+44
2024-10-29
Use more virtual and physical address typedef where useful
Matteo Gmür
5
-9
/
+13
2024-10-28
Add is empty check method for page table
Matteo Gmür
4
-40
/
+41
2024-10-28
Remove not required includes
Matteo Gmür
3
-5
/
+0
2024-10-28
Fix lost updates, because of writing into copies instead of references
Matteo Gmür
5
-8
/
+17
2024-10-28
Adjust constant and make all possible variables const
Matteo Gmür
12
-70
/
+71
2024-10-28
Convert bitset to uint64_t instead of uint64_t to bitset
Matteo Gmür
2
-3
/
+3
[next]