diff options
author | http://etenil.myopenid.com/ <http://etenil.myopenid.com/@web> | 2011-02-16 10:12:04 +0000 |
---|---|---|
committer | GNU Hurd web pages engine <web-hurd@gnu.org> | 2011-02-16 10:12:04 +0000 |
commit | 5aef0778f741625959e4d474cac3e6c783c78175 (patch) | |
tree | ed56b36a969a106a5463f81991ce4bf3d1f81eb3 /user | |
parent | c01c02cd0e656e7f569560ce38ddad96ff9bbb43 (diff) |
Diffstat (limited to 'user')
-rw-r--r-- | user/Etenil.mdwn | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/user/Etenil.mdwn b/user/Etenil.mdwn index 3dd41071..6f559154 100644 --- a/user/Etenil.mdwn +++ b/user/Etenil.mdwn @@ -37,6 +37,9 @@ VM allocation happens with a call to: kern_return_t vm_allocate (vm_task_t target_task, vm_address_t *address, vm_size_t size, boolean_t anywhere) + +*vm_allocate()* looks more and more like a red herring. What I'm trying to prefetch is data on hard drives. I'll rather look at the devices in Mach. + - - - ## Implementation plan |