User Tools

Site Tools


project:kernellab:bsd

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:kernellab:bsd [2020/04/14 22:16] – [Getting Started with FreeBSD] maxfxproject:kernellab:bsd [2021/03/18 21:32] – old revision restored (2020/09/09 17:29) maxfx
Line 6: Line 6:
 [[https://www.digitalocean.com/community/tutorial_series/getting-started-with-freebsd | Getting Started with FreeBSD  ]] [[https://www.digitalocean.com/community/tutorial_series/getting-started-with-freebsd | Getting Started with FreeBSD  ]]
 [[https://svnweb.freebsd.org/base/head/share/misc/bsd-family-tree?view=co | BSD Tree ]] [[https://svnweb.freebsd.org/base/head/share/misc/bsd-family-tree?view=co | BSD Tree ]]
- 
-===== The Kernel ===== 
- 
-[[https://www.bsdcan.org/2008/schedule/attachments/49_2008_uboot_freebsd.pdf| Interfacing FreeBSD with U-Boot]] 
- 
-[[https://blog.khubla.com/freebsd/building-u-boot-for-chromebook| Building u-boot for Chromebook ]] 
- 
-[[https://bsdimp.blogspot.cz/2007/10/building-bootable-freebsdi386-images.html|  Building bootable FreeBSD/i386 images  ]] 
- 
-[[https://www.cl.cam.ac.uk/research/security/ctsrd/pdfs/201403-asiabsdcon2014-freebsd-smp-boot.pdf| How FreeBSD Boots: a soft-core MIPS perspective]] 
- 
-[[http://www.isysop.com/unpacking-and-repacking-u-boot-uimage-files/|http://www.isysop.com/unpacking-and-repacking-u-boot-uimage-files/]] 
- 
-[[http://www.isysop.com/unpacking-and-repacking-u-boot-images-part-2/| http://www.isysop.com/unpacking-and-repacking-u-boot-images-part-2/]] 
- 
-[[https://github.com/bitboss-ca/freebsd-arm-tools|https://github.com/bitboss-ca/freebsd-arm-tools]] 
- 
-[[https://raybsd.blogspot.cz/2012/12/|https://raybsd.blogspot.cz/2012/12/]] 
- 
-[[https://distkeys.com/blog/2014/08/03/inside-freebsd/|http://distkeys.com/blog/2014/08/03/inside-freebsd/]] 
- 
-[[https://www.digitalocean.com/community/tutorials/how-to-install-and-manage-ports-on-freebsd-10-1|https://www.digitalocean.com/community/tutorials/how-to-install-and-manage-ports-on-freebsd-10-1]] 
- 
  
 ===== The Kernel Boot Process ===== ===== The Kernel Boot Process =====
Line 53: Line 30:
  
 [[https://bsdmag.org/dynamic-memory-allocation-unix-systems/| Dynamic Memory Allocation in Unix Systems ]] [[https://bsdmag.org/dynamic-memory-allocation-unix-systems/| Dynamic Memory Allocation in Unix Systems ]]
 +
 +===== The Kernel =====
 +
 +[[https://kernelnomicon.org/?p=682 | 64-bit U-Boot on Raspberry Pi 3 ]]
 +
 +[[https://www.bsdcan.org/2008/schedule/attachments/49_2008_uboot_freebsd.pdf| Interfacing FreeBSD with U-Boot]]
 +
 +[[https://bsdimp.blogspot.cz/2007/10/building-bootable-freebsdi386-images.html|  Building bootable FreeBSD/i386 images  ]]
 +
 +[[https://www.cl.cam.ac.uk/research/security/ctsrd/pdfs/201403-asiabsdcon2014-freebsd-smp-boot.pdf| How FreeBSD Boots: a soft-core MIPS perspective]]
 +
 +[[http://www.isysop.com/unpacking-and-repacking-u-boot-uimage-files/|http://www.isysop.com/unpacking-and-repacking-u-boot-uimage-files/]]
 +
 +[[http://www.isysop.com/unpacking-and-repacking-u-boot-images-part-2/| http://www.isysop.com/unpacking-and-repacking-u-boot-images-part-2/]]
 +
 +[[https://github.com/bitboss-ca/freebsd-arm-tools|https://github.com/bitboss-ca/freebsd-arm-tools]]
 +
 +[[https://raybsd.blogspot.cz/2012/12/|https://raybsd.blogspot.cz/2012/12/]]
 +
 +[[https://distkeys.com/blog/2014/08/03/inside-freebsd/|http://distkeys.com/blog/2014/08/03/inside-freebsd/]]
 +
 +[[https://www.digitalocean.com/community/tutorials/how-to-install-and-manage-ports-on-freebsd-10-1|https://www.digitalocean.com/community/tutorials/how-to-install-and-manage-ports-on-freebsd-10-1]]