Displaying 2 results from an estimated 2 matches for "load_fat_next".
2003 Dec 27
0
2 disks boot patch
...ig/ldlinux.asm 2003-12-04 04:47:57.000000000
+0100
+++ syslinux-2.08/ldlinux.asm 2003-12-18 23:21:48.000000000 +0100
@@ -694,25 +694,33 @@
; on.
;
jmp 0:.next
.next:
;
; Tell the user we got this far
;
mov si,syslinux_banner
call writestr
+; begin - freddy77
+ call load_fat
+ jmp load_fat_next
+; end - freddy77
;
; Remember, the boot sector loaded only the first cluster of
LDLINUX.SYS. ; We can really only rely on a single sector having been
loaded. Hence ; we should load the FAT into RAM and start chasing
pointers... ;
+; begin - freddy77
+
+load_fat:
+; end - freddy77
xor ax,a...
2003 Dec 27
0
FW: 2 disks boot patch
...ig/ldlinux.asm 2003-12-04 04:47:57.000000000
+0100
+++ syslinux-2.08/ldlinux.asm 2003-12-18 23:21:48.000000000 +0100
@@ -694,25 +694,33 @@
; on.
;
jmp 0:.next
.next:
;
; Tell the user we got this far
;
mov si,syslinux_banner
call writestr
+; begin - freddy77
+ call load_fat
+ jmp load_fat_next
+; end - freddy77
;
; Remember, the boot sector loaded only the first cluster of
LDLINUX.SYS. ; We can really only rely on a single sector having been
loaded. Hence ; we should load the FAT into RAM and start chasing
pointers... ;
+; begin - freddy77
+
+load_fat:
+; end - freddy77
xor ax,a...