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
/
include
Age
Commit message (
Expand
)
Author
Files
Lines
2024-10-15
add 4th level page table
Fabian Imhof
1
-3
/
+23
2024-10-15
rename contains_flags parameter
Fabian Imhof
2
-4
/
+4
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
2
-126
/
+67
2024-10-15
implement page table members
Fabian Imhof
2
-4
/
+21
2024-10-15
continue implementing paging
Fabian Imhof
3
-74
/
+43
2024-10-14
Start developing paging
Matteo Gmür
5
-80
/
+229
2024-10-14
Add more info on which elf flag means which objdump flag
Matteo Gmür
1
-3
/
+5
2024-10-14
Use scoped switch statements to extract calculations to variables
Matteo Gmür
1
-3
/
+5
2024-10-14
Fix typos, implementation in header and missing doxygen
Matteo Gmür
1
-52
/
+70
2024-10-13
continue implementing frame allocator
Fabian Imhof
1
-2
/
+43
2024-10-13
Add missing cpp files to cmake and fix elf alignment issues
Matteo Gmür
3
-10
/
+10
2024-10-08
Add additional sanity checks to elf parsing
Matteo Gmür
1
-4
/
+4
2024-10-08
Added doxygen comments to all fields and structs
Matteo Gmür
3
-145
/
+287
2024-10-08
Merge branch 'feat_memory_manager' of ssh://gitlab.ost.ch:45022/teachos/kerne...
Fabian Imhof
1
-15
/
+31
2024-10-08
begin implementing frame allocator
Fabian Imhof
1
-15
/
+57
2024-10-08
Add more asserts for elf sections
Matteo Gmür
1
-15
/
+31
2024-10-06
Improve naming
Matteo Gmür
1
-23
/
+25
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
1
-33
/
+37
2024-10-06
Use alignas instead of seperate variable in struct for padding
Matteo Gmür
1
-38
/
+3
2024-10-06
Renaming scheme
Matteo Gmür
3
-33
/
+33
2024-10-02
Improve naming, add enums and move into namespace
Matteo Gmür
2
-160
/
+174
2024-10-02
Creating base frame allocation code
Matteo Gmür
2
-2
/
+48
2024-10-01
add structs, clean mip code
TheSoeren
1
-12
/
+74
2024-10-01
Added efl section print method
Matteo Gmür
1
-3
/
+37
2024-10-01
Adjust printing of memory map
Matteo Gmür
1
-2
/
+9
2024-09-30
Attempt to print memory map
Matteo Gmür
6
-9
/
+15
2024-09-29
create write_number function
TheSoeren
1
-0
/
+50
2024-09-29
read basic mem info
TheSoeren
1
-2
/
+36
2024-09-29
use multiboot_information_pointer public variable
TheSoeren
3
-2
/
+16
2024-09-29
Pass multiboot info to main function
Matteo Gmür
1
-1
/
+1
2024-09-17
build: migrate away from conan
Felix Morgner
5
-0
/
+310