Searched refs:setup_sects (Results 1 – 4 of 4) sorted by relevance
26 __u8 setup_sects; member
154 01F1/1 ALL(1 setup_sects The size of the setup in sectors193 (1) For backwards compatibility, if the setup_sects field contains 0, the230 Field name: setup_sects334 should be less than (0x200*setup_sects).338 This is a valid value if and only if the "setup_sects" field788 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 …]
97 setup_sects: .byte 0 /* Filled in by build.c */ label
453 lseek(fd, (boot.hdr.setup_sects+1) * 512, SEEK_SET); in load_bzimage()