Displaying 2 results from an estimated 2 matches for "no_change_disk".
2003 Dec 27
0
2 disks boot patch
...We know we have a new kernel; the old_kernel code already
will have objected ; if we tried to load initrd using an old kernel ;
load_initrd:
test byte [initrd_flag],1
jz nk_noinitrd
+; begin - freddy77
+ ; detect change needed
+ cmp byte [initrd_span], 0
+ je no_change_disk
+retry_disk:
+ call change_disk
+no_change_disk:
+; end - freddy77
push es ; ES->real_mode_seg
push ds
pop es ; We need ES==DS
mov si,InitRD
mov di,InitRDCName...
2003 Dec 27
0
FW: 2 disks boot patch
...We know we have a new kernel; the old_kernel code already
will have objected ; if we tried to load initrd using an old kernel ;
load_initrd:
test byte [initrd_flag],1
jz nk_noinitrd
+; begin - freddy77
+ ; detect change needed
+ cmp byte [initrd_span], 0
+ je no_change_disk
+retry_disk:
+ call change_disk
+no_change_disk:
+; end - freddy77
push es ; ES->real_mode_seg
push ds
pop es ; We need ES==DS
mov si,InitRD
mov di,InitRDCName...