search for: not_initrd

Displaying 2 results from an estimated 2 matches for "not_initrd".

2003 Dec 27
0
2 disks boot patch
...6,32 @@ .notkeep: %endif push es ; Save ES -> real_mode_seg push cs pop es ; Set ES <- normal DS mov di,initrd_cmd mov cx,initrd_cmd_len repe cmpsb jne not_initrd +; begin - freddy77 + ; detect change needed + lodsw + cmp ah, ':' + je set_initrd_span + xor ax,ax + dec si + dec si +set_initrd_span: + mov [es:initrd_span], al +; end - freddy77 + mov di,InitRD push si ; mangle_dir mangles si...
2003 Dec 27
0
FW: 2 disks boot patch
...6,32 @@ .notkeep: %endif push es ; Save ES -> real_mode_seg push cs pop es ; Set ES <- normal DS mov di,initrd_cmd mov cx,initrd_cmd_len repe cmpsb jne not_initrd +; begin - freddy77 + ; detect change needed + lodsw + cmp ah, ':' + je set_initrd_span + xor ax,ax + dec si + dec si +set_initrd_span: + mov [es:initrd_span], al +; end - freddy77 + mov di,InitRD push si ; mangle_dir mangles si...