From 50c7bdbe826b5b425748a11273d14e3aed2ce851 Mon Sep 17 00:00:00 2001 From: Michal Idziorek Date: Wed, 27 Aug 2014 03:20:16 +0200 Subject: many changes and adaptions and VESA mode !! --- bootloader/boot16.c | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 bootloader/boot16.c (limited to 'bootloader/boot16.c') diff --git a/bootloader/boot16.c b/bootloader/boot16.c new file mode 100644 index 0000000..a906858 --- /dev/null +++ b/bootloader/boot16.c @@ -0,0 +1,7 @@ +#ifdef TEST16 +asm(".code16"); +#endif + +int test(int x) { return x*2; } + + -- cgit v1.2.3