From a38a14f1c007bb17a2ba4a78649c3dd412c7999f Mon Sep 17 00:00:00 2001 From: Lizzy Fleckenstein Date: Sun, 10 Dec 2023 17:01:57 +0100 Subject: rename to cuddles everywhere --- stage1/main.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'stage1') 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 -- cgit v1.2.3