From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tommy McCabe Subject: Re: Bugs (and some fixes) Date: Mon, 12 Apr 2004 14:31:25 -0700 (PDT) Sender: linux-8086-owner@vger.kernel.org Message-ID: <20040412213125.21798.qmail@web11704.mail.yahoo.com> Mime-Version: 1.0 Return-path: List-Id: Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-8086@vger.kernel.org --- Tommy McCabe wrote: > > --- Alan Cox wrote: > > On Llu, 2004-04-12 at 15:19, Tommy McCabe wrote: > > > The linker won't link any code segments larger > > than > > > 64KB. (Fix: Use a different compiler, maybe the > > one > > > from FreeDOS or Minix) > > > > Processor limit. > > Compiler/memory model limit. > If code is... and data is... Use this model... > under 64KB under 64KB Small (-ms) or Tiny > (-mt) > over 64KB under 64KB Medium (-mm) > under 64KB over 64KB Compact (-mc) > over 64KB over 64KB Large (-ml) > > Reference: > http://www.digitalmars.com/ctg/ctgMemoryModel.html > > > > > > > > > The kernel prints out lots of 0's mixed in with > > the > > > boot messages on bootup. (Fix: Remove the single > > > quotes around the 0 in line 139 of > > > elks/kernel/printk.c) > > > > You should probably check any fixes you make into > > the tree > > btw as I think its otherwise dead. > > Huh? I don't have developer access. > > > - > > To unsubscribe from this list: send the line > > "unsubscribe linux-8086" in > > the body of a message to majordomo@vger.kernel.org > > More majordomo info at > http://vger.kernel.org/majordomo-info.html > > > __________________________________ > Do you Yahoo!? > Yahoo! Tax Center - File online by April 15th > http://taxes.yahoo.com/filing.html > __________________________________ Do you Yahoo!? Yahoo! Tax Center - File online by April 15th http://taxes.yahoo.com/filing.html