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
/
paging
Age
Commit message (
Expand
)
Author
Files
Lines
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
2
-8
/
+1
2024-11-04
Use auto where possible
Matteo Gmür
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
1
-1
/
+21
2024-11-03
Make constructor constexpr for basic page and frame types
Matteo Gmür
1
-6
/
+0
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
1
-8
/
+8
2024-11-03
Use passed allocator in inactive page instead of tiny.
Matteo Gmür
2
-3
/
+6
2024-11-02
Add comments and improve multiboot information struct usability.
Matteo Gmür
1
-1
/
+0
2024-11-02
Add physical frame iterator and continue implementing kernel mapping.
Matteo Gmür
2
-32
/
+1
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
2
-10
/
+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 ta...
Matteo Gmür
3
-2
/
+7
2024-11-01
Adjust temporary page to changes
Matteo Gmür
1
-11
/
+14
2024-11-01
Move methods into seperate class.
Matteo Gmür
1
-7
/
+14
2024-11-01
create temporary page implementation
Fabian Imhof
2
-12
/
+47
2024-10-29
Remove not required methods
Matteo Gmür
2
-30
/
+0
2024-10-29
implement page_table unmapping
Fabian Imhof
1
-1
/
+4
2024-10-29
Use more virtual and physical address typedef where useful
Matteo Gmür
1
-1
/
+1
2024-10-28
Add is empty check method for page table
Matteo Gmür
1
-32
/
+23
2024-10-28
Remove not required includes
Matteo Gmür
1
-2
/
+0
2024-10-28
Fix lost updates, because of writing into copies instead of references
Matteo Gmür
2
-3
/
+4
2024-10-28
Adjust constant and make all possible variables const
Matteo Gmür
4
-24
/
+28
2024-10-28
Convert bitset to uint64_t instead of uint64_t to bitset
Matteo Gmür
1
-2
/
+2
2024-10-28
Fix invalid assertion
Matteo Gmür
1
-1
/
+0
2024-10-27
revert p4 address update
Fabian Imhof
2
-4
/
+9
2024-10-27
Add typedef for virtual / physical addresses
Matteo Gmür
2
-17
/
+17
2024-10-27
update gas
Fabian Imhof
1
-15
/
+2
2024-10-27
Fix typos
Matteo Gmür
2
-2
/
+2
2024-10-27
add correct optional handling
Fabian Imhof
2
-8
/
+8
2024-10-26
Update boot.s comments and comment initalize page tables out
Matteo Gmür
1
-0
/
+3
2024-10-26
Attempt to fix initalize_page_tables, crashes on n = 1, m = 507
Matteo Gmür
1
-1
/
+1
2024-10-26
Fix missing default constructor.
Matteo Gmür
1
-2
/
+1
2024-10-26
Write P3 table into P4 table at index 0
Matteo Gmür
2
-0
/
+8
2024-10-26
Merge branch 'feat_memory_manager' of ssh://gitlab.ost.ch:45022/teachos/kerne...
Fabian Imhof
1
-3
/
+12
2024-10-26
add doc
Fabian Imhof
1
-0
/
+4
2024-10-26
Fix typo
Matteo Gmür
1
-1
/
+1
2024-10-26
Create for loops to construct base level 3 page table
Matteo Gmür
1
-3
/
+12
2024-10-26
use linker variable
Fabian Imhof
1
-1
/
+3
2024-10-26
Adjust to toolchain updates
Matteo Gmür
2
-5
/
+3
2024-10-26
wip
Fabian Imhof
2
-7
/
+20
2024-10-26
Use construct at to zero memory before using it.
Matteo Gmür
2
-13
/
+13
2024-10-26
fix mmap type, adjust linker, use std::array
Fabian Imhof
1
-2
/
+5
2024-10-23
Replace uint64_t with size_t
Matteo Gmür
1
-2
/
+2
2024-10-23
Add todo comment on why code crashes
Matteo Gmür
1
-0
/
+1
2024-10-23
Use virtual level 4 address again
Matteo Gmür
2
-3
/
+7
[next]