Hi!

31-Янв-2005 04:08 [EMAIL PROTECTED] (Kenneth Davis) wrote to
[EMAIL PROTECTED]:

KD> +++ kernel.asm      31 Jan 2005 04:08:39 -0000      1.54.2.1
KD>                  global  _nblkdev
KD>  _nblkdev        db      0               ; 0020 number of block devices
KD> +                                        ;      should match # of DPBs

_nblkdev        db      0               ; 0020 number of block devices,
                                        ;      also size of DPBs array

KD>  _lastdrive      db      0               ; 0021 value of last drive
KD> +                                        ;      ie max logical drives,
KD> should match # of CDSs

_lastdrive      db      0               ; 0021 value of last drive,
                                        ;      also size of CDSs array




-------------------------------------------------------
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag-&-drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
_______________________________________________
Freedos-kernel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freedos-kernel

Reply via email to