Talk:Forth Lesson 13: Difference between revisions

From OLPC
Jump to navigation Jump to search
(Perusing a file system)
 
m (→‎Perusing a file system: Improved the statement of the question.)
Line 1: Line 1:
== Perusing a file system ==
== Perusing a file system ==

From the page.<br />
ok more u:\boot\olpc.fth


Before attempting to edit I want to see what is there.
Before attempting to edit I want to see what is there.
Line 10: Line 13:
ok
ok


The operating system shows that \boot\q3c16.rom is on the external SD card. Demonstrating that in OFW escapes me. How is it done? Thanks, --[[User:Peasthope|Peasthope]] 14:57, 30 August 2013 (UTC)
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, --[[User:Peasthope|Peasthope]] 14:57, 30 August 2013 (UTC)

Revision as of 19:07, 30 August 2013

Perusing a file system

From the page.

ok more u:\boot\olpc.fth

Before attempting to edit I want to see what is there.

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)