diff options
Diffstat (limited to 'bootloader/boot16.c')
| -rw-r--r-- | bootloader/boot16.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/bootloader/boot16.c b/bootloader/boot16.c deleted file mode 100644 index a906858..0000000 --- a/bootloader/boot16.c +++ /dev/null @@ -1,7 +0,0 @@ -#ifdef TEST16 -asm(".code16"); -#endif - -int test(int x) { return x*2; } - - |
