Home
last modified time | relevance | path

Searched refs:SCRATCHSEG (Results 1 – 6 of 6) sorted by relevance

/titanic_41/usr/src/grub/grub-0.97/stage2/
H A Ddisk_io.c350 if (biosdisk (BIOSDISK_READ, drive, &buf_geom, 0, 1, SCRATCHSEG)) in rawwrite()
365 sector, 1, SCRATCHSEG)) in rawwrite()
H A Dshared.h77 #define SCRATCHSEG RAW_SEG (0x77e0) macro
H A Dasm.S460 movw $SCRATCHSEG, %ax
1359 movw $SCRATCHSEG, %ax
H A Dbuiltins.c1825 if (biosdisk (BIOSDISK_READ, current_drive, &geom, 0, 1, SCRATCHSEG)) in geometry_func()
/titanic_41/usr/src/grub/grub-0.97/grub/
H A Dasmstub.c162 assert ((SCRATCHSEG << 4) == SCRATCHADDR); in grub_stage2()
/titanic_41/usr/src/grub/grub-0.97/
H A DChangeLog2819 (make_saved_active): Use rawwrite. Don't use SCRATCHSEG, as it is
2830 (install_func): Use devwrite. Don't use SCRATCHSEG.
2831 (partnew_func): Use rawwrite. Don't use SCRATCHSEG.