Penguin
Diff: UserModeLinux
EditPageHistoryDiffInfoLikePages

Differences between version 21 and predecessor to the previous major change of UserModeLinux.

Other diffs: Previous Revision, Previous Author, or view the Annotated Edit History

Newer page: version 21 Last edited on Wednesday, August 29, 2007 7:46:39 pm by IanMcDonald Revert
Older page: version 20 Last edited on Wednesday, August 29, 2007 4:40:55 pm by AlastairPorter Revert
@@ -182,4 +182,6 @@
 host$ mount -o loop ./root_fs /mnt/uml 
 host$ make modules_install INSTALL_MOD_PATH=/mnt/uml ARCH=um 
 host$ umount /mnt/uml 
 </pre> 
+  
+If you're compiling on 64 bit Linux you will probably also need to add SUBARCH=i386 as well.