To test or use the software, the easiest method would be to run it in a virtual machine, as I did. The instructions for setting up your environment can be found, just as they were linked in my first post, here. Then, create a share on your develop-end machine by adding something like the following to /etc/fstab and creating the directory "share" inside the xinu home directory:
xinu_share /home/xinu/share vboxsf gid=1000,uid=1000 0 0
and configure your VirtualBox VM shares as demonstrated in this screenshot:
and untar/gzip the source into a directory inside the directory you chose to share to the guest OS as xinu_share. From that point on, you'll be able to edit files on your host operating system, and just use the guest develop-end OS for compilation and the minicom modem viewer.
No comments:
Post a Comment