Added ENTRY() to linker scripts

This commit is contained in:
bzt 2023-01-06 19:13:45 +01:00
parent 47c01213e5
commit 1793d99368
3 changed files with 6 additions and 0 deletions

View File

@ -28,6 +28,8 @@
*
*/
ENTRY(_start)
mmio = 0xfffffffff8000000; /* these are configurable for level 2 loaders */
fb = 0xfffffffffc000000;
bootboot = 0xffffffffffe00000;

View File

@ -28,6 +28,8 @@
*
*/
ENTRY(_start)
mmio = 0xfffffffff8000000; /* these are configurable for level 2 loaders */
fb = 0xfffffffffc000000;
bootboot = 0xffffffffffe00000;

View File

@ -28,6 +28,8 @@
*
*/
ENTRY(_start)
mmio = 0xfffffffff8000000; /* these are configurable for level 2 loaders */
fb = 0xfffffffffc000000;
bootboot = 0xffffffffffe00000;