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 (
Collapse
)
Author
Files
Lines
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
2025-05-05
Remove the addition of USER_ACCESSIBLE flag to every entry created
Matteo Gmür
5
-6
/
+26
2025-05-05
Add comments to syscall components
Matteo Gmür
2
-7
/
+48
2025-05-05
Fix recursive include using extra file
Matteo Gmür
4
-14
/
+25
2025-05-04
move user-mode code into own namespace and linker section
Fabian Imhof
2
-1
/
+11
2025-05-03
write wrapper function for syscall
Fabian Imhof
3
-8
/
+51
2025-05-02
Finish implementing 8-byte GDT entries and syscall arg loads.
Matteo Gmür
6
-110
/
+98
2025-05-01
WIP experiment with converting GDT to 8-Byte entries
Fabian Imhof
6
-13
/
+96
2025-04-28
Remove duplicate struct
Matteo Gmür
1
-2
/
+2
2025-04-27
Move not public methods into anonymous namespace
Matteo Gmür
3
-11
/
+7
2025-04-27
Simplify syscall setup
Matteo Gmür
2
-0
/
+2
2025-04-27
wip implement syscall in cpp
Fabian Imhof
3
-2
/
+10
2025-04-27
create trampoline for syscall
Fabian Imhof
1
-0
/
+2
2025-04-27
Move gnu function attributes to header file
Matteo Gmür
1
-2
/
+2
2025-04-19
Remove deque
Matteo Gmür
2
-526
/
+2
2025-04-17
Merge branch 'syscall_interrupt_handler' into feat_inital_context_switching
Fabian Imhof
1
-6
/
+14
2025-04-17
add syscall interrupt handler
Fabian Imhof
1
-6
/
+14
2025-04-15
WIP deque
Matteo Gmür
2
-2
/
+526
2025-04-15
Adjust comments and readability of stack and vector implementation
Matteo Gmür
2
-105
/
+136
2025-04-14
Add stack frame allocator. Fix stl vector bug and create stl stack ↵
Matteo Gmür
5
-27
/
+305
implementation
2025-04-11
Adjust variable name
Matteo Gmür
1
-3
/
+2
2025-04-11
Document methods and move them into kernel cpu folder
Matteo Gmür
2
-21
/
+86
2025-04-10
add register validation and asserts
Fabian Imhof
1
-0
/
+6
2025-04-10
move context_switch function and environment into different directory
Fabian Imhof
3
-2
/
+38
2025-04-10
move context_switch function into cpp code
Fabian Imhof
1
-1
/
+0
2025-04-10
Remove zombie code
Matteo Gmür
1
-3
/
+0
2025-04-07
Fix naming from jmp to call for Far Call
Matteo Gmür
1
-12
/
+5
2025-04-07
Adjust idt flags bitset
Matteo Gmür
1
-2
/
+2
2025-04-06
wip context switch in asm
Fabian Imhof
1
-0
/
+1
[prev]
[next]