Skip to content
  • Brian Conway's avatar
    Add syspatch support to the build process · 75d1f948
    Brian Conway authored
    - Use a new `--syspatch` flag.
    - There are a number of constraints due to calling out to reorder_kernel and syspatch directly (and syspatch calling out to reorder_kernel):
      - The build system and OpenBSD base dir must use the same kernel configuration (i.e. GENERIC, GENERIC.MP).
      - If using GENERIC.MP, the build system must have > 1 CPU.
      - Basically, a uniprocessor amd64 build system running under VMM cannot build a GENERIC.MP image using `--syspatch`, even if the uniprocessor build system is running GENERIC.MP.
    - Improve error handling in the event that /cfg has been wiped out.
    - Update `README.md`.
    - Version bump.
    
    Closes #21.
    75d1f948