Home
last modified time | relevance | path

Searched refs:sector (Results 1 – 3 of 3) sorted by relevance

/xv6-public/
H A Dide.c81 int sector = b->blockno * sector_per_block; in idestart() local
90 outb(0x1f3, sector & 0xff); in idestart()
91 outb(0x1f4, (sector >> 8) & 0xff); in idestart()
92 outb(0x1f5, (sector >> 16) & 0xff); in idestart()
93 outb(0x1f6, 0xe0 | ((b->dev&1)<<4) | ((sector>>24)&0x0f)); in idestart()
H A Dbootasm.S6 # The BIOS loads this code from the first sector of the hard disk into
H A DNotes7 sector-aligned. so you can't use ld -N. and the sections may also need