You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 3, 2019. It is now read-only.
This means that we no longer have version mismatches (provided that the kernel uses the re-export and not the os_bootinfo crate directly). This means that we can drop the VERSION constant and the repr(C) requirement of the BootInfo struct.
The question is whether we want to do this. It would bound the bootloader to Rust kernels. It would also be a backwards compatibility hazard because there might be still kernels that use os_bootinfo directly.
The text was updated successfully, but these errors were encountered:
This means that we no longer have version mismatches (provided that the kernel uses the re-export and not the
os_bootinfo
crate directly). This means that we can drop theVERSION
constant and therepr(C)
requirement of theBootInfo
struct.The question is whether we want to do this. It would bound the bootloader to Rust kernels. It would also be a backwards compatibility hazard because there might be still kernels that use
os_bootinfo
directly.The text was updated successfully, but these errors were encountered: