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:
parent
47c01213e5
commit
1793d99368
3 changed files with 6 additions and 0 deletions
|
@ -28,6 +28,8 @@
|
|||
*
|
||||
*/
|
||||
|
||||
ENTRY(_start)
|
||||
|
||||
mmio = 0xfffffffff8000000; /* these are configurable for level 2 loaders */
|
||||
fb = 0xfffffffffc000000;
|
||||
bootboot = 0xffffffffffe00000;
|
||||
|
|
|
@ -28,6 +28,8 @@
|
|||
*
|
||||
*/
|
||||
|
||||
ENTRY(_start)
|
||||
|
||||
mmio = 0xfffffffff8000000; /* these are configurable for level 2 loaders */
|
||||
fb = 0xfffffffffc000000;
|
||||
bootboot = 0xffffffffffe00000;
|
||||
|
|
|
@ -28,6 +28,8 @@
|
|||
*
|
||||
*/
|
||||
|
||||
ENTRY(_start)
|
||||
|
||||
mmio = 0xfffffffff8000000; /* these are configurable for level 2 loaders */
|
||||
fb = 0xfffffffffc000000;
|
||||
bootboot = 0xffffffffffe00000;
|
||||
|
|
Loading…
Reference in a new issue