DOC HOME SITE MAP MAN PAGES GNU INFO SEARCH PRINT BOOK
 

NAME

seg - Display the memory segment structure

SYNOPSIS

seg address
segn address
segp address

DESCRIPTION

The seg macro takes one argument, the adress of a segment. It displays the segment information.

First run the proc macro and then the as macro and use the address in 'segs' as the argument to seg.

The segn and segp macros display all the memory segments.

Typical output looks like this:

  S> seg D129B0E0
  D129B0E0: base 08046000 size 2000 as D12959E0
                  next D12B8560 prev D129B080 data D129A568

  S> segn D129B0E0
    addr     base      end    size    as      data   physical
  D156EDA0 00000000 00000FFF 01000 D14A3740 D15176B4 12F4000
  D15D1880 08040000 08047FFF 08000 D14A3740 D165E848
  D151E680 08048000 08085FFF 3E000 D14A3740 D1546D68 2DE2000
  D151E320 08086000 0809EFFF 19000 D14A3740 D154CD8C 16B8000
  D151E340 0809F000 083C9FFF 32B000 D14A3740 D154CDB0 1C85000
  D1585100 80000000 80036FFF 37000 D14A3740 D1517C48 131E000
  D1510BA0 80037000 80038FFF 02000 D14A3740 D140726C 1CDE000
  D1510840 80039000 80039FFF 01000 D14A3740 D1510C90 1480000
  D15D1860 8003B000 8003BFFF 01000 D14A3740 D165E824 1785000
  D156F160 8003D000 80040FFF 04000 D14A3740 D1427CFC 2A02000
  D156F4C0 80041000 80042FFF 02000 D14A3740 D1548ED8 1CB2000

DEFINED IN

vm.k

SEE ALSO

as, proc

APPENDIX A: Alphabetic Index of Macros