Marking memory management features as done. Work still needs to be done but the bare minimum for memory management is there.
This commit is contained in:
@ -18,9 +18,9 @@
|
||||
<input type="checkbox" /> Virtual filesystem \
|
||||
<input type="checkbox" checked/> Keyboard support ( P/S2 Keyboard) \
|
||||
<input type="checkbox" checked/> Physical memory management \
|
||||
<input type="checkbox" /> Paging \
|
||||
<input type="checkbox" /> Virtual memory management \
|
||||
<input type="checkbox" /> The heap: allocating memory at runtime (malloc and free) is almost impossible to go without. \
|
||||
<input type="checkbox" checked/> Paging \
|
||||
<input type="checkbox" checked/> Virtual memory management \
|
||||
<input type="checkbox" checked/> The heap: allocating memory at runtime (malloc and free) is almost impossible to go without. \
|
||||
<input type="checkbox" /> Enable SIMD Extensions (SSE)
|
||||
|
||||
<input type="checkbox" /> Hardware Management system
|
||||
|
Reference in New Issue
Block a user