📄 freeldr_base64k.rbuild
字号:
<module name="freeldr_base64k" type="objectlibrary">
<include base="freeldr_base64k">include</include>
<include base="ntoskrnl">include</include>
<define name="__USE_W32API" />
<define name="_NTHAL_" />
<compilerflag>-ffreestanding</compilerflag>
<compilerflag>-fno-builtin</compilerflag>
<compilerflag>-fno-inline</compilerflag>
<compilerflag>-fno-zero-initialized-in-bss</compilerflag>
<compilerflag>-Os</compilerflag>
<directory name="arch">
<if property="ARCH" value="i386">
<directory name="i386">
<file>boot.S</file>
<file>drvmap.S</file>
<file>i386cpu.S</file>
<file>i386idt.S</file>
<file>i386pnp.S</file>
<file>i386trap.S</file>
<file>int386.S</file>
<file>linux.S</file>
<file>mb.S</file>
</directory>
</if>
</directory>
</module>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -