index
:
miguel/fool-os.git
master
[no description]
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
bootloader
/
boot16.c
blob: a9068582d0554233944363e115e5a1f7cce331cc (
plain
)
1
2
3
4
5
6
7
#ifdef TEST16 asm(".code16"); #endif int test(int x) { return x*2; }