Skip to content

Latest commit

 

History

History
26 lines (22 loc) · 844 Bytes

File metadata and controls

26 lines (22 loc) · 844 Bytes

Framework Computer Related Changes

Building a custom kernel and world

> git clone https://github.com/freebsd/freebsd-src
> sudo chmod 775 /usr/obj
> make buildworld buildkernel config=GENERIC-NODEBUG -j(nproc)
> sudo make installworld installkernel config=GENERIC-NODEBUG
> sudo reboot
> sudo pkg update
> sudo pkg upgrade