Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 583 Bytes

framework-related-changes.md

File metadata and controls

21 lines (17 loc) · 583 Bytes

Framework Computer Related Changes

Building a custom kernel

> 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