rust-os icon indicating copy to clipboard operation
rust-os copied to clipboard

Fixed some issues that lead to compile errors

Open h4sh5 opened this issue 4 years ago • 0 comments

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)

h4sh5 avatar Jan 15 '22 12:01 h4sh5