/src/share/man/man8/man8.atari/ |
Makefile | 4 MAN= ahdilabel.8 boot.8 bootpref.8 installboot.8 binpatch.8
|
/src/sys/arch/atari/stand/bootpref/ |
Makefile | 3 PROG= bootpref
|
bootpref.c | 1 /* $NetBSD: bootpref.c,v 1.6 2009/03/17 00:18:40 he Exp $ */ 39 #include "bootpref.h" 90 u_char bootpref[] = {0, 0, 0, 0, 0, 0, 0, 0, 0}; local in function:main 94 bootpref[ARRAY_VID2] = readNVRAM (fd, NVRAM_VID2); 95 bootpref[ARRAY_VID1] = readNVRAM (fd, NVRAM_VID1); 103 if (checkOS (&bootpref[ARRAY_OS], optarg)) 109 if (checkInt (&bootpref[ARRAY_BOOTDLY], optarg, 116 if (checkKbdLang (&bootpref[ARRAY_KBDLANG], optarg)) 122 if (checkLang (&bootpref[ARRAY_LANG], optarg)) 128 if (checkInt (&bootpref[ARRAY_HOSTID], optarg [all...] |
/src/sys/arch/atari/stand/ |
Makefile | 6 SUBDIR= libsa .WAIT ahdilabel binpatch bootpref bootxx bootxxx edahdi \
|
/src/sys/arch/atari/stand/xxboot/ahdi-sdb00t/ |
sdb00t.ahdi.S | 57 0: movb %d5,%d1 | NVRAM bootpref 73 movq #-8,%d1 | bootpref = any
|
/src/sys/arch/atari/stand/xxboot/ahdi-wdb00t/ |
wdb00t.ahdi.S | 53 movb %d5,%d1 | NVRAM bootpref 58 movb #BOOTPREF,rtcrnr:w 61 movq #-8,%d1 | bootpref = any
|
/src/sys/arch/atari/stand/installboot/ |
installboot.c | 501 static const u_char bootpref = BOOTPREF_NETBSD; local in function:setNVpref 511 if (write(fd, &bootpref, (size_t)1) != 1)
|
/src/sys/arch/atari/stand/xxboot/sdboot/ |
sdboot.S | 59 bnes exit | bootpref != NetBSD
|
/src/sys/arch/atari/stand/xxboot/wdboot/ |
wdboot.S | 54 bnes exit | bootpref != NetBSD
|