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