Displaying 4 results from an estimated 4 matches for "su_ramdiskat".
2003 Feb 10
0
modifying initrd before high mem load
...of the gzip magic number at the front of the initrd
image. I would like to insert the following, but I can't seem to figure
out how to correctly 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...
2005 Jan 10
0
Re: Problems with loading ramdisk under SYSLINUX 3.05
...at FreeDOS does not work under VMware when using ISOLINUX 3.0x. After
> looking at their ISO image I downloaded syslinux-3.05, and there seems
> to be bad bug:
>
> You have this in kernel.inc:
>
> su_code32start resd 1 ; 0214 Start of code loaded high
> su_ramdiskat resd 1 ; 0218 Start of initial ramdisk
> su_ramdisklen equ $ ; Length of initial ramdisk
> su_bsklugeoffs resw 1 ; 0220
> su_bsklugeseg resw 1 ; 0222
> su_heapend resw 1 ; 0224
> su_pad...
2003 Dec 27
0
2 disks boot patch
...call unmangle_name ; 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
+...
2003 Dec 27
0
FW: 2 disks boot patch
...call unmangle_name ; 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
+...