NetBSD/sys/arch/pica
jonathan d76659a9c6 Update Pica machdep.c and locore.S to work with new, "merged" machdep.h:
* Add a MIPS-I (r3000) exception handler to the Pica locore.S.
      Change the names of the masks used to extract the exception code
      to the new MIPS_xxx names.
    *  Rename the vector code from MachException() to
      mips_r4000_exception, in both locore and in the init_main()
      code that copies it from locore to the exception vector locations.

    * Change the locore and C code to use the new MIPS_SR_INT_IE
      name for the Status register master interrupt-enable bit.

Similar changes to the pmax equivalents are in progress.
1996-03-28 12:50:37 +00:00
..
compile
conf Update Pica kernel configuration (files.pica, std.pica) and the default 1996-03-27 11:02:19 +00:00
dev Remove lint from pica kernel to compile with -Werror: 1996-03-28 12:26:31 +00:00
include Remove lint from pica kernel to compile with -Werror: 1996-03-28 12:26:31 +00:00
isa
pica Update Pica machdep.c and locore.S to work with new, "merged" machdep.h: 1996-03-28 12:50:37 +00:00
Makefile
TODO