search for: skip_this_opt

Displaying 3 results from an estimated 3 matches for "skip_this_opt".

2003 Dec 29
1
Fix for the mem= kernel option
...next part -------------- --- runkernel.inc.ori 2003-08-22 05:39:37.000000000 +0200 +++ runkernel.inc 2003-10-05 17:18:16.000000000 +0200 @@ -198,6 +198,9 @@ %if HIGHMEM_SLOP != 0 sub ebx,HIGHMEM_SLOP %endif + cmp [cs:HighMemSize],ebx ; Set the memory only if less than the BIOS detected + jb skip_this_opt + mov [cs:HighMemSize],ebx jmp short skip_this_opt cmdline_end:
2003 Dec 27
0
2 disks boot patch
...ir mangles si call mangle_name ; Mangle ramdisk name pop si cmp byte [es:InitRD],NULLFILE ; Null filename? seta byte [es:initrd_flag] ; Set flag if not not_initrd: pop es ; Restore ES -> real_mode_seg skip_this_opt: lodsb ; Load from command line cmp al,' ' ja skip_this_opt @@ -287,20 +299,28 @@ call cwritestr ; ; Now see if we have an initial RAMdisk; if so, do requisite computation ; We know we have a new kernel; the...
2003 Dec 27
0
FW: 2 disks boot patch
...ir mangles si call mangle_name ; Mangle ramdisk name pop si cmp byte [es:InitRD],NULLFILE ; Null filename? seta byte [es:initrd_flag] ; Set flag if not not_initrd: pop es ; Restore ES -> real_mode_seg skip_this_opt: lodsb ; Load from command line cmp al,' ' ja skip_this_opt @@ -287,20 +299,28 @@ call cwritestr ; ; Now see if we have an initial RAMdisk; if so, do requisite computation ; We know we have a new kernel; the...