Home
last modified time | relevance | path

Searched refs:boot (Results 1 – 25 of 216) sorted by relevance

123456789

/linux-2.4.37.9/drivers/isdn/hysdn/
Dhysdn_boot.c57 StartDecryption(struct boot_data *boot) in StartDecryption() argument
59 boot->Cryptor = CRYPT_STARTTERM; in StartDecryption()
70 DecryptBuf(struct boot_data *boot, int cnt) in DecryptBuf() argument
72 uchar *bufp = boot->buf.BootBuf; in DecryptBuf()
75 boot->Cryptor = (boot->Cryptor >> 1) ^ ((boot->Cryptor & 1U) ? CRYPT_FEEDTERM : 0); in DecryptBuf()
76 *bufp++ ^= (uchar) boot->Cryptor; in DecryptBuf()
87 struct boot_data *boot = card->boot; /* pointer to boot specific data */ in pof_handle_data() local
93 switch (boot->pof_recid) { in pof_handle_data()
97 hysdn_addlog(card, "POF created %s", boot->buf.PofTime.DateTimeText); in pof_handle_data()
101 DecryptBuf(boot, datlen); /* we need to encrypt the buffer */ in pof_handle_data()
[all …]
/linux-2.4.37.9/drivers/isdn/eicon/
Dpri.c74 diva_server_boot_t *boot = NULL; in diva_server_reset() local
96 boot = UxCardMemAttach(card->hw, DIVAS_RAM_MEMORY); in diva_server_reset()
98 UxCardMemOutD(card->hw, boot->reserved, 0); in diva_server_reset()
100 live = UxCardMemInD(card->hw, &boot->live); in diva_server_reset()
104 if (live != UxCardMemInD(card->hw, &boot->live)) in diva_server_reset()
113 UxCardMemDetach(card->hw, boot); in diva_server_reset()
119 UxCardMemDetach(card->hw, boot); in diva_server_reset()
269 diva_server_boot_t *boot; in diva_server_load() local
275 boot = UxCardMemAttach(card->hw, DIVAS_RAM_MEMORY); in diva_server_load()
283 UxCardMemOutD(card->hw, &boot->addr, MP_PROTOCOL_ADDR); in diva_server_load()
[all …]
Deicon_isa.c129 eicon_isa_boot *boot; in eicon_isa_bootload() local
231 boot = &card->shmem->boot; in eicon_isa_bootload()
237 writeb(cbuf.boot_opt, &boot->ctrl); in eicon_isa_bootload()
251 if (readb(&boot->ctrl) == 0) in eicon_isa_bootload()
255 if (readb(&boot->ctrl) != 0) { in eicon_isa_bootload()
259 readb(&boot->ctrl)); in eicon_isa_bootload()
266 if (readw(&boot->ebit)) { in eicon_isa_bootload()
268 readw(&boot->ebit), readl(&boot->eloc)); in eicon_isa_bootload()
274 tmp = readb(&boot->card); in eicon_isa_bootload()
283 tmp = readb(&boot->msize); in eicon_isa_bootload()
[all …]
/linux-2.4.37.9/Documentation/arm/
DBooting9 In order to boot ARM Linux, you require a boot loader, which is a small
10 program that runs before the main kernel. The boot loader is expected
14 Essentially, the boot loader should provide (as a minimum) the
27 Existing boot loaders: MANDATORY
28 New boot loaders: MANDATORY
30 The boot loader is expected to find and initialise all RAM that the
34 the RAM in the machine, or any other method the boot loader designer
41 Existing boot loaders: OPTIONAL, RECOMMENDED
42 New boot loaders: OPTIONAL, RECOMMENDED
44 The boot loader should initialise and enable one serial port on the
[all …]
/linux-2.4.37.9/arch/s390x/boot/
DMakefile22 %.boot: %.lnk
26 iplfba.boot ipleckd.boot ipldump.boot
36 rm -f image listing iplfba.boot ipleckd.boot ipldump.boot
/linux-2.4.37.9/arch/s390/boot/
DMakefile22 %.boot: %.lnk
26 iplfba.boot ipleckd.boot ipldump.boot
36 rm -f image listing iplfba.boot ipleckd.boot ipldump.boot
/linux-2.4.37.9/Documentation/i386/
Dboot.txt7 On the i386 platform, the Linux kernel uses a rather complicated boot
14 Currently, four versions of the Linux/i386 boot protocol exist.
21 boot loader and the kernel. setup.S made relocatable,
51 | Kernel boot sector | The kernel legacy boot sector.
66 0x100000 ("high memory"), and the kernel real-mode block (boot sector,
74 low memory touched by the boot loader -- as low as possible, since
77 memory. The boot loader should use the "INT 12h" BIOS call to verify
81 low, there is usually nothing the boot loader can do but to report an
82 error to the user. The boot loader should therefore be designed to
85 0x90000 segment, the boot loader should make sure not to use memory
[all …]
/linux-2.4.37.9/arch/mips64/boot/
DMakefile32 boot: vmlinux.ecoff vmlinux.srec addinitrd target
37 elf2ecoff: $(TOPDIR)/arch/mips/boot/elf2ecoff.c
38 $(HOSTCC) -I$(TOPDIR)/arch/mips/boot -I- -o $@ $^
43 addinitrd: $(TOPDIR)/arch/mips/boot/addinitrd.c
44 $(HOSTCC) -I$(TOPDIR)/arch/mips/boot -I- -o $@ $^
/linux-2.4.37.9/arch/sparc/
DMakefile48 _dir_arch/sparc/boot : $(patsubst %, _dir_%, $(SUBDIRS))
49 SUBDIRS += arch/sparc/boot
51 CORE_FILES += arch/sparc/boot/btfix.o
57 -$(MAKE) -C arch/sparc/boot clean
68 $(MAKE) -C arch/sparc/boot tftpboot.img
/linux-2.4.37.9/Documentation/powerpc/
DzImage_layout.txt10 boot here as well. If you have anything to contribute, please
14 1. PReP boot file
16 This is the file necessary to boot PReP systems from floppy or
20 To boot the zImage, copy it onto a floppy with dd if=zImage of=/dev/fd0h1440
43 2. MBX boot file
/linux-2.4.37.9/arch/cris/
DMakefile57 SUBDIRS += arch/cris/boot/rescue
74 MAKEBOOT = $(MAKE) -C arch/$(ARCH)/boot
96 @make -C arch/cris/boot/compressed decompress.bin
99 @make -C arch/cris/boot/rescue rescue.bin
/linux-2.4.37.9/Documentation/
Dinitrd.txt8 initrd provides the capability to load a RAM disk by the boot loader.
19 discussion of the boot process can be found in [1].
27 1) the boot loader loads the kernel and the initial RAM disk
37 7) the usual boot sequence (e.g. invocation of /sbin/init) is performed
73 initrd is mounted as root, and the normal boot procedure is followed,
88 If the root file system is created during the boot procedure (i.e. if
122 value is used, the kernel will be unable to mount the initrd at boot
152 Finally, you have to boot the kernel and load initrd. Almost all Linux
153 boot loaders support initrd. Since the boot process is still compatible
154 with an older mechanism, the following boot command line parameters
[all …]
Dnfsroot.txt35 When the kernel has been loaded by a boot loader (either by loadlin,
36 LILO or a network boot program) it has to be told what root fs device
84 but now the boot-time IP configuration works independently of NFS, so it
156 dd if=/usr/src/linux/arch/i386/boot/zImage of=/dev/fd0
181 When you want to boot Linux from a DOS command prompt without
188 3.4) Using a boot ROM
190 client. With a boot ROM the kernel gets loaded using the TFTP
191 protocol. As far as I know, no commercial boot ROMs yet
193 free implementations of a boot ROM available on sunsite.unc.edu
195 Both contain everything you need to boot a diskless Linux client.
/linux-2.4.37.9/drivers/sound/
DMakefile199 ) > .$@.boot
214 ) > .$@.boot
222 ) > .$@.boot
234 ) > .$@.boot
242 ) > .$@.boot
265 ) > .$@.boot
287 ) > .$@.boot
295 FILES_BOOT_EXIST := $(wildcard .*.boot)
/linux-2.4.37.9/arch/cris/boot/rescue/
Dhead.S69 ;; The partitiontable is looked for at the first sector after the boot
75 ;; The normal Etrax100 on-chip boot ROM does serial boot at 0x380000f0.
76 ;; That is not where we put our downloaded serial boot-code. The length is
80 ;; product as well as one booted through the Etrax serial boot code.
227 move.d $r1, $r7 ; remember boot partition offset
309 ;; check r7, which contains either -1 or the partition to boot from
317 jump $r7 ; boot!
/linux-2.4.37.9/Documentation/sound/
Dmwave20 mkdir /dos95/linux/boot
21 mkdir /dos95/linux/boot/parms
23 Copy the kernel, any initrd image, and loadlin to /dos95/linux/boot/.
87 c:\linux\boot\loadlin.exe @c:\linux\boot\parms\%CONFIG%.par
109 Now build a file in c:\linux\boot\parms for each Linux config that you have.
112 initrd image, and has a parameter file named LINDOC3.PAR in c:\linux\boot\parms:
119 c:\linux\boot\zImage.krn # First value must be filename of Linux kernel.
DAudioExcelDSP1672 For all the non-supported audio cards, you have to boot MS-DOS (or WIN95)
74 <ctrl>-<alt>-<del> and boot Linux.
80 2) Install your new kernel as the default boot kernel.
81 3) Boot MS-DOS and configure the audio card with the boot time device
83 4) <ctrl>-<alt>-<del> and boot Linux. This will maintain the DOS configuration
84 and will boot the new kernel with sound driver. The sound driver will find
/linux-2.4.37.9/Documentation/cdrom/
Dcdu31a110 You must tell the kernel where the drive is at boot time. This can be
111 done at the Linux boot prompt, by using LILO, or by using Bootlin.
116 At the linux boot prompt, press the ALT key and add the following line
117 after the boot name (you can let the kernel boot, it will tell you the
118 default boot name while booting):
128 I use the following boot line:
149 the boot address and interrupt on the boot line to insmod. You can't
/linux-2.4.37.9/Documentation/arm/SA1100/
DAssabet22 The resulting kernel image should be available in linux/arch/arm/boot/zImage.
28 A couple of bootloaders able to boot Linux on Assabet are available:
52 Brief examples on how to boot Linux with RedBoot are shown below. But first
106 The kernel still requires a filesystem to boot. A ramdisk image can be loaded
118 or loaded as described previously. To boot the kernel:
175 what they are in the boot process. From Redboot, the 'fis list' command
200 Therefore to boot Linux with the kernel and its root filesystem in flash, we
207 You might want to boot with a root filesystem over NFS, etc. It is also
219 time the Assabet is rebooted. Therefore it's possible to automatize the boot
222 For example, I use this to boot Linux with both the kernel and the ramdisk
[all …]
/linux-2.4.37.9/arch/sparc64/boot/
DMakefile10 all: boot
12 boot: target
/linux-2.4.37.9/drivers/scsi/
DREADME.AM53C974129 boot = /dev/sda
132 delay = 50 # optional, for systems that boot very quickly
136 image = /usr/src/linux/arch/i386/boot/zImage
143 loader = /boot/any_d.b
149 …LILO boot: linux AM53C974=7,0,10,0 AM53C974=7,1,10,0 AM53C974=7,2,10,15 AM53C974=7,4,10,0 AM53C974…
161 boot. If the driver detects that the controller's SCSI ID is not '7'
180 hang during Linux boot. If you encounter the problem, don't enable sync.
205 during Linux boot. Use the spacebar for stepping. Take note of at
208 via email. If the system can boot, use the syslogd daemon to record
230 boot disk images. The URL is: http://www-c724.uibk.ac.at/XL/
/linux-2.4.37.9/drivers/scsi/sym53c8xx_2/
DDocumentation.txt49 10.3 PCI configuration fix-up boot option
50 10.4 Serial NVRAM support boot option
51 10.5 SCSI BUS checking boot option
245 depths from the boot command-line. For example:
275 1st method: boot your system using 'sym53c8xx=verb:0' option.
277 corresponding to your controller after boot-up.
285 checking by entering appropriate options from the boot command line.
380 th driver verbose level after boot-up.
406 this feature after boot-up only for devices that support it safely.
416 This parameter can be specified from the boot command line.
[all …]
/linux-2.4.37.9/Documentation/filesystems/devfs/
Dboot-options10 When CONFIG_DEVFS_DEBUG is enabled, you can pass several boot options
11 to the kernel to debug devfs. The boot options are prefixed by
63 mount mount devfs onto /dev at boot time
/linux-2.4.37.9/arch/mips64/
DMakefile391 MAKEBOOT = $(MAKE) -C arch/$(ARCH)/boot VMLINUX=$(TOPDIR)/$(vmlinux-32)
414 boot: $(vmlinux-32) target
418 boot: $(vmlinux-64) target
421 boot: mips-boot target
423 mips-boot: $(vmlinux-32)
424 @$(MAKEBOOT) boot
/linux-2.4.37.9/Documentation/fb/
Dvesafb.txt7 The idea is simple: Turn on graphics mode at boot time with the help
11 This means we decide at boot time whenever we want to run in text or
22 * Most important: boot logo :-)
32 Switching modes is done using the vga=... boot parameter. Read
39 The graphic modes are NOT in the list which you get if you boot with
99 available) and boot linux with loadlin.
132 ugly flicker effects (boot logo flickers for

123456789