Searched +full:pbsdboot +full:. +full:exe (Results 1 – 14 of 14) sorted by relevance
/netbsd-src/sys/arch/hpcmips/stand/pbsdboot/ |
H A D | Makefile | 3 UUDECODE_FILES= pbsdboot.exe pbsdboot1.exe 6 if [ X"`strings WMIPSDbg/pbsdboot.exe | grep 'Compiled for WinCE'`" = \ 9 uuencode WMIPSDbg/pbsdboot.exe pbsdboot1.exe > pbsdboot1.uu; \ 12 uuencode WMIPSDbg/pbsdboot.exe pbsdboot.exe > pbsdboot.uu; \ 15 .include <bsd.files.mk>
|
H A D | pbsdboot.dsp | 1 # Microsoft Developer Studio Project File - Name="pbsdboot" - Package Owner=<4> 7 CFG=pbsdboot - Win32 (WCE MIPS) Debug 8 !MESSAGE This is not a valid makefile. To build this project using NMAKE, 11 !MESSAGE NMAKE /f "pbsdboot.mak". 14 !MESSAGE by defining the macro CFG on the command line. For example: 16 !MESSAGE NMAKE /f "pbsdboot.mak" CFG="pbsdboot - Win32 (WCE MIPS) Debug" 20 !MESSAGE "pbsdboot - Win32 (WCE MIPS) Release" (based on "Win32 (WCE MIPS) Application") 21 !MESSAGE "pbsdboot - Win32 (WCE MIPS) Debug" (based on "Win32 (WCE MIPS) Application") 28 # PROP WCE_Configuration "H/PC Ver. 2.00" 29 CPP=clmips.exe [all …]
|
H A D | README | 8 Shin Takemura<takemura@ca2.so-net.ne.jp> 11 0. What is this? 13 This program load the NetBSD/hpcmips kernel and execute it. 15 - All data on your PDA will be lost if the kernel boot successfully. 16 - NetBSD/hpcmips kernel is ELF format binary executable. 19 others. 21 1. How to use 23 - Copy pbsdboot.exe and the kernel 'netbsd into your PDA and start 24 pbsdboot.exe. 25 - Select 'kernel name' and 'Frame buffer' appropriately. [all …]
|
H A D | pbsdboot.rc | 3 #include "resource.h" 11 #include "afxres.h" 25 "resource.h\0" 30 "#include ""afxres.h""\r\n" 46 "#include ""res\\pbsdboot.rc2"" // Microsoft Visual C++ �ȊO�̃c�[���ŕҏW���ꂽ���\�[�X\r\n" 47 "#include ""afxres.rc"" // �W���̃R���|�[�l���g\r\n" 48 "#include ""wceres.rc"" // WCE �R���|�[�l���g\r\n" 69 IDR_MAINFRAME ICON DISCARDABLE "res\\pbsdboot.ico" 77 IDR_MAINFRAME BITMAP MOVEABLE PURE "res\\Cmdbar.bmp" 114 MENUITEM "&Open...\tCtrl+O", ID_FILE_OPEN [all …]
|
HD | pbsdboot.exe.uue | 1 begin 755 pbsdboot.exe
|
/netbsd-src/sys/arch/hpcmips/stand/dspgen/ |
H A D | application_WCE_MIPS.tmpl | 1 # Microsoft Developer Studio Project File - Name="pbsdboot" - Package Owner=<4> 7 CFG=pbsdboot - Win32 (WCE MIPS) Debug 8 !MESSAGE This is not a valid makefile. To build this project using NMAKE, 11 !MESSAGE NMAKE /f "pbsdboot.mak". 14 !MESSAGE by defining the macro CFG on the command line. For example: 16 !MESSAGE NMAKE /f "pbsdboot.mak" CFG="pbsdboot - Win32 (WCE MIPS) Debug" 20 !MESSAGE "pbsdboot - Win32 (WCE MIPS) Release" (based on "Win32 (WCE MIPS) Application") 21 !MESSAGE "pbsdboot - Win32 (WCE MIPS) Debug" (based on "Win32 (WCE MIPS) Application") 28 # PROP WCE_Configuration "H/PC Ver. 2.00" 29 CPP=clmips.exe [all …]
|
/netbsd-src/share/man/man8/man8.hpcmips/ |
H A D | pbsdboot.8 | 1 .\" $NetBSD: pbsdboot.8,v 1.5 2001/12/26 01:30:52 wiz Exp $ 6 .Nm pbsdboot 9 .Nm pbsdboot.exe 12 is a program runs on Windows CE. 15 kernel. 22 Select Kernel Path. 24 Select Frame Buffer type. 26 option for pass kernel. 34 break into the kernel debugger. 36 use miniroot in memory. [all …]
|
H A D | boot.8 | 1 .\" $NetBSD: boot.8,v 1.5 2017/02/17 22:30:28 christos Exp $ 9 .\" 11 .\" 13 at power-up or after crashes. 14 You might have to restart the system manually. 17 and unless this fails, the system will resume multi-user operations. 18 .\" 20 .\" 22 attempt to boot Windows CE operating system in its own boot ROM. 25 directly skipping Windows CE. [all …]
|
/netbsd-src/distrib/hpcmips/stand/ |
H A D | Makefile | 3 .include <bsd.own.mk> 4 .include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib" 6 .include <bsd.kernobj.mk> 8 PBSDBOOTDIR= ${KERNSRCDIR}/arch/${MACHINE}/stand/pbsdboot 9 PBSDBOOT= pbsdboot.exe macro 10 PBSDBOOT1= pbsdboot1.exe 12 HPCBOOT= hpcboot.exe 14 .PATH: ${PBSDBOOTDIR} ${HPCBOOTDIR} 16 UUDECODE_FILES= ${PBSDBOOT1} ${PBSDBOOT} ${HPCBOOT} 23 ${PBSDBOOT} ${RELEASEDIR}/${RELEASEMACHINEDIR}/installation [all …]
|
/netbsd-src/sys/arch/hpc/stand/ |
H A D | README | 4 'make all' uudecode all binaries. 5 hpcboot.exe were compiled for H/PC Pro 2.11 by eMbedded Visual C++ 3.0 7 binary/ARM/hpcboot.exe 8 binary/MIPS/hpcboot.exe * 9 binary/SH3/hpcboot.exe 10 binary/SH4/hpcboot.exe 11 * for MIPS, use pbsdboot.exe (sys/arch/hpcmips/stand/pbsdboot) 15 1. Generate work space and project files. 20 # ARM, not promoted to binary directory). 22 2. Open hpc_stand.dsw or hpc_stand.vcw from Visual Studio. [all …]
|
/netbsd-src/distrib/notes/hpcmips/ |
H A D | contents | 1 .\" $NetBSD: contents,v 1.16 2024/03/24 12:53:21 martin Exp $ 2 .\" 3 .\" Copyright (c) 1999-2005 The NetBSD Foundation, Inc. 4 .\" All rights reserved. 5 .\" 6 .\" Redistribution and use in source and binary forms, with or without 7 .\" modification, are permitted provided that the following conditions 8 .\" are met: 9 .\" 1. Redistributions of source code must retain the above copyright 10 .\" notice, this list of conditions and the following disclaimer. [all …]
|
/netbsd-src/sys/arch/hpcmips/hpcmips/ |
H A D | machdep.c | 1 /* $NetBSD: machdep.c,v 1.126 2024/03/05 14:15:32 thorpej Exp $ */ 4 * Copyright (c) 1999 Shin Takemura, All rights reserved. 5 * Copyright (c) 1999-2001 SATO Kazumi, All rights reserved. 10 * 1. Redistributions of source code must retain the above copyright 11 * notice, this list of conditions and the following disclaimer. 12 * 2. Redistributions in binary form must reproduce the above copyright 14 * documentation and/or other materials provided with the distribution. 15 * 3. The name of the author may not be used to endorse or promote products 16 * derived from this software without specific prior written permission. 21 * ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE [all …]
|
/netbsd-src/distrib/notes/common/ |
H A D | contents | 1 .\" $NetBSD: contents,v 1.187 2024/03/24 12:53:20 martin Exp $ 2 .\" 3 .\" Copyright (c) 1999-2020 The NetBSD Foundation, Inc. 4 .\" All rights reserved. 5 .\" 6 .\" Redistribution and use in source and binary forms, with or without 7 .\" modification, are permitted provided that the following conditions 8 .\" are met: 9 .\" 1. Redistributions of source code must retain the above copyright 10 .\" notice, this list of conditions and the following disclaimer. [all …]
|
/netbsd-src/crypto/external/bsd/netpgp/dist/src/netpgpverify/ |
H A D | NetBSD-6.0_RC1_hashes.asc | 9 source tarballs, release notes and related files. Multiple hash 10 formats are used for each file. 13 they are published. 16 security-officer@NetBSD.org 26 SHA1 (NetBSD-6.0_RC1/CHANGES.prev) = 25bdfe4a49acc75ee3a59ca04dc3b3c7c71a4563 27 SHA512 (NetBSD-6.0_RC1/CHANGES.prev) = 73057475c27c98d729dc97f6203f89f39459405c74f7abd7b18d4382f7c5… 28 RMD160 (NetBSD-6.0_RC1/CHANGES.prev) = 38f959a7c9d0c8da19eeb1740126b04dbb71a90e 29 MD5 (NetBSD-6.0_RC1/CHANGES.prev) = 0a50635a033237b439f5d7ef4c29b802 34 SHA1 (NetBSD-6.0_RC1/README.files) = 6c93e2b95fd74eab216bfd622bf7956467605d22 35 SHA512 (NetBSD-6.0_RC1/README.files) = a1fd5faaac037a7888609ec908be5a7dc468ea2b3fc64410b649a1724e1b… [all …]
|