search for: boot_load

Displaying 3 results from an estimated 3 matches for "boot_load".

Did you mean: boot_load2
2006 Apr 09
1
Boot loader problems and some tests
...s I had with 'your' bootloader (partly I already have feedback) and perhaps those problems can even be removed. For those persons maintaining bootloaders without problems, this is just for their information that it works. Sincerly Nico [0]: http://creme.schottelius.org/~nico/linux/debug/boot_loader/ast/ -- Latest release: ccollect-0.3.3 (http://linux.schottelius.org/ccollect/) Open Source nutures open minds and free, creative developers. -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 829 bytes Desc: D...
2009 May 26
2
[How-To?] Using Syslinux AltMBR + TrueCrypt System Encryption (RFE: swap drive ID's)
...//www.truecrypt.org/downloads2 =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- Uh, and uh, since I'm here, shall I toss in an RFE based on my experience? That brain-dead TC system encryption feature has a build_rescue_CD function built in, which after booting will permit the user to replace the MBR and/or boot_loader code, as well as the encrypted volume's header. It's designed to be created as a bootable ISO for burning to CD (*optical* drive) and I can see why - if you extract the bootable-floppy image from the ISO and put it onto a USB fob (esp one with a full MBR/partition table & discrete...
2011 Aug 05
3
isolinux: Generate GPT and Mac bootable images
...tion */ + uint32_t data_start; /* rel block # of first data block */ + uint32_t data_count; /* number of data blocks */ + uint32_t status; /* partition status bits */ + uint32_t boot_start; + uint32_t boot_count; + uint32_t boot_load; + uint32_t boot_load2; + uint32_t boot_entry; + uint32_t boot_entry2; + uint32_t boot_cksum; + char processor[16]; /* Contains 680x0, x=0,2,3,4; or empty */ + uint32_t driver_sig; + char _padding[372]; +}; void @@...