Giter Club home page Giter Club logo

snake_boot_sector's Introduction

Snake game on MBR

Hi folks! Here is one of my one weekend project that I made back in 2013.

What is this ?

A custom MBR (Master Boot Record) booting a snake game. Once installed on an usb flash drive it will boot instead of your system.

ScreenToGif

Alt Text

Start from qemu

$ qemu-system-i386 snake.img

Start from Virtualbox

Import snake.ova from virtualbox and start !!

Start on your hardware using an USB key

$ sudo dd bs=512 if=snake.img of=/dev/YOUR_USB_KEY_DEVICE

Replace YOUR_USB_KEY_DEVICE by your usb device (example: sdb or sdc). Be careful if you choose the wrong device your computer might break. WARNING: This command will cause your USB device to lose any data present on it.

Booting on this USB device will not harm your computer.

Start from bochs

Tested using bochs BIOS v2.6.2 and VGABIOS v2.6.2.

$ bochs

If the bios is not found by bochs, create a dedicated configuration file and include it at runtime with

$ bochs '#include PATH/TO/YOUR/CONFIGURATION/FILE'

Note: when using git bash in windows, the path should be formatted for windows ("c:\PATH\TO\FILE") instead of an unix path ("/c/PATH/TO/FILE")


By @chaign_c #HexpressoTeam.

snake_boot_sector's People

Contributors

ayowel avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.