User Tools

Site Tools


project:bsd:freebsd

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Last revisionBoth sides next revision
project:bsd:freebsd [2019/07/13 20:35] – [Tips and tricks] maxfxproject:bsd:freebsd [2019/07/15 15:29] – [Kernel Porting to ARM Board] maxfx
Line 1: Line 1:
-====== FreeBSD README ======+====== Introduction to FreeBSD ====== 
 + 
 +[[https://www.freebsd.org/doc/faq/introduction.html#idp44569720 | Introduction to FreeBSD]]
  
-[[https://brmlab.cz/project/bsd/freebsd/derivates | Derivates from FreeBSD]] 
  
 ====== README noobs ====== ====== README noobs ======
  
-[[https://brmlab.cz/project/bsd/freebsd/info_for_noobs | For FreeBSD noobs ]]+[[https://brmlab.cz/project/bsd/freebsd/info_for_noobs | light introduction to FreeBSD ]]
  
 ====== Tips and tricks ====== ====== Tips and tricks ======
  
 +==== Tuning tips ====
 [[https://calomel.org/freebsd_network_tuning.html|FreeBSD network tuning]] [[https://calomel.org/freebsd_network_tuning.html|FreeBSD network tuning]]
  
Line 119: Line 121:
 [[https://www.youtube.com/watch?v=5Cni50vnlto|P01C: OpenBSD pf+rdomains create splendid multi tenancy firewalls - Philipp Buehler]] [[https://www.youtube.com/watch?v=5Cni50vnlto|P01C: OpenBSD pf+rdomains create splendid multi tenancy firewalls - Philipp Buehler]]
  
-====== General Kernel porting ======+====== Introduction to Kernel porting ====== 
 + 
 +==== Boot kernel ==== 
 +[[http://distkeys.com/blog/2014/07/08/boot-freebsd/ | Boot Freebsd ]] 
 + 
 +[[http://distkeys.com/blog/2014/08/03/inside-freebsd/ | Debug System Call ]] 
 + 
 +[[http://distkeys.com/blog/2014/08/04/debug-freebsd-open/ | Open System Call ]]
  
 ==== Kernel porting tips ==== ==== Kernel porting tips ====
Line 156: Line 165:
  
 [[https://www.bidouilliste.com/blog/2015/11/27/Porting-FreeBSD-to-a-new-ARM-Board-Part-3/|https://www.bidouilliste.com/blog/2015/11/27/Porting-FreeBSD-to-a-new-ARM-Board-Part-3/]] [[https://www.bidouilliste.com/blog/2015/11/27/Porting-FreeBSD-to-a-new-ARM-Board-Part-3/|https://www.bidouilliste.com/blog/2015/11/27/Porting-FreeBSD-to-a-new-ARM-Board-Part-3/]]
 +
 +==== NetBooting ARM/MIPS ====
 +
 +[[https://kernelnomicon.org/?p=306 | Netbooting ARM/MIPS devices: server setup ]]
 +[[https://kernelnomicon.org/?p=327 | Netbooting ARM/MIPS devices: kinds of kernel and u-boot ]]
  
  
Line 200: Line 214:
  
  
-====== ZFS ====== 
  
-[[http://tate.cx/improving-zfs-performance/]] 
  
  
Line 692: Line 704:
 </code> </code>
  
-====== ZFS ======+====== Introduction ZFS ====== 
 + 
 +[[http://tate.cx/improving-zfs-performance/]]
  
 ===== Mount ZFS ===== ===== Mount ZFS =====