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
Age
Commit message (
Expand
)
Author
Files
Lines
2024-10-20
document page mapping and entry
Fabian Imhof
1
-2
/
+2
2024-10-20
Add printf like behaviour to assert
Matteo Gmür
4
-21
/
+31
2024-10-20
fix logic
Fabian Imhof
1
-5
/
+5
2024-10-20
fix syntax
Fabian Imhof
1
-3
/
+3
2024-10-20
finalize map_page_to_frame
Fabian Imhof
1
-3
/
+6
2024-10-20
implement map_page_to_frame
Fabian Imhof
2
-12
/
+24
2024-10-20
Add translate huge page method
Matteo Gmür
1
-4
/
+40
2024-10-20
create page_mapper
Fabian Imhof
1
-0
/
+57
2024-10-20
Implement translate page in a big brain way 🤯
Matteo Gmür
1
-0
/
+8
2024-10-20
Make next table return boolean
Matteo Gmür
1
-3
/
+7
2024-10-20
implement translate_page
Fabian Imhof
1
-1
/
+1
2024-10-20
translate
Fabian Imhof
3
-2
/
+2
2024-10-20
Add get level index method to virtual page
Matteo Gmür
2
-6
/
+7
2024-10-20
Add helper methods to phyisca frame
Matteo Gmür
6
-20
/
+36
2024-10-20
Fix next_table_address
Matteo Gmür
1
-11
/
+3
2024-10-20
Fix typo in file name
Matteo Gmür
1
-1
/
+1
2024-10-19
Seperate allocation and paging code into multiple files as well
Matteo Gmür
4
-23
/
+97
2024-10-19
Move compelte multiboot2 code into seperate files and behaviour into seperate...
Matteo Gmür
4
-36
/
+155
2024-10-16
Attempt to implement page table checks using templates
Matteo Gmür
1
-58
/
+0
2024-10-16
Adjust table accessing code to make it safer (always out of bounds checked)
Matteo Gmür
1
-14
/
+33
2024-10-16
Fix compilation issues with assigning values to page_map_variable address
Matteo Gmür
2
-8
/
+24
2024-10-16
Adjust types
Matteo Gmür
1
-6
/
+4
2024-10-15
add 4th level page table
Fabian Imhof
1
-0
/
+27
2024-10-15
rename contains_flags parameter
Fabian Imhof
2
-2
/
+2
2024-10-15
replace standalone value with enum
Fabian Imhof
1
-1
/
+1
2024-10-15
Adding enum flags
Matteo Gmür
2
-36
/
+7
2024-10-15
implement page table members
Fabian Imhof
1
-0
/
+11
2024-10-15
continue implementing paging
Fabian Imhof
2
-27
/
+21
2024-10-14
Start developing paging
Matteo Gmür
3
-30
/
+86
2024-10-14
Fix typos, implementation in header and missing doxygen
Matteo Gmür
1
-0
/
+32
2024-10-13
continue implementing frame allocator
Fabian Imhof
1
-7
/
+6
2024-10-13
Add missing cpp files to cmake and fix elf alignment issues
Matteo Gmür
2
-33
/
+37
2024-10-08
Added doxygen comments to all fields and structs
Matteo Gmür
1
-0
/
+41
2024-10-08
begin implementing frame allocator
Fabian Imhof
1
-1
/
+69
2024-10-06
Renaming scheme
Matteo Gmür
1
-2
/
+2
2024-10-02
Creating base frame allocation code
Matteo Gmür
1
-0
/
+9