Lines Matching +full:es +full:- +full:enable
84 * %cx:%ax - long - LBA to read in
85 * %es:(%bx) - caddr_t - buffer to read data into
86 * %dl - byte - drive to read from
87 * %dh - byte - num sectors to read
99 push %es # Address of
120 mov %cx,%es # Address
140 * FreeBSD slice. The second pass looks for the first non-active FreeBSD
193 mov $MEM_BTX+(NSECT-1)*SIZ_SEC,%cx # Byte
199 * Enable A20 so we can access memory above 1 meg.
200 * Use the zero-valued %cx as a timeout for embedded hardware which do not
214 movb $0xdf,%al # Enable
216 seta20.3: sti # Enable interrupts
218 jmp start+MEM_JMP-MEM_ORG # Start BTX
245 * Display a null-terminated string using the BIOS output.
269 * %dl - byte - drive number
270 * stack - 10 bytes - EDD Packet
272 read: testb $FL_PACKET,%cs:MEM_REL+flags-start # LBA support enabled?
312 sti # Enable interrupts