Aero is a new modern, experimental, UNIX-like operating system following the monolithic kernel design. Supporting modern PC features such as long mode, 5-level paging, and SMP (multicore), to name a few.
error: the feature `lang_items` is internal to the compiler or standard library
--> aero_kernel/src/main.rs:31:5
|
31 | lang_items, // No tracking issue
| ^^^^^^^^^^
|
= note: using it is strongly discouraged
= note: `#[deny(internal_features)]` on by default
error: the feature `prelude_import` is internal to the compiler or standard library
--> aero_kernel/src/main.rs:39:5
|
39 | prelude_import, // No tracking issue
| ^^^^^^^^^^^^^^
|
= note: using it is strongly discouraged
rustc 1.73.0-nightly (08d00b40a 2023-08-09)
./aero.py