[size=-1][Duplicate thread removed -- mod][/size]
What is the memmap equivalent of Linux inFreebsd. FreeBSD?
In Linux memmap is used to reserve a portion of physical memory. This is used as a kernel boot argument. E.g.: memmap=2G$1G will reserve 1[ ]GB memory above 2[ ]GB in[ ] case I have 3[ ]GB RAM. This 1[ ]GB reserved memory is not visible to the OS, however this 1[ ]GB can be used using iorema. How can I reserve memory inFreebsd FreeBSD and later use it, i.e memmap and ioremap equivalent?
What is the memmap equivalent of Linux in
In Linux memmap is used to reserve a portion of physical memory. This is used as a kernel boot argument. E.g.: memmap=2G$1G will reserve 1[ ]GB memory above 2[ ]GB in[ ] case I have 3[ ]GB RAM. This 1[ ]GB reserved memory is not visible to the OS, however this 1[ ]GB can be used using iorema. How can I reserve memory in