diff options
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 |