Added working macbook m1 config

This commit is contained in:
Aleksandr Lebedev 2024-11-20 23:18:12 +01:00
parent 753d9c0e96
commit 6ffdf4a0ee
33 changed files with 9639 additions and 46 deletions

View file

@ -0,0 +1,12 @@
diff --git a/rust/kernel/lib.rs b/rust/kernel/lib.rs
index f56e077b8f53..5e0625b41dad 100644
--- a/rust/kernel/lib.rs
+++ b/rust/kernel/lib.rs
@@ -23,6 +23,7 @@
#![feature(type_alias_impl_trait)]
#![feature(unsize)]
#![warn(clippy::undocumented_unsafe_blocks)]
+#![feature(box_uninit_write)]
// Ensure conditional compilation based on the kernel configuration works;
// otherwise we may silently break things like initcall handling.