aboutsummaryrefslogtreecommitdiff
path: root/include/mach/vm_param.h
Commit message (Collapse)AuthorAgeFilesLines
* aarch64: Add vm_param.hSergey Bugaev2024-04-161-3/+3
| | | | | | | | | | | | | And make it so that the generic vm_param.h doesn't require the machine- specific one to define PAGE_SIZE etc. We *don't* want a PAGE_SIZE constant to be statically exported to userland; instead userland should initialize vm_page_size by querying vm_statistics(), and then use vm_page_size. We'd also like to eventually avoid exporting VM_MAX_ADDRESS, but this is not feasible at the moment. To make it feasible in the future, userland should try to avoid relying on the definition where possible. Message-ID: <20240415090149.38358-5-bugaevc@gmail.com>
* io_map: Fix using physical addressesSamuel Thibault2022-02-161-0/+4
|
* include: Fix typos in comments (found by codespell)Stefan Weil2015-01-021-1/+1
| | | | Signed-off-by: Stefan Weil <sw@weilnetz.de>
* Initial sourceThomas Bushnell1997-02-251-0/+98