]> git.proxmox.com Git - qemu.git/blobdiff - target-sh4/README.sh4
mips jazz: do not raise data bus exception when accessing invalid addresses
[qemu.git] / target-sh4 / README.sh4
index b88717532efe8783a84e2b125604f4dacf3c6343..e578830f79d3ce7be46c35bea2c32b36eeb8d1e4 100644 (file)
@@ -6,7 +6,7 @@ The sh4 target is not ready at all yet for integration in qemu. This
 file describes the current state of implementation.
 
 Most places requiring attention and/or modification can be detected by
-looking for "XXXXX" or "assert (0)".
+looking for "XXXXX" or "abort()".
 
 The sh4 core is located in target-sh4/*, while the 7750 peripheral
 features (IO ports for example) are located in hw/sh7750.[ch]. The
@@ -113,7 +113,7 @@ GDB remote target support has been implemented and lightly tested.
 Files
 -----
 
-File names are harcoded at this time. The bootloader must be stored in
+File names are hardcoded at this time. The bootloader must be stored in
 shix_bios.bin in the current directory. The initial Linux image must
 be stored in shix_linux_nand.bin in the current directory in NAND
 format. Test files can be obtained from
@@ -141,7 +141,7 @@ if __name__ == '__main__':
     import sys
     denand (open (sys.argv[1], 'rb'),
             open (sys.argv[2], 'wb'))
-    
+
 Style isssues
 -------------