cheat-engine/dbvm/vmloader/kernel.lnk
2012-01-29 10:19:39 +00:00

15 lines
176 B
Text
Executable file

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