prof-braino / propforth

Automatically exported from code.google.com/p/propforth
3 stars 0 forks source link

sdfsInitScript.f #182

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?

in 
\mygo\V5.3\CurrentRelease\PropForthSD
sdfsInitScript.f

line 122 contains mountsys
line 128 contains mountusr

But these are no longer present in the final dictionary.

How do we switch partitions from usr to sys?  Should "usr" and "sys" be 
configured as constants with the starting black, to be used with sd_mount? 

Original issue reported on code.google.com by prof.bra...@gmail.com on 19 Jan 2013 at 5:15

GoogleCodeExporter commented 8 years ago
normal use:

mountusr - mounts the user partition
mountsys - mounts the system partition

sd_mount should only be used if you are creating a different partition set

Original comment by salsa...@gmail.com on 23 Feb 2013 at 10:08

GoogleCodeExporter commented 8 years ago

Original comment by salsa...@gmail.com on 23 Feb 2013 at 10:08