浏览代码

fixed typo

git-svn-id: https://svn.inf.ethz.ch/svn/lecturers/a2/trunk@7117 8c9fc860-2736-0410-a75d-ab315db34111
eth.guenter 8 年之前
父节点
当前提交
211fb72f73
共有 1 个文件被更改,包括 4 次插入4 次删除
  1. 4 4
      UnixAos/boot/A2Loader.c

+ 4 - 4
UnixAos/boot/A2Loader.c

@@ -4,14 +4,14 @@
    Loader for the statically linked A2 core.
    Loader for the statically linked A2 core.
 
 
    Compile command:
    Compile command:
-      gcc -m32 Solaris.A2Loader.c -ldl -o A2Loader.elf
+      gcc -m32 A2Loader.c -ldl -o A2Loader.elf
 
 
-   The command 'A2Loader.elf -h' shows the correct
+   The command 'A2Loader.elf -h' shows the needed
    displacement of the A2 core.
    displacement of the A2 core.
 
 
-   The A2 core has to be appended to the binary ot this 
+   The A2 core has to be appended to the binary of this 
    program by the A2 command:
    program by the A2 command:
-      SolarisELF.Build ~
+      SolarisELF.Build Solaris32G.elf ~
 
 
 */
 */
 #include <stdlib.h>
 #include <stdlib.h>