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
Age
Commit message (
Collapse
)
Author
Files
Lines
2025-03-25
Implement idtr structure and document possible flags.
Matteo Gmür
9
-90
/
+145
2025-03-25
Adjust file structure and fix compilation issues
Matteo Gmür
16
-101
/
+97
2025-03-20
begin implementation of IDT
Fabian Imhof
10
-43
/
+128
2025-03-18
Attempt to add calls that Reload code segment and data segment register
Matteo Gmür
1
-0
/
+31
2025-03-18
Fix invalid bit values in access byte and typo in create_segment_descriptor ↵
Matteo Gmür
1
-1
/
+1
method
2025-03-17
Debug and adjust load task register assembly call. WIP
Matteo Gmür
3
-25
/
+27
2025-03-17
Fix issue in vector
Matteo Gmür
3
-18
/
+15
2025-03-16
Move base value out into variable
Matteo Gmür
1
-3
/
+4
2025-03-16
add comment
Fabian Imhof
1
-1
/
+0
2025-03-16
start implementing TSS
Fabian Imhof
4
-39
/
+89
2025-03-15
Merge branch 'feat_inital_context_switching' of ↵
Fabian Imhof
1
-2
/
+0
ssh://gitlab.ost.ch:45022/teachos/kernel into feat_inital_context_switching
2025-03-15
create TSS descriptor
Fabian Imhof
1
-0
/
+10
2025-03-15
Use empty bit field to implement reserved
Matteo Gmür
1
-2
/
+0
2025-03-15
temporarily make all page table entries user accessible
Fabian Imhof
1
-2
/
+9
2025-03-15
implement loading of gdtr register
Matteo Gmür
11
-74
/
+73
2025-03-14
Fix header recursion problem
Matteo Gmür
2
-9
/
+9
2025-03-13
fixup typing and continue adding gdt
Fabian Imhof
7
-22
/
+35
2025-03-13
Merge branch 'feat_inital_context_switching' of ↵
Fabian Imhof
1
-6
/
+10
ssh://gitlab.ost.ch:45022/teachos/kernel into feat_inital_context_switching
2025-03-13
IN_PROGRESS implement gdt initialization
Fabian Imhof
8
-47
/
+101
2025-03-13
Fix segment descriptor bit order of private members
Matteo Gmür
1
-6
/
+10
2025-03-13
create GDT and fix segment descriptor bit order
Fabian Imhof
4
-6
/
+72
2025-03-10
Implement segment descriptor
Matteo Gmür
2
-21
/
+18
2025-03-10
Adjust segment descriptor to use defined helpers
Matteo Gmür
1
-0
/
+13
2025-03-10
Adjust register segment descriptors to possible states
Matteo Gmür
3
-8
/
+43
2025-03-09
Adjust comments and implement remaining interface for STL classes.
Matteo Gmür
1
-4
/
+1
2025-03-09
add doxygen comments to shared and unique pointer
Fabian Imhof
1
-7
/
+1
2025-03-04
Add more methods to vector to mimic stl interface partially.
Matteo Gmür
1
-0
/
+9
2025-02-27
add descriptor_table access_byte
Fabian Imhof
2
-2
/
+16
2025-02-27
Add files to cmake and implement gdt flags
Matteo Gmür
1
-0
/
+6
2025-02-27
clear interrupt flag
Fabian Imhof
1
-0
/
+2
2025-02-24
Add noexpect to deallocate calls
Matteo Gmür
3
-3
/
+3
2025-02-23
Remove useless if statements
Matteo Gmür
1
-6
/
+2
2025-02-23
Adjust linked list allocator to allow for deallocation without passing size ↵
Matteo Gmür
4
-25
/
+43
parameter and with arbitrary size
2025-02-21
Add documentation to new components
Matteo Gmür
1
-1
/
+1
2025-02-21
Update factory method code
Matteo Gmür
4
-51
/
+35
2025-02-20
add heap_allocator base class
Fabian Imhof
2
-20
/
+32
2025-02-20
Make allocation type configurable
Matteo Gmür
1
-7
/
+38
2025-02-20
Add singelton implementation for global heap allocator
Matteo Gmür
1
-4
/
+8
2025-02-20
Fix compilation issues
Matteo Gmür
2
-30
/
+38
2025-02-20
Create global heap allocator attempt
Matteo Gmür
2
-17
/
+46
2025-02-20
added new and delete override
Fabian Imhof
1
-21
/
+16
2024-12-17
Fix typo
Matteo Gmür
2
-3
/
+3
2024-12-17
Improve log messages
Matteo Gmür
2
-2
/
+5
2024-12-09
Fix method writing to wrong CR register and improve doxygen comments.
Matteo Gmür
2
-4
/
+4
2024-12-03
add additional tests to heap_test
Fabian Imhof
1
-0
/
+3
2024-12-03
Clear old memory in contructor
Matteo Gmür
2
-15
/
+9
2024-12-03
Fix minor typos in mutex
Matteo Gmür
1
-14
/
+3
2024-12-03
Fix missing mutex unlock
Matteo Gmür
1
-2
/
+4
2024-12-03
Add missing comments
Matteo Gmür
1
-18
/
+12
2024-12-03
Add allocate case where size fits exactly
Matteo Gmür
1
-2
/
+24
[next]