HN Top New Show Ask Jobs

settings

Theme

Hand Mode

Feed

Comment by azinman2

Comment by azinman2 5 months ago

1 reply

View on Hacker News

What’s the process look like?

somat 5 months ago

On openbsd it's

    cd /sys/arch/$(machine)/conf
    cp GENERIC CUSTOM
    vi CUSTOM    # make your changes
    config CUSTOM
    cd ../compile/CUSTOM
    make
https://www.openbsd.org/faq/faq5.html

I have never done it for 2bsd but according to http://www.vaxman.de/publications/bsd211_inst.pdf

    cd /usr/src/sys/conf
    cp GENERIC CUSTOM
    vi CUSTOM
    ./config CUSTOM
    cd /sys/CUSTOM
    make
Reply View | 0 replies