X-Authentication-Warning: delorie.com: mailnull set sender to djgpp-bounces using -f From: "Meynard" Newsgroups: comp.os.msdos.djgpp Subject: bootloader Date: Thu, 27 Dec 2001 16:08:26 +0100 Organization: Wanadoo, l'internet avec France Telecom Lines: 15 Message-ID: NNTP-Posting-Host: anantes-101-1-4-88.abo.wanadoo.fr X-Trace: wanadoo.fr 1009465729 5196 217.128.83.88 (27 Dec 2001 15:08:49 GMT) X-Complaints-To: abuse AT wanadoo DOT fr NNTP-Posting-Date: 27 Dec 2001 15:08:49 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 I unpack kernel.zip package of Bill Curie, its ok but, 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 !!!