Skip to content

maksimKorzh/boot-games

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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/

About

A collection of boot sector games I've developed

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published