Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow kernel to be built with stable toolchain. #1926

Merged
merged 1 commit into from
Nov 20, 2024

Conversation

cbiffle
Copy link
Collaborator

@cbiffle cbiffle commented Nov 20, 2024

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.

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.
@cbiffle cbiffle force-pushed the cbiffle/kern-stable branch from 88e0465 to 3263ba3 Compare November 20, 2024 01:32
@cbiffle cbiffle enabled auto-merge (rebase) November 20, 2024 02:47
@cbiffle cbiffle merged commit 134b7d7 into oxidecomputer:master Nov 20, 2024
125 checks passed
@cbiffle cbiffle deleted the cbiffle/kern-stable branch December 14, 2024 00:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants