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
Age
Commit message (
Expand
)
Author
Files
Lines
2024-10-17
Implement support for `std::terminate` via `::abort`
Felix Morgner
6
-17
/
+77
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
3
-11
/
+26
2024-10-16
Adjust types
Matteo Gmür
2
-7
/
+5
2024-10-15
add 4th level page table
Fabian Imhof
2
-0
/
+33
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
3
-50
/
+27
2024-10-15
implement page table members
Fabian Imhof
1
-0
/
+11
2024-10-15
continue implementing paging
Fabian Imhof
4
-61
/
+53
2024-10-14
Start developing paging
Matteo Gmür
4
-44
/
+98
2024-10-14
Add more info on which elf flag means which objdump flag
Matteo Gmür
1
-0
/
+23
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
1
-11
/
+19
2024-10-14
Fix typos, implementation in header and missing doxygen
Matteo Gmür
2
-18
/
+55
2024-10-13
continue implementing frame allocator
Fabian Imhof
2
-39
/
+73
2024-10-13
Add missing cpp files to cmake and fix elf alignment issues
Matteo Gmür
3
-42
/
+43
2024-10-08
Add additional sanity checks to elf parsing
Matteo Gmür
1
-2
/
+15
2024-10-08
Added doxygen comments to all fields and structs
Matteo Gmür
2
-0
/
+44
2024-10-08
Merge branch 'feat_memory_manager' of ssh://gitlab.ost.ch:45022/teachos/kerne...
Fabian Imhof
1
-1
/
+18
2024-10-08
begin implementing frame allocator
Fabian Imhof
1
-1
/
+69
2024-10-08
Add more asserts for elf sections
Matteo Gmür
1
-1
/
+18
2024-10-06
Improve naming
Matteo Gmür
1
-2
/
+2
2024-10-06
Added elf section type enum
Matteo Gmür
1
-2
/
+6
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
2
-106
/
+38
2024-10-06
Renaming scheme
Matteo Gmür
2
-14
/
+14
2024-10-02
Improve naming, add enums and move into namespace
Matteo Gmür
1
-14
/
+19
2024-10-02
Creating base frame allocation code
Matteo Gmür
2
-0
/
+15
2024-10-01
add structs, clean mip code
TheSoeren
1
-14
/
+46
2024-10-01
Added efl section print method
Matteo Gmür
1
-0
/
+54
2024-10-01
Adjust printing of memory map
Matteo Gmür
1
-30
/
+16
2024-09-30
Attempt to print memory map
Matteo Gmür
2
-10
/
+44
2024-09-29
create write_number function
TheSoeren
2
-12
/
+13
2024-09-29
read basic mem info
TheSoeren
1
-8
/
+26
2024-09-29
use multiboot_information_pointer public variable
TheSoeren
2
-7
/
+11
2024-09-29
Pass multiboot to main from edi register
Matteo Gmür
2
-5
/
+6
2024-09-29
Pass multiboot info to main function
Matteo Gmür
1
-1
/
+6
2024-09-17
build: migrate away from conan
Felix Morgner
6
-0
/
+480