diff options
Diffstat (limited to 'sys/arch/mips/README')
-rw-r--r-- | sys/arch/mips/README | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/sys/arch/mips/README b/sys/arch/mips/README new file mode 100644 index 00000000000..42befb130d8 --- /dev/null +++ b/sys/arch/mips/README @@ -0,0 +1,9 @@ +This directory is intended to include all Mips common code used by several +ports. This is mainly include files, common locore code, trap code, mmu +code etc. + +Any code added here must be endian safe. Code with different ISA targets +has to be well documented and preferbly generate error messages if compiled +without the appropriate switches set. + +Questions can be directed to pefo@openbsd.org. |