harec

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit fb4d65a0ad488d710152ba862987aaf219ace403
parent 6e49ee66e1e32a85a40dbd96eb632882ee235b21
Author: Drew DeVault <sir@cmpwn.com>
Date:   Sun, 24 Oct 2021 10:27:59 +0200

rt: add ENTRY to hare.sc

Signed-off-by: Drew DeVault <sir@cmpwn.com>

Diffstat:
Mrt/hare.sc | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/rt/hare.sc b/rt/hare.sc @@ -3,6 +3,7 @@ PHDRS { text PT_LOAD FILEHDR PHDRS; data PT_LOAD; } +ENTRY(_start); SECTIONS { . = 0x10000; .text : {