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
/
multiboot
Age
Commit message (
Expand
)
Author
Files
Lines
2024-11-04
Use more concepts and seperate iterator implementations
Matteo Gmür
1
-9
/
+8
2024-11-04
WIP attempt to fix crashes
Matteo Gmür
1
-13
/
+12
2024-11-03
rename member and use correct address
Fabian Imhof
2
-11
/
+11
2024-11-02
Add comments and improve multiboot information struct usability.
Matteo Gmür
1
-22
/
+20
2024-11-02
Add physical frame iterator and continue implementing kernel mapping.
Matteo Gmür
1
-7
/
+11
2024-10-28
Adjust constant and make all possible variables const
Matteo Gmür
1
-24
/
+23
2024-10-28
Move iterator and container into generic template classes. Use algorithms ins...
Matteo Gmür
2
-110
/
+42
2024-10-27
Fix typos
Matteo Gmür
1
-12
/
+10
2024-10-27
Use container and C++20 range algorithms for allocator.
Matteo Gmür
1
-4
/
+40
2024-10-27
Attempt to start using C++20 algorithm calls.
Matteo Gmür
1
-1
/
+14
2024-10-20
Revert assert with printf functionality, requires malloc 😭
Matteo Gmür
1
-10
/
+5
2024-10-20
Add printf like behaviour to assert
Matteo Gmür
1
-6
/
+18
2024-10-20
translate
Fabian Imhof
1
-0
/
+1
2024-10-20
Add helper methods to phyisca frame
Matteo Gmür
1
-8
/
+7
2024-10-20
Fix typo in file name
Matteo Gmür
1
-1
/
+1
2024-10-19
Move compelte multiboot2 code into seperate files and behaviour into seperate...
Matteo Gmür
3
-0
/
+154