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/14 12:17] – [Boot kernel] maxfxproject:bsd:freebsd [2019/07/15 15:29] – [Kernel Porting to ARM Board] maxfx
Line 124: 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/]]+ 
 +[[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 162: 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 ]]