index
:
macroscope.git
master
Hobby OS ; intended to be based on NARP
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
l0
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add simple hash table implementation.
Alex Auvolat
2014-12-16
1
-10
/
+51
*
Access k_end_addr as const void instead of char.
Alex Auvolat
2014-12-15
1
-2
/
+2
*
Remove hard-coded region types.
Alex Auvolat
2014-12-13
4
-21
/
+12
*
Terminology change : task -> thread.
Alex Auvolat
2014-12-13
3
-62
/
+62
*
Implement create_pagedir and delete_pagedir (not really tested yet)
Alex Auvolat
2014-12-08
1
-2
/
+66
*
Rename functions :
Alex Auvolat
2014-12-08
4
-17
/
+20
*
Tweaks in code presentation.
Alex Auvolat
2014-12-07
1
-2
/
+10
*
Optimize context switching code on IRQ0.
Alex Auvolat
2014-12-07
2
-20
/
+52
*
Information about current PD now stored in current_task->current_pd_d
Alex Auvolat
2014-12-07
2
-8
/
+14
*
Implement multitasking.
Alex Auvolat
2014-12-07
5
-21
/
+268
*
Refactor kmalloc & tests in kmain.
Alex Auvolat
2014-12-07
5
-77
/
+115
*
Make L0 thread-safe (mostly).
Alex Auvolat
2014-12-07
4
-23
/
+72
*
Begin review of taking model : making things thread safe.
Alex Auvolat
2014-12-06
6
-61
/
+186
*
Refactor PF handlers and region freeing functions.
Alex Auvolat
2014-12-06
3
-46
/
+72
*
Add kernel stack protector. Find bug. Correct it.
Alex Auvolat
2014-12-06
3
-29
/
+33
*
Clean slab_alloc. Bug still here.
Alex Auvolat
2014-12-06
2
-1
/
+3
*
Trying to track an annoying bug.
Alex Auvolat
2014-12-06
4
-32
/
+75
*
Corrections :
Alex Auvolat
2014-12-05
3
-60
/
+66
*
First implementation of slab allocator. Needs more testing and polishing
Alex Auvolat
2014-12-04
1
-4
/
+40
*
Formatting fixes
Alex Auvolat
2014-12-04
3
-3
/
+3
*
Make paging work ! \o/
Alex Auvolat
2014-12-04
7
-103
/
+175
*
Improve region allocator with an idea to break dependency cycle
Alex Auvolat
2014-12-03
2
-11
/
+72
*
Implement kernel memory region allocator.
Alex Auvolat
2014-12-02
3
-1
/
+333
*
Begin implementation of paging
Alex Auvolat
2014-12-02
3
-3
/
+146
*
Add physical page (frame) allocator.
Alex Auvolat
2014-12-02
2
-2
/
+88
*
Small adjustments:
Alex Auvolat
2014-12-01
4
-68
/
+64
*
Advance HH, GDT, IDT (details below)
Alex Auvolat
2014-12-01
6
-48
/
+424
*
More library functions & renaming.
Alex Auvolat
2014-11-30
1
-1
/
+1
*
Add debug output and a few elementary stdlib functions.
Alex Auvolat
2014-11-30
3
-122
/
+205
*
Bare bones.
Alex Auvolat
2014-11-30
2
-0
/
+195