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
Age
Commit message (
Expand
)
Author
Files
Lines
2024-10-20
Fix next_table_address
Matteo Gmür
2
-12
/
+4
2024-10-20
Fix typo in file name
Matteo Gmür
4
-5
/
+5
2024-10-19
Fix printing of wrong allocated frame
Matteo Gmür
1
-1
/
+2
2024-10-19
Seperate allocation and paging code into multiple files as well
Matteo Gmür
12
-305
/
+379
2024-10-19
Move compelte multiboot2 code into seperate files and behaviour into seperate...
Matteo Gmür
12
-365
/
+396
2024-10-19
Adjust memory_area structure to grub2 code
Matteo Gmür
1
-3
/
+13
2024-10-17
Merge branch 'fmorgner/abort' into 'feat_memory_manager'
Matteo Gmür
12
-19
/
+119
2024-10-17
Implement support for `std::terminate` via `::abort`
Felix Morgner
12
-19
/
+119
2024-10-16
Attempt to implement page table checks using templates
Matteo Gmür
2
-74
/
+67
2024-10-16
Adjust table accessing code to make it safer (always out of bounds checked)
Matteo Gmür
3
-30
/
+64
2024-10-16
Fix compilation issues with assigning values to page_map_variable address
Matteo Gmür
5
-34
/
+36
2024-10-16
Adjust types
Matteo Gmür
3
-12
/
+10
2024-10-15
add 4th level page table
Fabian Imhof
3
-3
/
+56
2024-10-15
rename contains_flags parameter
Fabian Imhof
4
-6
/
+6
2024-10-15
replace standalone value with enum
Fabian Imhof
1
-1
/
+1
2024-10-15
add assert import
Fabian Imhof
1
-0
/
+2
2024-10-15
Fix problems with calculations inside enum (uses int32_t by default)
Matteo Gmür
2
-32
/
+33
2024-10-15
Adding enum flags
Matteo Gmür
5
-176
/
+94
2024-10-15
implement page table members
Fabian Imhof
3
-4
/
+32
2024-10-15
continue implementing paging
Fabian Imhof
9
-136
/
+113
2024-10-14
Start developing paging
Matteo Gmür
10
-124
/
+328
2024-10-14
Add more info on which elf flag means which objdump flag
Matteo Gmür
2
-3
/
+28
2024-10-14
Move 8 byte alignment into seperate method
Matteo Gmür
1
-2
/
+8
2024-10-14
Use scoped switch statements to extract calculations to variables
Matteo Gmür
2
-14
/
+24
2024-10-14
Fix typos, implementation in header and missing doxygen
Matteo Gmür
3
-70
/
+125
2024-10-13
continue implementing frame allocator
Fabian Imhof
3
-41
/
+116
2024-10-13
Add missing cpp files to cmake and fix elf alignment issues
Matteo Gmür
8
-52
/
+70
2024-10-11
Ensure vscode compiles with c++20
Matteo Gmür
1
-0
/
+1
2024-10-08
Add additional sanity checks to elf parsing
Matteo Gmür
2
-6
/
+19
2024-10-08
Added doxygen comments to all fields and structs
Matteo Gmür
5
-145
/
+331
2024-10-08
Merge branch 'feat_memory_manager' of ssh://gitlab.ost.ch:45022/teachos/kerne...
Fabian Imhof
2
-16
/
+49
2024-10-08
begin implementing frame allocator
Fabian Imhof
2
-16
/
+126
2024-10-08
Add more asserts for elf sections
Matteo Gmür
2
-16
/
+49
2024-10-06
Improve naming
Matteo Gmür
2
-25
/
+27
2024-10-06
Interpret files as bitset wrapper
Matteo Gmür
1
-10
/
+54
2024-10-06
Added elf section type enum
Matteo Gmür
2
-35
/
+43
2024-10-06
Use alignas instead of seperate variable in struct for padding
Matteo Gmür
1
-38
/
+3
2024-10-06
Add assert method
Matteo Gmür
1
-0
/
+13
2024-10-06
Revert 8 byte aligning
Matteo Gmür
1
-12
/
+2
2024-10-06
Remove unused variable declarations
Matteo Gmür
1
-34
/
+8
2024-10-06
Remove high memory kernel and needless prints
Matteo Gmür
3
-118
/
+48
2024-10-06
Renaming scheme
Matteo Gmür
5
-47
/
+47
2024-10-02
Improve naming, add enums and move into namespace
Matteo Gmür
3
-174
/
+193
2024-10-02
Creating base frame allocation code
Matteo Gmür
4
-2
/
+63
2024-10-01
add structs, clean mip code
TheSoeren
2
-26
/
+120
2024-10-01
Added efl section print method
Matteo Gmür
2
-3
/
+91
2024-10-01
Adjust printing of memory map
Matteo Gmür
2
-32
/
+25
2024-09-30
Attempt to print memory map
Matteo Gmür
8
-19
/
+59
2024-09-29
create write_number function
TheSoeren
3
-12
/
+63
2024-09-29
read basic mem info
TheSoeren
2
-10
/
+62
[next]