mirror of
https://github.com/justinian/jsix.git
synced 2025-12-10 00:14:32 -08:00
[definitions] Fix comment to clarify map_phys size units
system_map_phys takes a size in bytes, not pages.
This commit is contained in:
@@ -28,7 +28,7 @@ object system : object {
|
||||
method map_phys [cap:map_phys] {
|
||||
param area ref vma [out] # Receives a handle to the VMA created
|
||||
param phys address # The physical address of the area
|
||||
param size size # Size of the area, in pages
|
||||
param size size # Size of the area, in bytes
|
||||
param flags uint32 # Flags to apply to the created VMA
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user