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
/
scripts
/
kernel.ld
Age
Commit message (
Expand
)
Author
Files
Lines
2026-03-16
x86_64: remove stl_* sections for now
Felix Morgner
1
-12
/
+8
2025-12-29
x86_64/boot: fix section assignments in ld script
Felix Morgner
1
-67
/
+66
2025-07-24
x86_64: implement robust C++ global initialization
Felix Morgner
1
-31
/
+9
2025-07-24
x86_64: implement high/low split
Felix Morgner
1
-15
/
+20
2025-07-23
x86_64: rename _*_linear to _*_physical
Felix Morgner
1
-4
/
+4
2025-05-30
Clean up files
Matteo Gmür
1
-6
/
+0
2025-05-20
Improve syscalls and user heap allocator
Matteo Gmür
1
-0
/
+6
2025-05-18
update linker file and improve section parsing
Fabian Imhof
1
-4
/
+3
2025-05-16
Fix bug where level 4 to level 2 entries are not mapped user accesible.
Matteo Gmür
1
-1
/
+1
2025-05-16
Attempt to move atomic into stl text as well
Matteo Gmür
1
-8
/
+8
2025-05-15
add cpp standard library to .stl_text section (which is user accessible)
Fabian Imhof
1
-0
/
+2
2025-05-10
experiment with globally available linker sections and page table entry flags
Fabian Imhof
1
-0
/
+5
2025-05-09
Move necessary code into user text
Matteo Gmür
1
-0
/
+5
2025-05-04
add user_text linker section and temporarily add elf_sections.txt
Fabian Imhof
1
-2
/
+2
2025-04-02
fix interrupt handler and idt
Fabian Imhof
1
-0
/
+5
2024-12-01
Fix guard page and ensure it crashes even if guard page is skipped altogether
Matteo Gmür
1
-10
/
+10
2024-11-24
implement basic heap and remap it
Fabian Imhof
1
-3
/
+2
2024-11-03
align elf sections to 4kb
Fabian Imhof
1
-7
/
+4
2024-10-26
wip
Fabian Imhof
1
-5
/
+3
2024-10-26
move paging alignment
Fabian Imhof
1
-3
/
+3
2024-10-26
fix mmap type, adjust linker, use std::array
Fabian Imhof
1
-0
/
+3
2024-10-06
Remove high memory kernel and needless prints
Matteo Gmür
1
-12
/
+10
2024-09-17
build: fix CRT code linking
Felix Morgner
1
-6
/
+6
2024-09-17
build: migrate away from conan
Felix Morgner
1
-0
/
+139