mirror of
https://github.com/drasko/codezero.git
synced 2026-01-12 02:43:15 +01:00
README typo fix
This commit is contained in:
8
README
8
README
@@ -47,10 +47,10 @@ memory management. It contains memory and page allocators. It implements demand
|
||||
paging by managing page faults, physical pages and their file/task associations.
|
||||
It provides the default paging mechanism on Codezero.
|
||||
|
||||
FS0 is the system task that implements a simple, modern virtual filesystem layer.
|
||||
It is designed to serve file requests from MM0. Since it abstracts the low-level
|
||||
filesystem details, it is a relatively easy job to port a new filesystem to be
|
||||
used under FS0.
|
||||
FS0 is the system task that implements a simple, modern virtual filesystem
|
||||
layer. It is designed to serve file requests from MM0. Since it abstracts the
|
||||
low-level filesystem details, it is a relatively easy job to port a new
|
||||
filesystem to be used under FS0.
|
||||
|
||||
MM0 and FS0 both reside in the userspace, and they are not mandatory services.
|
||||
For example the virtual and physical memory resources can be partitioned by
|
||||
|
||||
Reference in New Issue
Block a user