summaryrefslogtreecommitdiff
path: root/stage1/main.asm
diff options
context:
space:
mode:
Diffstat (limited to 'stage1/main.asm')
-rw-r--r--stage1/main.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/stage1/main.asm b/stage1/main.asm
index e25b220..c51fc59 100644
--- a/stage1/main.asm
+++ b/stage1/main.asm
@@ -36,7 +36,7 @@ boot:
; jump into stage2
jmp KSTART
-.msg: db 10, 13, "nyax stage1", 10, 13, "boot drive: 0x", 0
+.msg: db 10, 13, "cuddles stage1", 10, 13, "boot drive: 0x", 0
load_stages:
mov ebx, .msg