All Packages  This Package  Class Hierarchy  Class Search  Index

Class bmsi.edx.MapEntry
java.lang.Object
   |
   +----bmsi.edx.MapEntry

  Summary

public class  MapEntry
     extends java.lang.Object
{
          // Fields 6
     public static final byte DATA;
     public static final byte FREE;
     public static final byte PROG;
     public final char ldpt;
     public final short size;
     public final byte type;

}

An entry in an edx memory map.


  Cross Reference

Returned By:
EDX.getPartitionMap()





  Fields

· FREE

Summary  |  Top
   public static final byte FREE

The entry is available for allocation.


· PROG

Summary  |  Top
   public static final byte PROG

The entry is occupied by an EDX program.


· DATA

Summary  |  Top
   public static final byte DATA

The entry is allocated as an EDX data area.


· type

Summary  |  Top
   public final byte type

The type of entry. One of FREE, PROG, or DATA.


· ldpt

Summary  |  Top
   public final char ldpt

The starting EDX address of the entry.


· size

Summary  |  Top
   public final short size

The size of the entry in 256 byte pages.


All Packages  This Package  Class Hierarchy  Class Search  Index
Freshly brewed Java API Documentation automatically generated with polardoc Version 1.0.7