Searched refs:SCRATCHSEG (Results 1 – 6 of 6) sorted by relevance
/titanic_41/usr/src/grub/grub-0.97/stage2/ |
H A D | disk_io.c | 350 if (biosdisk (BIOSDISK_READ, drive, &buf_geom, 0, 1, SCRATCHSEG)) in rawwrite() 365 sector, 1, SCRATCHSEG)) in rawwrite()
|
H A D | shared.h | 77 #define SCRATCHSEG RAW_SEG (0x77e0) macro
|
H A D | asm.S | 460 movw $SCRATCHSEG, %ax 1359 movw $SCRATCHSEG, %ax
|
H A D | builtins.c | 1825 if (biosdisk (BIOSDISK_READ, current_drive, &geom, 0, 1, SCRATCHSEG)) in geometry_func()
|
/titanic_41/usr/src/grub/grub-0.97/grub/ |
H A D | asmstub.c | 162 assert ((SCRATCHSEG << 4) == SCRATCHADDR); in grub_stage2()
|
/titanic_41/usr/src/grub/grub-0.97/ |
H A D | ChangeLog | 2819 (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.
|