Initial snapshot

This commit is contained in:
Mercier Pierre-Olivier 2013-02-11 22:04:30 +01:00
commit fee4dd4e6d
373 changed files with 62144 additions and 0 deletions

View file

@ -0,0 +1,76 @@
#
# ---------- header -----------------------------------------------------------
#
# project kaneton
#
# license kaneton
#
# file /home/mycure/kaneton/environment/profile/boot/boot.conf
#
# created julien quintard [tue may 8 11:00:40 2007]
# updated julien quintard [tue may 5 10:16:49 2009]
#
#
# ---------- information ------------------------------------------------------
#
# this file declares the default boot variables which should be overriden
# by the user profile.
#
#
# ---------- multi-bootloader -------------------------------------------------
#
_MBL_SCRIPT_ = <null>
_BOOT_MODE_ = <null>
_BOOT_DEVICE_ = <null>
#
# ---------- network ----------------------------------------------------------
#
_ADDRESS_ = <null>
#
# ---------- tftp server ------------------------------------------------------
#
_TFTP_ADDRESS_ = <null>
_TFTP_DIRECTORY_ = <null>
#
# ---------- devices ----------------------------------------------------------
#
_UDEVICE_ = <null>
_MDEVICE_ = <null>
_IMAGE_ = ${_PROFILE_USER_DIR_}/${_USER_}.img
#
# ---------- inputs ----------------------------------------------------------
#
# the inputs are additional files such as boot-time servers, configuration
# files.
#
_INPUTS_ =
#
# ---------- components -------------------------------------------------------
#
# this variable contains the list of the components to build.
#
_COMPONENT_FIRMWARE_ =
_COMPONENT_LOADER_ = ${_LOADER_}
_COMPONENT_KANETON_ = ${_KANETON_}
_COMPONENTS_ = ${_COMPONENT_FIRMWARE_} \
${_COMPONENT_LOADER_} \
${_COMPONENT_KANETON_} \
${_INPUTS_}

View file

@ -0,0 +1,23 @@
#
# ---------- header -----------------------------------------------------------
#
# project kaneton
#
# license kaneton
#
# file /home/mycure/kaneton/environment/profile/user/boot.desc
#
# created julien quintard [tue may 8 13:00:28 2007]
# updated julien quintard [tue jun 26 15:20:39 2007]
#
#
# ---------- information ------------------------------------------------------
#
# XXX
#
# XXX
#
# _BOOT_MODE_ = { peripheral, network, image }
# _BOOT_DEVICE = { floppy, hard-drive }