Skip to content

Commit

Permalink
Allow kernel to be built with stable toolchain.
Browse files Browse the repository at this point in the history
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
cbiffle committed Nov 20, 2024
1 parent a842b3c commit 927afb8
Show file tree
Hide file tree
Showing 2 changed files with 349 additions and 381 deletions.
Loading

0 comments on commit 927afb8

Please sign in to comment.