Talk:Forth Lesson 13

From OLPC
Revision as of 19:09, 30 August 2013 by PeasthopeOld (talk | contribs) (→‎Perusing a file system: Further small improvement.)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Perusing a file system

From the page.

ok more u:\boot\olpc.fth

Before seeing the contents of a file I want to see what is in the folder.

ok ls ext:\
Not at a device tree node. Use 'dev <device-pathname>'.
ext:\ ?
ok dev ext:\
ok ls
ok

The operating system shows that \boot\q3c16.rom is on the external SD card but demonstrating that in OFW escapes me. How is it done? Thanks, --Peasthope 14:57, 30 August 2013 (UTC)