mirror of
https://github.com/phil-opp/blog_os.git
synced 2025-12-16 22:37:49 +00:00
Update post-09 code for changes in x86_64 0.5.0
This commit is contained in:
@@ -58,7 +58,7 @@ extern "x86-interrupt" fn breakpoint_handler(stack_frame: &mut InterruptStackFra
|
|||||||
}
|
}
|
||||||
|
|
||||||
extern "x86-interrupt" fn page_fault_handler(
|
extern "x86-interrupt" fn page_fault_handler(
|
||||||
stack_frame: &mut ExceptionStackFrame,
|
stack_frame: &mut InterruptStackFrame,
|
||||||
_error_code: PageFaultErrorCode,
|
_error_code: PageFaultErrorCode,
|
||||||
) {
|
) {
|
||||||
use crate::hlt_loop;
|
use crate::hlt_loop;
|
||||||
|
|||||||
Reference in New Issue
Block a user