Lines Matching refs:setup_sects
189 01F1/1 ALL(1) setup_sects The size of the setup in sectors
232 (1) For backwards compatibility, if the setup_sects field contains 0, the
271 Field name: setup_sects
400 should be less than (0x200*setup_sects).
404 This is a valid value if and only if the "setup_sects" field
1133 if ( setup_sects == 0 ) {
1134 setup_sects = 4;
1176 memcpy(0x90000, base_ptr, (setup_sects+1)*512);
1183 memset(0x90000 + (setup_sects+1)*512, 0,
1184 (64-(setup_sects+1))*512);
1191 The 32-bit (non-real-mode) kernel starts at offset (setup_sects+1)*512
1192 in the kernel file (again, if setup_sects == 0 the real value is 4.)