Thanks to visit codestin.com
Credit goes to github.com

Skip to content
forked from humphd/browser-vm

A small Linux x86 VM meant for use in the browser

License

jgoux/browser-vm

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

All this commands has to be run from the root of the repository.

Run the Buildroot container:

./build.sh

In the container, copy the configuration files from the host:

cp -r /pg-wasm/* /pg-wasm/.config .

Eventually tweak the configuration and save it back to the host:

make menuconfig
cp .config /pg-wasm/.config

Build the image and save it to the host:

make

About

A small Linux x86 VM meant for use in the browser

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Dockerfile 86.6%
  • Shell 13.4%