mirror of
https://github.com/usatiuk/ficus.git
synced 2025-10-29 00:27:52 +01:00
fix linker entry
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
OUTPUT_FORMAT("binary")
|
||||
OUTPUT_ARCH(i386:x86-64)
|
||||
|
||||
ENTRY(start)
|
||||
ENTRY(_start)
|
||||
phys = 0x00020000;
|
||||
SECTIONS
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user