Harvey-OS / harvey

A distributed operating system
https://harvey-os.org/
MIT License
1.44k stars 105 forks source link

Double size of literal string in linkers #1192

Closed gmacd closed 2 years ago

gmacd commented 2 years ago

This fixes a problem seen when building clock.c with 8l. Sometimes the literal would be 32 chars - not leaving enough space for the null. So let's just increase to 64 and be consistent across all linkers

Signed-off-by: Graham MacDonald grahamamacdonald@gmail.com