mirror of
https://github.com/clearlinux/hyperstart.git
synced 2026-08-24 16:16:06 +00:00
d45be919cd10a5d7c7ccc5a3ea8fd2d1b8fee493
If one pair of pipe created by socketpair closed, the other side will receice error, so other side cannot know the exec result of peer. Use pipe to replace socketpair. Signed-off-by: Gao feng <omarapazanadi@gmail.com>
The init Task for Hyper
You can get the binary installer of Hyper and HyperStart through The Hyper Page
Build from source
clone this repo, and make sure you have build-essentials installed. Go into the working copy and
> ./autogen.sh
> ./configure
> make
Then you can find hyper-initrd.img in the build directory, together with a pre-built kernel.
If you want to get the boot disk file for VirtualBox, please reconfigure with flag --with-vbox,
> ./configure --with-vbox
> make
Then you can find hyper-vbox-bootimage.iso in the build directory. Booting from this iso will
bring you to the hyper world.
Description
Languages
C
96.4%
Shell
1.8%
M4
0.9%
Dockerfile
0.6%
Makefile
0.3%