Skip to content

wokwi/browser-vm-gdb

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Browser VM with GDB

A Browser VM fork that builds a Buildroot image with GDB 10.2 multiarch.

Check out "Running GDB in the Browser" for more details.

Building

To build, run the script ./build.sh. It will build the Docker image, then use the image to build GDB. This will take roughly 30-60 minutes.

The build output is ./dist/v86-linux.iso. Extract this ISO file and copy boot/bzImage to the images directory of web-gdb.

Check out the browser-vm README to learn about customizing the build options.

About

A small Linux x86 VM meant for use in the browser

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Dockerfile 40.9%
  • Makefile 31.7%
  • Shell 27.4%