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
/
src
/
kernel
/
core
/
paging.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add mutexes everywhere ; spam debug log (sorry)
Alex Auvolat
2015-03-14
1
-2
/
+3
*
Add missing mutex-locking in procesc.c ; discovered design fault somewhere.
Alex Auvolat
2015-03-13
1
-10
/
+9
*
Add better stack tracing technology (now uses kernel memory map!)
Alex Auvolat
2015-03-11
1
-2
/
+0
*
Change thread waiting technology. Slower but does not do crappy things like m...
Alex Auvolat
2015-03-11
1
-7
/
+1
*
Implement V86 monitor and VESA mode detection.
Alex Auvolat
2015-03-09
1
-1
/
+0
*
Remove kernel region pf handlers ; fix forget-to-zero-out bug.
Alex Auvolat
2015-03-09
1
-17
/
+16
*
Partial implement VFS pager (enough for ISO9660!)
Alex Auvolat
2015-03-09
1
-1
/
+2
*
More uses of free_some_memory()
Alex Auvolat
2015-03-02
1
-2
/
+10
*
Fix mchmap. Lesson : invalid pointer dereferences happen! with unexpected res...
Alex Auvolat
2015-02-14
1
-7
/
+9
*
Many things :
Alex Auvolat
2015-02-14
1
-21
/
+15
*
Implement ELF loading ; arrange so that user processes run.
Alex Auvolat
2015-02-13
1
-1
/
+2
*
Implement some handling of user stuff...
Alex Auvolat
2015-02-13
1
-2
/
+2
*
Add stubs for process-related functions.
Alex Auvolat
2015-02-13
1
-5
/
+13
*
Prepare for user memory management and usermode code
Alex Auvolat
2015-02-13
1
-39
/
+64
*
Cleanup output.
Alex Auvolat
2015-02-13
1
-0
/
+1
*
Change semantics of pd_map_page to return true on success, false on error.
Alex Auvolat
2015-02-09
1
-5
/
+5
*
Reorganize all.
Alex Auvolat
2015-02-09
1
-0
/
+298