Skip to content

Instantly share code, notes, and snippets.

// GOOS=linux GOARCH=386 go build verify.go && ftp -u boxeebox:/tmp/ verify
//
// This tool verifies the boxeebox boot block, based on
// findings from running the "bootblockverifier" tool found
// in the boxeebox rma image (see http://www.boxeeboxwiki.org/rma).
//
// ##################### WARNING!!!! ######################
// # Whether it's possible to use this information to #
// # actually replace the current bootloader with a #
// # custom version is at the moment unknown. Use at #