GitXplorerGitXplorer
j

goatse.mbr

public
29 stars
6 forks
0 issues

Commits

List of commits on branch main.
Unverified
803fc27ade0fc1fa4da8e6321a479ad37522f7ba

handlebar operator as a way of life, thanks @nvangijzen

jjbremer committed 4 years ago
Unverified
468ede1f0874cb9012ac70ca855bf8d15340dc87

update readme and screenshot

jjbremer committed 8 years ago
Unverified
47d75e130c6da6fad3fd360a729e93045fe0c806

Merge pull request #1 from XlogicX/master

jjbremer committed 8 years ago
Unverified
11af801d34a2251d7167a79ed20ffffbbb5b7d63

New txt image for separated butthole for color

XXlogicX committed 8 years ago
Unverified
994e44a631d2448654c0b70e39914586080c49aa

Made butthole red

XXlogicX committed 8 years ago
Unverified
d2684f67764b45cfca3d869ed82aa97c24d30b19

Update README.rst

XXlogicX committed 8 years ago

README

The README file for this repository.

Goatse MBR

A 512-byte bootloader displaying ASCII Goatse on boot.

The goatse.mbr bootloader can be generated by running make.

QEMU

To test the bootloader you can run it in QEMU::

qemu-system-i386 -hda goatse.mbr

Bootable USB

Copy it onto your USB drive of choice using dd. Please verify which block device points to your USB using fdisk -l, in the following example we assume it's /dev/sdb::

dd if=goatse.mbr of=/dev/sdb bs=1 count=512

License

Goatse MBR (tm) is licensed under the Goatse License, i.e., abuse as desired.

TLDR (Too Long Didn't Run)

A screenshot preview for those that don't want to run this themselves.

.. image:: https://github.com/jbremer/goatse.mbr/blob/master/pictures/goatse.png?raw=true