Annotation of 3BSD/sys/h/page.m, revision 1.1

1.1     ! root        1: #
        !             2: #      page.m  2.1     1/5/80
        !             3: #
        !             4: #
        !             5: # VAX page table entry
        !             6: #
        !             7: 
        !             8:        .set    PG_PFNUM,0x1fffff
        !             9:        .set    PG_M,0x4000000
        !            10:        .set    PG_PROT,0x78000000
        !            11:        .set    PG_V,0x80000000
        !            12: 
        !            13:        .set    PG_NOACC,0
        !            14:        .set    PG_KR,0x18000000
        !            15:        .set    PG_KW,0x10000000
        !            16:        .set    PG_UW,0x20000000
        !            17:        .set    PGURKW,0x60000000
        !            18:        .set    PG_URKR,0x78000000

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.