index
:
kogata.git
master
retrowave
Hobby OS ; intended to be small and perfect (^_^)
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
l0
/
paging.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Reorganize all.
Alex Auvolat
2015-02-09
1
-298
/
+0
*
Terminology change : task -> thread.
Alex Auvolat
2014-12-13
1
-6
/
+6
*
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
1
-2
/
+2
*
Information about current PD now stored in current_task->current_pd_d
Alex Auvolat
2014-12-07
1
-6
/
+7
*
Refactor kmalloc & tests in kmain.
Alex Auvolat
2014-12-07
1
-2
/
+2
*
Make L0 thread-safe (mostly).
Alex Auvolat
2014-12-07
1
-5
/
+20
*
Refactor PF handlers and region freeing functions.
Alex Auvolat
2014-12-06
1
-0
/
+1
*
Add kernel stack protector. Find bug. Correct it.
Alex Auvolat
2014-12-06
1
-16
/
+12
*
Clean slab_alloc. Bug still here.
Alex Auvolat
2014-12-06
1
-1
/
+1
*
Trying to track an annoying bug.
Alex Auvolat
2014-12-06
1
-2
/
+29
*
Corrections :
Alex Auvolat
2014-12-05
1
-18
/
+16
*
Formatting fixes
Alex Auvolat
2014-12-04
1
-1
/
+1
*
Make paging work ! \o/
Alex Auvolat
2014-12-04
1
-66
/
+117
*
Implement kernel memory region allocator.
Alex Auvolat
2014-12-02
1
-1
/
+11
*
Begin implementation of paging
Alex Auvolat
2014-12-02
1
-0
/
+135