Andy-Python-Programmer / aero

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.

Home Page:https://aero.andypy.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

error when compiling

emm312 opened this issue · comments

commented
  --> aero_kernel/src/main.rs:40:5
   |
40 |     box_syntax,
   |     ^^^^^^^^^^ feature has been removed
   |
   = note: replaced with `#[rustc_box]`

compiled with rustc 1.70.0-nightly (0c61c7a97 2023-03-25) on macos

fixed :)