Annotation of researchv10no/cmd/adb/null/mchsys.c, revision 1.1

1.1     ! root        1: /*
        !             2:  * system-mode mapping
        !             3:  * stub version
        !             4:  */
        !             5: 
        !             6: #include "defs.h"
        !             7: 
        !             8: kmsys()
        !             9: {
        !            10: 
        !            11:        printf("no sys map\n");
        !            12: }
        !            13: 
        !            14: kmproc()
        !            15: {
        !            16: 
        !            17:        printf("no sys map\n");
        !            18: }
        !            19: 
        !            20: /*
        !            21:  * map a kernel address to a physical address
        !            22:  * arg is a pointer to be filled in
        !            23:  * returns nonzero if address is valid
        !            24:  */
        !            25: 
        !            26: int
        !            27: kmap(paddr, sp)
        !            28: ADDR *paddr;
        !            29: {
        !            30: 
        !            31:        return (1);
        !            32: }

unix.superglobalmegacorp.com

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