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 23:22] – [ZFS] maxfxproject:bsd:freebsd [2019/07/15 15:29] – [Kernel Porting to ARM Board] maxfx
Line 1: Line 1:
 ====== Introduction to FreeBSD ====== ====== Introduction to FreeBSD ======
 +
 +[[https://www.freebsd.org/doc/faq/introduction.html#idp44569720 | Introduction to 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 ======
Line 122: Line 124:
  
 ==== Boot kernel ==== ==== Boot kernel ====
-[[http://distkeys.com/blog/2014/07/08/boot-freebsd/]]+[[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 159: 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 693: Line 704:
 </code> </code>
  
-====== ZFS ======+====== Introduction ZFS ======
  
 +[[http://tate.cx/improving-zfs-performance/]]
  
 ===== Mount ZFS ===== ===== Mount ZFS =====