summaryrefslogtreecommitdiff
path: root/user/kam.mdwn
blob: e994605392d6607dd602a2c0fdeda40a34c14dc8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
[[!meta copyright="Copyright © 2008 Free Software Foundation, Inc."]]

[[!meta license="""[[!toggle id="license" text="GFDL 1.2+"]][[!toggleable
id="license" text="Permission is granted to copy, distribute and/or modify this
document under the terms of the GNU Free Documentation License, Version 1.2 or
any later version published by the Free Software Foundation; with no Invariant
Sections, no Front-Cover Texts, and no Back-Cover Texts.  A copy of the license
is included in the section entitled
[[GNU Free Documentation License|/fdl]]."]]"""]]

[[!meta title="Karim Allah Ahmed"]]

<karim.allah.ahmed@gmail.com>

Egypt.

---

#GSoC: 2010 Project
Goal:

---
#Roadmap

##Progress

###Preparation Phase:
Understanding how gnumach ticks [ at least the parts related to the project ]
---
####28th of April - 5th of May:
* Reading the paging in code in gnumach.
* Reading the libpager code, and the multipage patch.
* Reading the translators code, only the part implementing the external pager interface.

####5th of May - 12th of May:
* Reading the paging out code in gnumach.
* Reading the IPC Code in gnumach.
* Reading "[gnu_src]/kern/sched_prim.c"

####12th of May - 19th of May:
* Finishing the leftover code in some of the previous phases.
* Building a big and a more clear picture of how gnumach ticks [ wiring things together ].

####19th of May - 23th of May:
* Finishing the previous state if not finished.
* Discussing the details of implementing the multipage support.

---

###Coding Phase:
---
* Modify vm_fault_page(..) in [gnumach_src]/vm/vm_fault.c to pagein multi-pages.
* Add a new attribute to memory_object called "cluster_size" and allow pager to set/modify it.
* Modify vm_pageout_page(..) in [gnumach_src]/vm_pageout.c to pageout multi-pages.
* Modify the API of the libpager to support multipages.
* Modify the translators ( console, ext2fs, fatfs, isofs, storeio, ufs ) to implement the new libpager API.