1
0
Fork 0
mirror of https://gitlab.com/bztsrc/bootboot.git synced 2023-02-13 20:54:32 -05:00

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;