diff options
| author | Michal Idziorek <m.i@gmx.at> | 2014-08-27 11:43:04 +0200 |
|---|---|---|
| committer | Michal Idziorek <m.i@gmx.at> | 2014-08-27 11:43:04 +0200 |
| commit | ced08dbfa11aee29a2f6f6801de243f4a160e5a1 (patch) | |
| tree | a216b80d81649f6abad067284523397732387b9f /bootloader/boot16.c | |
| parent | 2b194b83286424408694bd9b230b816736fd6c5f (diff) | |
removed some garbage
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; } - - |
