Home
last modified time | relevance | path

Searched refs:bootloader (Results 1 – 15 of 15) sorted by relevance

/illumos-gate/usr/src/cmd/fdformat/
H A Dfdformat.c1421 uchar_t *bootloader; in valid_DOS_boot() local
1439 if ((bootloader = (uchar_t *)malloc((size_t)sizebootldr)) == NULL) { in valid_DOS_boot()
1458 if (read(bfd, bootloader, boot_size) != boot_size) { in valid_DOS_boot()
1466 if (!((*bootloader == 0xE9 || in valid_DOS_boot()
1467 (*bootloader == 0xEB && *(bootloader + 2) == 0x90)) && in valid_DOS_boot()
1468 *(bootloader + 510) == 0x55 && in valid_DOS_boot()
1469 *(bootloader + 511) == 0xAA)) { in valid_DOS_boot()
1476 *bootloadp = bootloader; in valid_DOS_boot()
/illumos-gate/usr/src/cmd/fs.d/zfs/bootinstall/
H A Dbootinstall.sh46 /sbin/bootadm install-bootloader -f
/illumos-gate/usr/src/grub/grub-0.97/
H A DREADME2 provide important bootloader features that are missing from typical
H A DTODO71 * Support embedding a Stage 1.5 in the "bootloader" area of a FFS
H A DNEWS534 FFS floppy loading "/grub/stage2" as the main bootloader.
H A DChangeLog4456 bootloader.
/illumos-gate/usr/src/grub/grub-0.97/docs/
H A Dmenu.lst62 # chainload OS/2 bootloader from the first sector
H A Dmultiboot.texi974 information structure, if the bootloader in question uses older
H A Dgrub.info-11235 # chainload OS/2 bootloader from the first sector
H A Dmultiboot.info906 information structure, if the bootloader in question uses older BIOS
H A Dgrub.texi1388 # chainload OS/2 bootloader from the first sector
H A Dgrub.info1235 # chainload OS/2 bootloader from the first sector
/illumos-gate/usr/src/uts/i86pc/dboot/
H A Ddboot_startkern.c2341 char *bootloader; in startup_kernel() local
2353 bootloader = dboot_loader_name(); in startup_kernel()
2381 if (bootloader != NULL && prom_debug) { in startup_kernel()
2382 dboot_printf("Kernel loaded by: %s\n", bootloader); in startup_kernel()
/illumos-gate/usr/src/boot/
H A DREADME.loader8 The ongoing development of the FreeBSD bootloader, and its
12 FreeBSD development should also ensure that their bootloader
/illumos-gate/usr/src/data/hwdata/
H A Dusb.ids151 2fe4 ATxmega32A4U DFU bootloader
154 2fee atmega8u2 DFU bootloader
155 2fef atmega16u2 DFU bootloader
156 2ff0 atmega32u2 DFU bootloader
157 2ff1 at32uc3a3 DFU bootloader
158 2ff3 atmega16u4 DFU bootloader
159 2ff4 atmega32u4 DFU bootloader
160 2ff6 at32uc3b0/1 DFU bootloader
161 2ff7 at90usb82 DFU bootloader
162 2ff8 at32uc3a0/1 DFU bootloader
[all …]