Git Product home page Git Product logo

boot-games's Introduction

boot-games

A collection of my boot sector games

SokobanOS: boot sector game development kungfu)

IMAGE ALT TEXT HERE

Run in emulator

  1. Pick up sokobanos.img file the game source folder
  2. Command to run in QEMU: qemu-system-i386 -hda sokobanos.img
  3. Run in online emulator(https://copy.sh/v86/): click upload HDD image then start emulation

Create bootable USB (on linux) & run on real hardware

  1. Plug in USB flash drive
  2. Run command sudo fdisk -l => /dev/sdb should be your USB flash drive
  3. Navigate to where game image is located
  4. Run command dd if=sokobanos.img of=/dev/sdb count=2880 bs=512
  5. Boot from USB flash drive

Useful resources

CHS addresses: https://en.wikipedia.org/wiki/Cylinder-head-sector
x86 Real mode: https://wiki.osdev.org/Real_Mode
x86 Real mode memory segmentation: https://wiki.osdev.org/Segmentation
x86 Memory map: https://wiki.osdev.org/Memory_Map_(x86)
x86 BIOS interrupts: http://www.ablmcc.edu.hk/~scy/CIT/8086_bios_and_dos_interrupts.htm
x86 Assembly registers: https://www.assemblylanguagetuts.com/x86-assembly-registers-explained/
x86 Assembly instructions: https://www.aldeid.com/wiki/X86-assembly/Instructions
x86 Assembler Instruction Set Opcode Table http://sparksandflames.com/files/x86InstructionChart.html x86 Online emulator: https://copy.sh/v86/

boot-games's People

Stargazers

 avatar  avatar  avatar

Watchers

 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.