Home
last modified time | relevance | path

Searched refs:setup_sects (Results 1 – 4 of 4) sorted by relevance

/linux-2.6.39/arch/x86/include/asm/
Dbootparam.h26 __u8 setup_sects; member
/linux-2.6.39/Documentation/x86/
Dboot.txt154 01F1/1 ALL(1 setup_sects The size of the setup in sectors
193 (1) For backwards compatibility, if the setup_sects field contains 0, the
230 Field name: setup_sects
334 should be less than (0x200*setup_sects).
338 This is a valid value if and only if the "setup_sects" field
788 if ( setup_sects == 0 ) {
789 setup_sects = 4;
831 memcpy(0x90000, base_ptr, (setup_sects+1)*512);
838 memset(0x90000 + (setup_sects+1)*512, 0,
839 (64-(setup_sects+1))*512);
[all …]
/linux-2.6.39/arch/x86/boot/
Dheader.S97 setup_sects: .byte 0 /* Filled in by build.c */ label
/linux-2.6.39/Documentation/lguest/
Dlguest.c453 lseek(fd, (boot.hdr.setup_sects+1) * 512, SEEK_SET); in load_bzimage()