summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMichal Idziorek <m.i@gmx.at>2014-09-05 02:36:33 +0200
committerMichal Idziorek <m.i@gmx.at>2014-09-05 02:36:33 +0200
commitb75c10c9d8c7405ba2f89724b485154d5201c404 (patch)
tree6ce30784f4d7bbb5ca2a5cb636da7fa2186bee57 /Makefile
parent467e19b262d435f1820539bc0c85ed4fa31b9687 (diff)
working on bootloaders (lba)
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index f12c36f..a039991 100644
--- a/Makefile
+++ b/Makefile
@@ -13,7 +13,7 @@
############ some constants ############
-USB_STICK=/dev/sdg #take care!
+USB_STICK=/dev/sdf #take care!
#here our kernel will be loaded by the bootloader.
KERNEL_START=0x10000