OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
 
CVS: cvs.openbsd.org: src

From: Marco Pfatschbacher (mpfcvs.openbsd.org)
Date: Mon Sep 18 2006 - 16:15:33 CDT


CVSROOT: /cvs
Module name: src
Changes by: mpfcvs.openbsd.org 2006/09/18 15:15:33

Modified files:
        sys/arch/amd64/stand/boot: conf.c Makefile
        sys/arch/amd64/stand/libsa: cmd_i386.c libsa.h memprobe.c

Log message:
boot(8) ``machine memory'' support for > 4G.
Convert parser to strtoll(3) and use 64bit printf.
With help from mickey
i386 and amd64 tests by me, alpha test by mickey
OK mickey, miod, deraadt