Science Fair Project Encyclopedia
Cylinder 1024
At boot time the BIOS of many PCs can only access the first 1024 cylinders of a hard disk as the BIOS, in Interrupt 13, uses CHS addressing. CHS addressing only defines 10 bits for the cylinder count (2^10=1024).
This is a problem for Operating Systems on the x86 platform as the BIOS must be able to load the bootloader and the entire kernel image into memory. Both of these must, therefore, be located on the first 1024 cylinders of the disk.
Older versions of Microsoft Windows resolved this by necessitating that the Operating System was installed to the first partition. Because of this bug, users of the Linux Operating System have traditionally created a /boot directory to reside within the first 1024 cylinders of the disk, containing little more than the kernel and bootloader.
External links
- "Disc and volume size limits" includes a discussion of the cylinder 1024 limitation.
- "Large Disk HOWTO - History of BIOS and IDE limits"
The contents of this article is licensed from www.wikipedia.org under the GNU Free Documentation License. Click here to see the transparent copy and copyright details


