repo.or.cz
/
thunix.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Clean up the warning messages
[thunix.git]
/
test
/
boot.s_a_char_os
blob
f6f28a2f6f044c859cea01ab450c3116095cc443
1
#
2
# Print A char 'a'
3
#
4
movb $0x0e, %ah
5
movb $0x61, %al
6
movb $0x0f, %bh
7
movb $0x00, %bl
8
int $0x10
9
10
hang:
11
jmp hang
12
13
.org 0x1fe, 0x90
14
.word 0xaa55 # bootsector flag