summaryrefslogtreecommitdiff
path: root/reboot.asm
diff options
context:
space:
mode:
Diffstat (limited to 'reboot.asm')
-rw-r--r--reboot.asm6
1 files changed, 0 insertions, 6 deletions
diff --git a/reboot.asm b/reboot.asm
index 61bda60..4b0363c 100644
--- a/reboot.asm
+++ b/reboot.asm
@@ -6,10 +6,6 @@ CODE segment byte
org 100h
BEGIN:
- jmp go
- db '/ REBOOT 2001 (c) DreamDemon /'
-
-go:
;; -------- Very beginning --------
push CS
pop DS
@@ -67,7 +63,5 @@ Loop4: loop Loop4
db 0EAh, 00, 00, 0ffh, 0ffh
-text db 'Stand by...$'
-
CODE ends
end BEGIN