shithub: plan9front

Download patch

ref: 3c36cadefd5675ad290a607c3be0450eccde1f54
parent: 90143609212ed4500409a64d26f6b12d097b13ed
author: cinap_lenrek <cinap_lenrek@felloff.net>
date: Sat Mar 28 20:44:09 EDT 2020

pc: fix mp boot regression due mistake in mkfile

the previous mkfile had a sneaky hack that would use
sed to delete the first 2 lines of hex output to strip
the 32 byte long a.out header for apbootstrap and rebootcode.

use 8l -H3 flag to strip the header from the output file.