rust-os
rust-os copied to clipboard
Fixed some issues that lead to compile errors
There were few errors during make run due to new nightly changes in rust. Also version bumped some stuff.
Major Errors fixed:
expected struct x86_64::VirtAddr, found u64 in interrupts.src
rbx is used internally by LLVM and cannot be used as an operand for inline asm" in syscalls.rs
named inline asm labels no longer allowed
tested on rustc 1.59.0-nightly (0b42deacc 2021-12-09)