I just downloaded the latest "blog-code" and compilet it.
here is my error with rust version(rustc 1.90.0-nightly):
`error: invalid signature for extern "x86-interrupt" function
--> src\interrupts.rs:70:6
|
70 | ) -> ! {
| ^
|
= note: functions with the "custom" ABI cannot have a return type
help: remove the return type
--> src\interrupts.rs:70:6
|
70 | ) -> ! {
| ^
error: could not compile blog_os (lib) due to 1 previous error`