sos-os / kernel

The Stupid Operating System
Apache License 2.0
264 stars 17 forks source link

Can the boot module be no_core? #97

Closed hawkw closed 7 years ago

hawkw commented 7 years ago

It would be nice to not have to link a 32-bit libcore into the kernel object (which I'm assuming happens?)

hawkw commented 7 years ago

Never mind, we're using convert and iterators and it would be a pain to write without them, and stripping the kernel binary should remove all the 32-bit core we're not using.