X-Authentication-Warning: delorie.com: mailnull set sender to djgpp-bounces using -f From: "Meynard" Newsgroups: comp.os.msdos.djgpp Subject: Re: bootloader Date: Thu, 20 Dec 2001 08:51:37 +0100 Organization: Wanadoo, l'internet avec France Telecom Lines: 23 Message-ID: <9vs5ak$arf$1@wanadoo.fr> References: <9vqigk$f43$1 AT wanadoo DOT fr> <20011219200855 DOT A25983 AT kendall DOT sfbr DOT org> NNTP-Posting-Host: anantes-101-1-3-189.abo.wanadoo.fr X-Trace: wanadoo.fr 1008834708 11119 217.128.66.189 (20 Dec 2001 07:51:48 GMT) X-Complaints-To: abuse AT wanadoo DOT fr NNTP-Posting-Date: 20 Dec 2001 07:51:48 GMT X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.00.2615.200 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2615.200 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com JT Williams a écrit dans le message : 20011219200855 DOT A25983 AT kendall DOT sfbr DOT org... > -: Where can I found the file kernel2.zip : the coff boot loader package by > -: Bill Currie > -: There is no response to www.abwillms.demon.co.uk/prog/ > -: Or another boot loader. > > www.taniwha.org So, When I compile kernel I have the follow error: "as -o init.o init.s init.s : Assembler messages: init.s:128: Error: Values of -326 too large for field of 1 bytes at 0x145 make.exe: *** [init.o] Error 1" And in the file init.s in line 128, I have : "jcxz 0" I used djgpp2.01 and I try with djgpp2.03 with the same error. Can you help me !!!