From 3f6bb8a0cab3b1f9a9bad21c75fdba95227d0c2c Mon Sep 17 00:00:00 2001 From: Kartik Agaram Date: Sun, 20 Dec 2020 20:38:29 -0800 Subject: 7362 I hadn't noticed that bochs was getting into a reset loop after executing my code correctly. Fix that. --- apps/bos/32bit.hex | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/bos/32bit.hex b/apps/bos/32bit.hex index 8b396fcd..e05ebf0a 100644 --- a/apps/bos/32bit.hex +++ b/apps/bos/32bit.hex @@ -94,10 +94,10 @@ c7 # opcode 0f # white on black 00 00 -e9 fd ff # loop forever +e9 fb ff ff ff # loop forever # more padding to 512 bytes - 00 00 00 + 00 # 80: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 -- cgit 1.4.1-2-gfad0