summaryrefslogtreecommitdiff
path: root/bootloader
diff options
context:
space:
mode:
authorMichal Idziorek <m.i@gmx.at>2014-08-27 03:20:16 +0200
committerMichal Idziorek <m.i@gmx.at>2014-08-27 03:20:16 +0200
commit50c7bdbe826b5b425748a11273d14e3aed2ce851 (patch)
tree8fc2bec5576aad366b6f9f3f1fcc406f6a3eeb33 /bootloader
parentfc7022286a14e7325907fb4e77aa44330037229b (diff)
many changes and adaptions and VESA mode !!
Diffstat (limited to 'bootloader')
-rwxr-xr-xbootloader/boot.binbin0 -> 68 bytes
-rw-r--r--bootloader/boot.obin0 -> 848 bytes
-rwxr-xr-xbootloader/boot16.binbin0 -> 72 bytes
-rw-r--r--bootloader/boot16.c7
-rw-r--r--bootloader/boot16.obin0 -> 852 bytes
5 files changed, 7 insertions, 0 deletions
diff --git a/bootloader/boot.bin b/bootloader/boot.bin
new file mode 100755
index 0000000..6c24d16
--- /dev/null
+++ b/bootloader/boot.bin
Binary files differ
diff --git a/bootloader/boot.o b/bootloader/boot.o
new file mode 100644
index 0000000..6d64850
--- /dev/null
+++ b/bootloader/boot.o
Binary files differ
diff --git a/bootloader/boot16.bin b/bootloader/boot16.bin
new file mode 100755
index 0000000..bde368e
--- /dev/null
+++ b/bootloader/boot16.bin
Binary files differ
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; }
+
+
diff --git a/bootloader/boot16.o b/bootloader/boot16.o
new file mode 100644
index 0000000..b40786d
--- /dev/null
+++ b/bootloader/boot16.o
Binary files differ