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.
https://aero.andypy.dev
GNU General Public License v3.0
1.16k stars 48 forks source link

error when compiling #96

Closed emm312 closed 1 year ago

emm312 commented 1 year ago
  --> 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

Andy-Python-Programmer commented 1 year ago

fixed :)