Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(14)

Unified Diff: native_client_sdk/src/doc/nacldev/navigating.inc

Issue 731453002: Adding two codelabs for cds2014. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fixes Created 6 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « native_client_sdk/src/doc/nacldev/git.inc ('k') | native_client_sdk/src/doc/nacldev/setup_app.inc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: native_client_sdk/src/doc/nacldev/navigating.inc
diff --git a/native_client_sdk/src/doc/nacldev/navigating.inc b/native_client_sdk/src/doc/nacldev/navigating.inc
new file mode 100644
index 0000000000000000000000000000000000000000..c66b604bd7c1af5ec2c8be8cf300159f6d5f1645
--- /dev/null
+++ b/native_client_sdk/src/doc/nacldev/navigating.inc
@@ -0,0 +1,16 @@
+Navigating in the Dev Environment
+=================================
+
+The NaCl Dev Environment behaves like a mini-UNIX system.
+You start-up in bash command prompt.
+Standard UNIX commands like cd, ls, mkdir, rm, rmdir, etc.
+can be used to navigate and modify the Dev Environment's
+virtual filesystem.
+
+There are 3 locations mounted by the environment:
+
+ * /tmp mounts the HTML5 Filesystem temporary storage area.
+ * /mnt/html5 mounts the HTML5 Filesystem persistent storage area.
+ * Your home directory ~/, located in /home/user,
+ mounts a portion of the HTML5 Filsystem persistent storage area
+ that corresponds to the /mnt/html5/home directory.
« no previous file with comments | « native_client_sdk/src/doc/nacldev/git.inc ('k') | native_client_sdk/src/doc/nacldev/setup_app.inc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698