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