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-10-23
Replace uint64_t with size_t
Matteo Gmür
1
-2
/
+2
2024-10-23
Extract next_table_or_create into page_table
Matteo Gmür
2
-18
/
+33
2024-10-22
Remove default initalization of member variables
Matteo Gmür
2
-4
/
+3
2024-10-22
add todos
Fabian Imhof
2
-2
/
+4
2024-10-22
Merge branch 'feat_memory_manager' of ssh://gitlab.ost.ch:45022/teachos/kerne...
Fabian Imhof
2
-3
/
+3
2024-10-22
use actual page_table address
Fabian Imhof
4
-4
/
+7
2024-10-22
Implement precrement instead
Matteo Gmür
2
-3
/
+3
2024-10-22
fix page level -- operator
Fabian Imhof
1
-2
/
+2
2024-10-22
Merge branch 'feat_memory_manager' of ssh://gitlab.ost.ch:45022/teachos/kerne...
Fabian Imhof
9
-140
/
+162
2024-10-22
change table level 4 address
Fabian Imhof
1
-3
/
+2
2024-10-22
Adjust all briefs
Matteo Gmür
9
-140
/
+162
2024-10-22
update comments
Fabian Imhof
1
-13
/
+17
2024-10-21
Use enum struct instead of class for uniformity
Matteo Gmür
3
-3
/
+3
2024-10-21
Fix linker error using friend method 👬
Matteo Gmür
4
-8
/
+20
2024-10-21
Adding more mapping methods
Matteo Gmür
1
-0
/
+60
2024-10-21
Use forward declaration to hide actual page_table
Matteo Gmür
3
-61
/
+22
2024-10-21
Use handle struct to ensure next_table is not called on page table level 1
Matteo Gmür
5
-37
/
+67
2024-10-21
Ensure only one instance of global page table can exist
Matteo Gmür
3
-63
/
+38
2024-10-20
Fix active page table cpp
Matteo Gmür
1
-1
/
+2
2024-10-20
create active_page_table
Fabian Imhof
2
-1
/
+31
2024-10-20
Make map_page_to_frame use concept
Matteo Gmür
2
-7
/
+42
2024-10-20
Fix set_entry flags usage
Matteo Gmür
2
-4
/
+4
2024-10-20
Fix useless copy by reference
Matteo Gmür
1
-4
/
+3
2024-10-20
Merge branch 'feat_memory_manager' of ssh://gitlab.ost.ch:45022/teachos/kerne...
Fabian Imhof
1
-41
/
+3
2024-10-20
document page mapping and entry
Fabian Imhof
2
-6
/
+9
2024-10-20
Revert assert with printf functionality, requires malloc 😭
Matteo Gmür
1
-41
/
+3
2024-10-20
Add printf like behaviour to assert
Matteo Gmür
1
-6
/
+46
2024-10-20
fix syntax
Fabian Imhof
1
-2
/
+2
2024-10-20
finalize map_page_to_frame
Fabian Imhof
1
-1
/
+1
2024-10-20
implement map_page_to_frame
Fabian Imhof
2
-3
/
+12
2024-10-20
Add translate huge page method
Matteo Gmür
1
-6
/
+15
2024-10-20
create page_mapper
Fabian Imhof
2
-51
/
+30
2024-10-20
Implement translate page in a big brain way 🤯
Matteo Gmür
2
-19
/
+15
2024-10-20
remove faulty if statement
Fabian Imhof
1
-4
/
+1
2024-10-20
add types
Fabian Imhof
1
-2
/
+2
2024-10-20
implement translate_page
Fabian Imhof
2
-60
/
+63
2024-10-20
translate
Fabian Imhof
1
-1
/
+62
2024-10-20
Add get level index method to virtual page
Matteo Gmür
3
-11
/
+12
2024-10-20
Add helper methods to phyisca frame
Matteo Gmür
2
-6
/
+31
2024-10-20
Fix next_table_address
Matteo Gmür
1
-1
/
+1
2024-10-20
Fix typo in file name
Matteo Gmür
3
-4
/
+4
2024-10-19
Seperate allocation and paging code into multiple files as well
Matteo Gmür
6
-278
/
+276
2024-10-19
Move compelte multiboot2 code into seperate files and behaviour into seperate...
Matteo Gmür
6
-180
/
+235
2024-10-19
Adjust memory_area structure to grub2 code
Matteo Gmür
1
-3
/
+13
2024-10-17
Implement support for `std::terminate` via `::abort`
Felix Morgner
4
-1
/
+33
2024-10-16
Attempt to implement page table checks using templates
Matteo Gmür
1
-16
/
+67
2024-10-16
Adjust table accessing code to make it safer (always out of bounds checked)
Matteo Gmür
2
-16
/
+31
2024-10-16
Fix compilation issues with assigning values to page_map_variable address
Matteo Gmür
2
-23
/
+10
2024-10-16
Adjust types
Matteo Gmür
1
-5
/
+5
2024-10-15
add 4th level page table
Fabian Imhof
1
-3
/
+23
[next]