Displaying 3 results from an estimated 3 matches for "unmangle_name".
2003 Dec 27
0
2 disks boot patch
...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
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 a...
2003 Dec 27
0
FW: 2 disks boot patch
...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
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 a...
2005 Dec 15
3
menu.c32 - Return from sub-menu
I am new to SYSLINUX/PXELINUX and it is great! Thanks!
Looking around the archives for uses/examples for the simple menu
(menu.c32) for our implementation (DOS boot with networking support for
various NICs), and it occurred to me that I might want to go back to the
main menu if I ended up in the wrong sub-menu. Also would be useful if
one needed to create multiple levels of menus and wanted to