Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow kernel to be built with stable toolchain.
The only nightly feature still used in the kernel is `#[naked]` on functions. This can be replaced with careful use of `global_asm!` to create functions in pure assembly language. With this change, the kernel builds and works on stable 1.82.0 using my out-of-tree build system.
- Loading branch information