Hackintosh long-term maintenance model EFI and installation tutorial
-
Updated
May 8, 2021 - Shell
the binary memory map describes only one space, starting with the physical address 0x00100000
process the rest of the memory map entries and describe them in a binary memory map
Add a description, image, and links to the bootloader topic page so that developers can more easily learn about it.
To associate your repository with the bootloader topic, visit your repo's landing page and select "manage topics."
Although a new inline assembly syntax
asm!
was announced in Rust on 2020/06/08[1], KRaBs still usesllvm_am!
.[1] New inline assembly syntax available in nightly
According to the blog, the
asm!
macro should be safer and easier to use. This is expected to become the mainstream of inline assembly in the future, so