sim: Fix typos in README.txt

This commit is contained in:
YAMAMOTO Takashi 2020-01-28 00:46:40 +09:00 committed by Alin Jerpelea
parent 69a8b9721c
commit 5c6cca8633
1 changed files with 2 additions and 2 deletions

View File

@ -153,12 +153,12 @@ The simulation build is a two pass build:
created called nuttx.rel. This includes all of the files that are part created called nuttx.rel. This includes all of the files that are part
of the NuttX "domain." of the NuttX "domain."
2. On the second pass, the files are are in the host OS domain are build 2. On the second pass, the files which are in the host OS domain are build
and then linked with nuttx.rel to generate the simulation program. and then linked with nuttx.rel to generate the simulation program.
NuttX is a POSIX compliant RTOS and is normally build on a POSIX compliant NuttX is a POSIX compliant RTOS and is normally build on a POSIX compliant
host environment (like Linux or Cygwin). As a result, the same symbols are host environment (like Linux or Cygwin). As a result, the same symbols are
exported by both the NuttX doman and the host domain. How can we keep them exported by both the NuttX domain and the host domain. How can we keep them
separate? separate?
This is done using the special file nuttx-name.dat. This file just contains This is done using the special file nuttx-name.dat. This file just contains