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
2025-11-24
x86_64/vga: rely less on magic state
Felix Morgner
3
-14
/
+30
2025-11-24
x86-64/kapi: reimplement ia32_efer support
Felix Morgner
2
-1
/
+114
2025-11-21
x86_64: rework control register access
Felix Morgner
2
-67
/
+197
2025-11-18
x86_64/memory: perform slight cleanup
Felix Morgner
1
-0
/
+12
2025-10-29
chore: configure clang-tidy
Felix Morgner
3
-15
/
+23
2025-10-29
chore: reformat source code
Felix Morgner
3
-11
/
+24
2025-10-29
x86_64/boot: add missing linker script symbols
Felix Morgner
1
-23
/
+43
2025-10-29
kapi: export frame_allocator interface
Felix Morgner
1
-3
/
+4
2025-10-29
kapi: move frame and address to KAPI
Felix Morgner
10
-172
/
+34
2025-07-24
kapi: rework text device interface
Felix Morgner
1
-74
/
+48
2025-07-24
x86_64: move files out of the way
Felix Morgner
50
-3223
/
+0
2025-07-24
x86_64: clean up hw details
Felix Morgner
3
-31
/
+17
2025-07-24
x86_64: clean up vga hierarchy
Felix Morgner
3
-39
/
+35
2025-07-23
x86_64: rename _*_linear to _*_physical
Felix Morgner
1
-6
/
+6
2025-07-23
x86_64: improve linker script interface docs
Felix Morgner
1
-13
/
+38
2025-07-23
x86_64: extract linker script interface header
Felix Morgner
1
-0
/
+22
2025-07-23
x86_64: move port_io to x86_64/io
Felix Morgner
2
-9
/
+8
2025-07-23
libs: move asm_ptr to kstd
Felix Morgner
1
-4
/
+4
2025-07-22
x86_64: extract constants from bootstrap code
Felix Morgner
1
-0
/
+66
2025-07-18
x86-64: prepare new architecture
Felix Morgner
5
-92
/
+224
2025-07-14
x86_64: move basic text output implementation
Felix Morgner
2
-12
/
+16
2025-07-14
x86_64: remove forward_value_iterator
Felix Morgner
1
-121
/
+0
2025-07-14
libs: move stack to kstd
Felix Morgner
1
-212
/
+0
2025-07-14
x86_64: remove container
Felix Morgner
2
-315
/
+0
2025-07-14
libs: move shared_pointer to kstd
Felix Morgner
1
-269
/
+0
2025-07-14
libs: move unique_ptr to kstd
Felix Morgner
1
-204
/
+0
2025-07-14
libs: move vector to kstd
Felix Morgner
1
-601
/
+0
2025-07-14
libs: begin extraction of kernel std
Felix Morgner
7
-208
/
+39
2025-07-14
memory: adapt to changes memory layout
Felix Morgner
1
-2
/
+2
2025-06-04
Adjust minor comments
Matteo Gmür
7
-13
/
+16
2025-05-30
Clean up files
Matteo Gmür
1
-67
/
+0
2025-05-27
Readd text kernels ection with explanation
Matteo Gmür
2
-1
/
+4
2025-05-20
Improve syscalls and user heap allocator
Matteo Gmür
2
-12
/
+23
2025-05-18
Make new usable for both kernel and user calls
Matteo Gmür
4
-0
/
+18
2025-05-18
update linker file and improve section parsing
Fabian Imhof
1
-16
/
+12
2025-05-16
Fix bug where level 4 to level 2 entries are not mapped user accesible.
Matteo Gmür
5
-12
/
+14
2025-05-16
Attempt to move atomic into stl text as well
Matteo Gmür
1
-6
/
+6
2025-05-12
Fix crashes because of are frame allocator copy
Matteo Gmür
3
-4
/
+6
2025-05-12
Adjust user heap to lazy allocate heap
Matteo Gmür
2
-13
/
+5
2025-05-11
make frame_allocator and active_page_table statically available
Fabian Imhof
3
-4
/
+17
2025-05-11
Adjust user heap allocator with expanding heap functionality
Matteo Gmür
2
-3
/
+29
2025-05-11
rename page table entry function
Fabian Imhof
2
-5
/
+5
2025-05-10
continue experimenting with user heap
Fabian Imhof
2
-3
/
+11
2025-05-10
experiment with globally available linker sections and page table entry flags
Fabian Imhof
11
-55
/
+298
2025-05-09
Switch uer heap to linked list allocator
Matteo Gmür
1
-21
/
+97
2025-05-09
Move necessary code into user text
Matteo Gmür
3
-4
/
+9
2025-05-08
make user_allocator_instance be part of user_data section
Fabian Imhof
1
-1
/
+1
2025-05-08
wip allocating heap memory in user mode
Fabian Imhof
3
-3
/
+54
2025-05-07
wip custom heap allocation functions for user mode
Fabian Imhof
2
-8
/
+37
2025-05-06
Remove user Mode Access to VGA / Heap and Kernel Methods.
Matteo Gmür
5
-14
/
+22
[prev]
[next]