diff options
Diffstat (limited to 'core/localboot.inc')
-rw-r--r-- | core/localboot.inc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/core/localboot.inc b/core/localboot.inc index ae54737a..6709b3b4 100644 --- a/core/localboot.inc +++ b/core/localboot.inc @@ -31,6 +31,9 @@ local_boot: mov gs,dx mov si,localboot_msg call writestr + push ax + call cleanup_hardware + pop ax cmp ax,-1 je .int18 |