Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在 Mosa IL 编译器中创建使用时,我需要指定 EXE 文件中的部分和内存的对齐方式是什么?
谢谢。
它通常与页面大小相同,大多数 CPU 为 4K。
PE 文件中的部分必须在 4k 边界上对齐。
您可以像这样正确地使用 MOSA 编译器:
mosacl.exe -a=x86 -f=PE --pe-file-alignment=4096 --map=hello.map -b=mb0.7 -o hello.exe