robert-w-gries / rxinu

Rust implementation of Xinu educational operating system
Apache License 2.0
34 stars 4 forks source link

Switch to Rust bootloader #60

Closed robert-w-gries closed 6 years ago

robert-w-gries commented 6 years ago

This change will break i686 support as the new bootloader is meant for x86_64 targets. However, this is a necessary change because it simplifies the workflow and codebase.

TODO

The following items need to be completed before merging:

robert-w-gries commented 6 years ago

Latest commit fixes #61