Note on adding stage1 to an image.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@23228 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
François Revol 2008-01-03 00:44:41 +00:00
parent c9bfddbe98
commit 943cbec3f3
1 changed files with 5 additions and 0 deletions

View File

@ -30,6 +30,11 @@
* Compile via:
* generated.m68k/cross-tools/bin/m68k-unknown-haiku-gcc -nostdlib -fpic -c -o stage1.o src/system/boot/platform/atari_m68k/stage1.S
* generated.m68k/cross-tools/bin/m68k-unknown-haiku-objcopy -O binary stage1.o stage1
*
* Add to image:
* dd conv=notrunc if=haiku/trunk/stage1 of=em-20-200.swapped.hd bs=1 count=30
* set bootable:
* echo -en '\x12\x34' | dd conv=notrunc seek=510 bs=1 count=2 of=em-20-200.swapped.hd
*/
#include "toscalls.h"