Readme.txt revision 199767f8919635c4928607450d9e0abb932109ce
#
# This file and its contents are supplied under the terms of the
# Common Development and Distribution License ("CDDL"), version 1.0.
# You may only use this file in accordance with the terms of version
# 1.0 of the CDDL.
#
# A full copy of the text of the CDDL should have accompanied this
# source. A copy of the CDDL is also available via the Internet at
# http://www.illumos.org/license/CDDL.
#
#
# Copyright 2016 Toomas Soome <tsoome@me.com>
#
# Please update the svn revision number on source refresh.
Current snapshot from freebsd revision 296191.
This is source tree snapshot of loader and related parts from
freebsd source.
Directory tree layout:
usr/src/boot is the root directory of the imported snapshot,
containing Makefile and licence notes for build and packaging.
Directories from freebsd userland (freebsd /usr/src tree):
contrib
include
lib
Directories from freebsd kernel tree, including boot loader itself
are located in sys subdirectory (freebsd /usr/src/sys tree):
platform specific include files:
sys/amd64
sys/i386
sys/x86
sys and ufs include files:
sys/sys
sys/ufs
zfs boot module import in freebsd:
sys/cddl
acpica module import in freebsd:
sys/contrib
boot loader sources are in:
sys/boot
Note, some of the directories are not 1:1 mapping in this source import,
because of differences of build systems used in illumos and freebsd.
Also some differences are due to fact, we do not need all the variants of
stage1/stage2 boot blocks which are built in freebsd due to the historical
or technical reasons.
Mar, 2016