Skip to content

Commit

Permalink
output
Browse files Browse the repository at this point in the history
  • Loading branch information
mkroening committed Dec 9, 2024
1 parent f7e23ae commit bcb3d80
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/arch/x86_64/entry_fc.s
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@
.align 8
.global _start
_start:
mov dx, 0x3F8
mov al, 'A'
out dx, al
mov al, '\n'
out dx, al
cli # avoid any interrupt

# Initialize stack pointer
Expand Down

0 comments on commit bcb3d80

Please sign in to comment.