mirror of
https://github.com/ipxe/ipxe
synced 2025-12-17 01:52:08 +03:00
[linux] Add uaccess
Add user access API for linux. On linux userspace virtual == user == phys addresses. Physical addresses also being the same is wrong, but there is no general way of converting userspace addresses to physical as what appears to be contiguous in userspace is physically fragmented. Currently only the DMA memory is special-cased, but its conversion to bus addresses is done in phys_to_bus. This is known to break virtio as it is passing phys addresses to the virtual device. Signed-off-by: Piotr Jaroszyński <p.jaroszynski@gmail.com> Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
committed by
Michael Brown
parent
01a4c244db
commit
a320085750
@@ -9,6 +9,7 @@
|
||||
|
||||
#define CONSOLE_LINUX
|
||||
#define TIMER_LINUX
|
||||
#define UACCESS_LINUX
|
||||
|
||||
#define IMAGE_SCRIPT
|
||||
|
||||
|
||||
Reference in New Issue
Block a user