X-Git-Url: http://gitweb.hachti.de/?p=h316.git;a=blobdiff_plain;f=pc-tools%2Fboot-maker%2Fmain.c;fp=pc-tools%2Fboot-maker%2Fmain.c;h=0ac9f31dc5ea399b2e50c0d5709d145d4cf9213b;hp=721efaec6f3bcc3a9a3766ed05077eadd4b59dc0;hb=52147402c19a69c9774bb256420a16233043d3fe;hpb=4ad624fd6d8bf4db02fe531b51f363ba9d89707e diff --git a/pc-tools/boot-maker/main.c b/pc-tools/boot-maker/main.c index 721efae..0ac9f31 100644 --- a/pc-tools/boot-maker/main.c +++ b/pc-tools/boot-maker/main.c @@ -1,11 +1,10 @@ #include - +#include void output(unsigned short * data){ int c; char zero=0; unsigned char first_word=020; - unsigned short akt=0; for (c=0; c<100; c++) write (1,&zero,1); write (1,&first_word,1); // Anfangsadresse ausgeben c=020;