From: Brian P. <br...@sg...> - 2002-07-29 02:57:04
|
Thank you, I will commit this fix shortly. Brian > -----Original Message----- > From: rea...@li... [mailto:reactos-kernel- > ad...@li...] On Behalf Of Mike Lerwill > Sent: Sunday, July 28, 2002 8:48 AM > To: Ros-Kernel > Subject: [ros-kernel] Minor problem with freeldr > > Having recently changed the size of my disk (I use bochs for testing) I > started having problems booting. > > I traced this to the function GetFatEntry16 in fathelp.asm. When the > cluster > number being looked up was greater than 0x7fff the calculation of the > amount > to add to the 7000 segment base was incorrect. the statement read > > shl dx,0fh (Shift left by 15 bits) > > and should have been > > shl dx,12 (Shift left by 12 bits) > > I have tested this and confirmed that it has fixed my problems. > > regards > > Mike Lerwill > > > > > ------------------------------------------------------- > This sf.net email is sponsored by:ThinkGeek > Welcome to geek heaven. > http://thinkgeek.com/sf > _______________________________________________ > reactos-kernel mailing list > rea...@li... > https://lists.sourceforge.net/lists/listinfo/reactos-kernel |