summaryrefslogtreecommitdiff
path: root/stage1/main.asm
diff options
context:
space:
mode:
authorLizzy Fleckenstein <lizzy@vlhl.dev>2023-12-10 17:01:57 +0100
committerLizzy Fleckenstein <lizzy@vlhl.dev>2023-12-10 17:01:57 +0100
commita38a14f1c007bb17a2ba4a78649c3dd412c7999f (patch)
tree6f9111e9c8a3857775b249b8fbd8319000f1c398 /stage1/main.asm
parenta0dbd2d509bd412af1441d3874f64501a0943047 (diff)
downloadcuddles-a38a14f1c007bb17a2ba4a78649c3dd412c7999f.tar.xz
rename to cuddles everywhere
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