Emacs standing alone on a Linux Kernel

TOP-BEGIN This section is automatically generated by html-update, from data in 'node.el'. Please, do not edit it here. TOP-END MENU-BEGIN This section is automatically generated by html-update, from data in 'node.el'. Please, do not edit it here. | Contents | Home | Previous | Up | Next | MENU-END Jump to Emacs as shell The purpose of this experiment is to see how emacs can work alone over a linux kernel. The only external tool needed is mount . This "root_fs_emacs" could be used as a normal partition or on live CD, but for this experiment, we'll run it with User Mode Linux . cd ~/uml dd if=/dev/zero of=root_fs_emacs bs=1k count=200k yes y|mke2fs root_fs_emacs mkdir /emacs mount -o loop root_fs_emacs /emacs cd /emacs ln -s . emacs # we create this link to simplify config --prefix of emacs cp -a /dev dev # we boldly copy the whole /dev mkdir etc sbi...

Linked on 2014-09-17 00:40:42 | Similar Links