Lines Matching refs:setup_sects
154 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);
845 The 32-bit (non-real-mode) kernel starts at offset (setup_sects+1)*512
846 in the kernel file (again, if setup_sects == 0 the real value is 4.)