repo.or.cz
/
syslinux.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
xfs: Make sure that the dinode is read with success
[syslinux.git]
/
modules
/
int18.asm
blob
a13ada7566a60639f9172101bcd82a9f63879b35
1
bits
16
2
org
100h
3
_start:
4
mov
ax
,
5
5
int
22h
6
mov
ah
,
09h
7
mov
dx
,
msg
8
int
21h
9
mov
ax
,
000
Ch
10
xor
dx
,
dx
11
int
22h
12
int
18h
13
jmp
0F000h:
0
FFF0h
; INT 18h should not return...
14
15
section
.data
16
msg:
db
'Local boot via INT 18...'
,
13
,
10
,
'$'