qemu
FORK: QEMU emulator
git clone
https://git.neptards.moe/neptards/qemu.git
Log
|
Files
|
Refs
|
Submodules
|
LICENSE
flat.lds (70B)
1
SECTIONS
2
{
3
. = 0;
4
.text : { *(.text) *(.text.$) }
5
}
6
ENTRY(_start)