I have copied the source code from it's initial compilation location to the new location. I did modified the script which starts the emu to point at correct emu image, and also use correct inferno root fs. But I forgot to change the root path variable in mkconfig. All my changes were affecting emu image in old location, while I was running emu image in new location for testing purpose.
So, whenever you copy inferno source-code base, remember to adjust following paths.
- The root path variable in mkconfig file. This is absolute path, which means you have to edit it.
- $PATH variable that you modify to include Linux/386/bin so that compilation tools like mk can be found.
- For running, you need path to the Linux/bin/emu generated after compilation.
- For running, you also need a path to the inferno_root filesystem as command line parameter to emu
No comments:
Post a Comment