Skip to content

Commit 4fd1677

Browse files
committed
asm: Remove Serial debug statements
This approch doesn't scale to our other ASM code and it clutters the output. Signed-off-by: Joe Richey <joerichey@google.com>
1 parent adae9ad commit 4fd1677

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/asm/ram64.s

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,6 @@
33
.code64
44

55
ram64_start:
6-
# Indicate (via serial) that we are in long/64-bit mode
7-
movw $0x3f8, %dx
8-
movb $'L', %al
9-
outb %al, %dx
10-
116
# Setup the stack (at the end of our RAM region)
127
movq $ram_max, %rsp
138

0 commit comments

Comments
 (0)