Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@hasegawayosuke
Created May 17, 2011 07:18
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save hasegawayosuke/976086 to your computer and use it in GitHub Desktop.
Save hasegawayosuke/976086 to your computer and use it in GitHub Desktop.
# wget http://bellard.org/jslinux/root.bin
# mkdir mnt
# mount -o loop root.bin mnt
# dd if=/dev/zero of=/tmp/image bs=1k count=4096
# mke2fs -m 0 -i 2000 /tmp/image
# mkdir mnt2
# mount -t ext2 -o loop /tmp/image mnt2
# cp -dpR mnt/* mnt2/
# umount /mnt2
and use CocProxy or Fiddler's AutoResponder for http://bellard.org/jslinux/root.bin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment