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
/
kernel
Age
Commit message (
Expand
)
Author
Files
Lines
2024-10-21
Ensure only one instance of global page table can exist
Matteo Gmür
1
-1
/
+1
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
1
-2
/
+2
2024-10-19
Move compelte multiboot2 code into seperate files and behaviour into seperate...
Matteo Gmür
1
-148
/
+3
2024-10-17
Implement support for `std::terminate` via `::abort`
Felix Morgner
1
-2
/
+1
2024-10-15
Adding enum flags
Matteo Gmür
1
-14
/
+20
2024-10-15
continue implementing paging
Fabian Imhof
1
-34
/
+8
2024-10-14
Start developing paging
Matteo Gmür
1
-14
/
+12
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
1
-18
/
+23
2024-10-13
continue implementing frame allocator
Fabian Imhof
1
-32
/
+67
2024-10-13
Add missing cpp files to cmake and fix elf alignment issues
Matteo Gmür
1
-9
/
+6
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
1
-0
/
+3
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
1
-85
/
+35
2024-10-06
Renaming scheme
Matteo Gmür
1
-12
/
+12
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
1
-0
/
+6
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
1
-9
/
+44
2024-09-29
create write_number function
TheSoeren
1
-4
/
+6
2024-09-29
read basic mem info
TheSoeren
1
-8
/
+26
2024-09-29
use multiboot_information_pointer public variable
TheSoeren
1
-5
/
+11
2024-09-29
Pass multiboot to main from edi register
Matteo Gmür
1
-5
/
+4
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
1
-0
/
+15