History log of /netbsd/sys/arch/zaurus/stand/zboot/bootmenu.c (Results 1 – 5 of 5)
Revision Date Author Comments
# 32ff3ce5 11-Jun-2016 dholland <dholland@NetBSD.org>

PR 51200 gets in libsa considered harmful: use kgets


# 5ccd3c1d 10-Aug-2014 isaki <isaki@NetBSD.org>

Unify all arch/*/stand's atoi() to MI libsa.
lib/libsa/atoi.c was separated from lib/libsa/bootcfg.c.
PR/49084


# 0ada69d7 28-Jun-2014 rtr <rtr@NetBSD.org>

patch posted to tech-kern@ 2014/06/25 for review with minor changes
resulting from feedback.

move multiple copies of code for parsing boot.cfg file from sparc, i386
and zaurus into libsa/bootcfg.{h,

patch posted to tech-kern@ 2014/06/25 for review with minor changes
resulting from feedback.

move multiple copies of code for parsing boot.cfg file from sparc, i386
and zaurus into libsa/bootcfg.{h,c}. largely retained i386 parsing logic
in addition to keeping sparc dispatch function while remaining consistent
with boot.cfg(5).

previous sparc64 file format has been obsoleted but only used by boot
CDs distrib/sparc64/bootfs/boot.cfg has been updated to compensate.

exported names have been prefixed with either BOOTCFG_ or bootcfg_ as per
feedback from christos@

tested on amd64 & sparc64 but not zaurus.

show more ...


# de84e975 18-Jan-2012 nonaka <nonaka@NetBSD.org>

Support to read the kernel from local file system.

ex. boot path:/mnt/card/netbsd


# af901e68 02-Mar-2009 nonaka <nonaka@NetBSD.org>

Added zboot from OpenBSD.