twizzler-operating-system / twizzler

The Twizzler Operating System
BSD 3-Clause "New" or "Revised" License
62 stars 13 forks source link

Implement first-pass of reference runtime. #147

Closed dbittman closed 8 months ago

dbittman commented 9 months ago

This PR continues this fun chain by implementing a lot of the stubs needed for the reference runtime to be able to compile and link, along with just enough functionality for it to start up and manage to call a main function. This PR does not yet hook it up to anything real, however.