diff options
| author | Michal Idziorek <m.i@gmx.at> | 2014-09-05 02:36:33 +0200 |
|---|---|---|
| committer | Michal Idziorek <m.i@gmx.at> | 2014-09-05 02:36:33 +0200 |
| commit | b75c10c9d8c7405ba2f89724b485154d5201c404 (patch) | |
| tree | 6ce30784f4d7bbb5ca2a5cb636da7fa2186bee57 /Makefile | |
| parent | 467e19b262d435f1820539bc0c85ed4fa31b9687 (diff) | |
working on bootloaders (lba)
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
