aboutsummaryrefslogtreecommitdiff
path: root/bbl
diff options
context:
space:
mode:
Diffstat (limited to 'bbl')
-rw-r--r--bbl/bbl.lds10
1 files changed, 10 insertions, 0 deletions
diff --git a/bbl/bbl.lds b/bbl/bbl.lds
index c06aa13..6833e47 100644
--- a/bbl/bbl.lds
+++ b/bbl/bbl.lds
@@ -41,6 +41,16 @@ SECTIONS
_etext = .;
/*--------------------------------------------------------------------*/
+ /* HTIF, isolated onto separate page */
+ /*--------------------------------------------------------------------*/
+ . = ALIGN(0x1000);
+ htif :
+ {
+ *(htif)
+ }
+ . = ALIGN(0x1000);
+
+ /*--------------------------------------------------------------------*/
/* Initialized data segment */
/*--------------------------------------------------------------------*/