From 2e33a06582e847ed24fa28fa55c20405d8d4e760 Mon Sep 17 00:00:00 2001 From: zdrmonster1 <37600325+guest123guest@users.noreply.github.com> Date: Sat, 9 Feb 2019 13:20:59 -0600 Subject: [PATCH] Update bootcode.boot --- bootcode.boot | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bootcode.boot b/bootcode.boot index 0768f67..1a6a3e7 100644 --- a/bootcode.boot +++ b/bootcode.boot @@ -1,4 +1,4 @@ -Lookfor c:\windows\system32\boot.asm +Lookfor "c:\boot.asm" orelse -print "BOOT FILE IS MISSING" +print "BOOT.ASM IS MISSING" print "SYSTEM HALTED"