Lines Matching refs:setup_sects
161 01F1/1 ALL(1 setup_sects The size of the setup in sectors
201 (1) For backwards compatibility, if the setup_sects field contains 0, the
238 Field name: setup_sects
342 should be less than (0x200*setup_sects).
346 This is a valid value if and only if the "setup_sects" field
842 if ( setup_sects == 0 ) {
843 setup_sects = 4;
885 memcpy(0x90000, base_ptr, (setup_sects+1)*512);
892 memset(0x90000 + (setup_sects+1)*512, 0,
893 (64-(setup_sects+1))*512);
899 The 32-bit (non-real-mode) kernel starts at offset (setup_sects+1)*512
900 in the kernel file (again, if setup_sects == 0 the real value is 4.)