Салям!

6-Мар-2005 16:12 [EMAIL PROTECTED] (Kenneth Davis) wrote to
[EMAIL PROTECTED]:

> insure bpb_huge is initialized (zeroed) [merge from dev kernel]
> +++ initdisk.c        6 Mar 2005 16:12:34 -0000       1.35
> @@ -603,12 +603,15 @@
> +  if (pEntry->NumSect <= 0xffff)
> +  {
>      pddt->ddt_defbpb.bpb_nsize = (UWORD) (pEntry->NumSect);

  if (hiword (pEntry->NumSect) == 0)
  {
    pddt->ddt_defbpb.bpb_nsize = loword (pEntry->NumSect);




-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_ide95&alloc_id396&op=click
_______________________________________________
Freedos-kernel mailing list
Freedos-kernel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-kernel

Reply via email to