Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

NetBSD master CVS tree commits



thorpej
Wed Apr 16 14:12:30 PDT 1997
Update of /cvsroot/src/sys/arch/powerpc/include
In directory netbsd1:/var/slash-tmp/cvs-serv3183

Added Files:
        machine_type.h 
Log Message:
Machine-type tags used to communicate the type of system we're running
on to the kernel.  The boot program passes a boot args string plus
additional information like so:

        /pci/scsi@3/disk@0,0:1/netbsd -s<NUL><esym><tag>

The post-<NUL> values are:

        <esym>  end of the kernel symbol table (32-bits) 

        <tag>   machine type tag (32-bits) 


thorpej
Wed Apr 16 14:16:27 PDT 1997
Update of /cvsroot/src/sys/arch/powerpc/powerpc
In directory netbsd1:/var/slash-tmp/cvs-serv3951

Added Files:
        genassym.cf 
Removed Files:
        genassym.c 
Log Message:
Use genassym.sh to facilitate cross-compiling.


thorpej
Wed Apr 16 14:19:01 PDT 1997
Update of /cvsroot/src/sys/arch/powerpc/powerpc
In directory netbsd1:/var/slash-tmp/cvs-serv4001

Added Files:
        ofwmagic.S 
Log Message:
Special Magick note section interpreted by OpenFirmware to set various
parameters.  Shared by kernel and OpenFirmware boot program.




Home | Main Index | Thread Index | Old Index