diff options
Diffstat (limited to 'rt/hare.sc')
| -rw-r--r-- | rt/hare.sc | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -20,6 +20,8 @@ SECTIONS { . += 4096; _p1 = .; . += 4096; + _ws = .; + . += 512; . = 0x7c00; stack_top = .; |
![]() |
index : hboot | |
| A simple x86_64 bootloader for learning purposes |
| summaryrefslogtreecommitdiff |
| -rw-r--r-- | rt/hare.sc | 2 |
@@ -20,6 +20,8 @@ SECTIONS { . += 4096; _p1 = .; . += 4096; + _ws = .; + . += 512; . = 0x7c00; stack_top = .; |