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 (
Expand
)
Author
Files
Lines
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 ssh://gitlab.ost.ch:45022/tea...
Fabian Imhof
1
-2
/
+0
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 ssh://gitlab.ost.ch:45022/tea...
Fabian Imhof
1
-6
/
+10
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 p...
Matteo Gmür
4
-25
/
+43
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
2024-12-03
fix linked_list_allocator mutex usage
Fabian Imhof
1
-2
/
+3
2024-12-03
improve mutex file structure
Fabian Imhof
1
-0
/
+27
2024-12-03
add mutex to linked_list_allocator
Fabian Imhof
1
-4
/
+10
2024-12-02
WIP thread safe linked list
Matteo Gmür
1
-4
/
+4
2024-12-02
Finish testing (dealloc recombines correctly)
Matteo Gmür
1
-2
/
+2
2024-12-02
Add check to detect double free in linked list allocator
Matteo Gmür
2
-1
/
+9
2024-12-02
Fix algorithm issues with linked list allocator
Matteo Gmür
2
-34
/
+41
2024-12-01
implement clear_memory_block_header
Fabian Imhof
2
-10
/
+20
[prev]
[next]