search for: loadinitrd

Displaying 4 results from an estimated 4 matches for "loadinitrd".

Did you mean: load_initrd
2007 Jun 18
4
pxelinux bug's
Hello Peter, The attached patch contains three small (although 2 of them are fundamental :) fixes for pxelinux 1. Alignment error when more than one initramfs are loaded using initrd - the alignment of the last disk is discarded in calculations but is ALWAYS present when the loading procedure is called. As a result - the second image (cpio) is not recognized. 2. On some platforms
2003 Feb 10
0
modifying initrd before high mem load
...address the data pointed to by SI. Any help would be greatly appreciated. ; ; Load RAM disk into high memory ; ; Need to be set: ; su_ramdiskat - Where in memory to load ; su_ramdisklen - Size of file ; SI - initrd filehandle/cluster pointer ; loadinitrd: push es ; Save ES on entry mov ax,real_mode_seg mov es,ax mov edi,[es:su_ramdiskat] ; initrd load address + unscrambleinitrd: + xor [si:0],constant_xor_value pus...
2003 Dec 27
0
2 disks boot patch
...Create human-readable name sub di,InitRDCName mov [InitRDCNameLen],di mov di,InitRD call searchdir ; Look for it in directory @@ -322,25 +342,39 @@ mov [es:su_ramdiskat],edx ; Load address call loadinitrd ; Load initial ramdisk jmp short initrd_end initrd_notthere: mov si,err_noinitrd call cwritestr mov si,InitRDCName call cwritestr mov si,crlf_msg +; begin - freddy77 + cmp byte [initrd_span], 0 + jne retr...
2003 Dec 27
0
FW: 2 disks boot patch
...Create human-readable name sub di,InitRDCName mov [InitRDCNameLen],di mov di,InitRD call searchdir ; Look for it in directory @@ -322,25 +342,39 @@ mov [es:su_ramdiskat],edx ; Load address call loadinitrd ; Load initial ramdisk jmp short initrd_end initrd_notthere: mov si,err_noinitrd call cwritestr mov si,InitRDCName call cwritestr mov si,crlf_msg +; begin - freddy77 + cmp byte [initrd_span], 0 + jne retr...