sleiderr / fzkernel

Pure rust bootloader
GNU General Public License v3.0
4 stars 1 forks source link

refactor: file structure #39

Closed sleiderr closed 1 year ago

sleiderr commented 1 year ago

Changed the file structure to the following:

This eliminates the separation between a "library" (that did not look like a library anymore), and 3 crates for each boot stage. Instead, there is one main code folder, in which the crates for each boot stage are embedded. Exported code (abstraction built on top of direct hardware access) lies in the fzboot folder.