aboutsummaryrefslogtreecommitdiff
path: root/pk/boot.h
AgeCommit message (Collapse)AuthorFilesLines
2021-03-25pk: avoid out-of-memory errorsAndrew Waterman1-0/+1
Estimate available memory and return -1 from mmap if not enough is available, rather than assert-failing.
2019-10-22Make performance counters always 64 bits wide (#178)Luís Marques1-3/+3
This prevents the counters from easily overflowing for a 32-bit pk.
2016-08-10when -s is passed, print time, instret, cycle, and CPIAndrew Waterman1-1/+3
2016-03-09Refactor pk, bbl, machine into separate librariesAndrew Waterman1-10/+0
Yuck.
2016-03-05get rid of struct mainvarsAndrew Waterman1-6/+1
2016-03-05Disentangle PK and BBL a bitAndrew Waterman1-0/+47