cheat-engine/dbvm/vmloader/kernel.lnk
2018-02-20 13:08:24 +01:00

15 lines
180 B
Text
Executable file

OUTPUT_FORMAT("elf32-i386")
ENTRY(amain)
SECTIONS
{
.text 0x30000 : {
*(.text)
}
.data 0x30000 : {
*(.data)
}
.bss :
{
*(.bss)
}
}