Displaying 2 results from an estimated 2 matches for "kill_motor".
2002 May 15
1
Syslinux Bootsector
...n with multiple floppies impossible.
I'd like to submit a change of the SysLinux Bootsector that
is based on the newer 2.4.x kernel approaches to that problem
and worked fine for me:
;
; Linux wants the floppy motor shut off before starting the kernel,
; at least bootsect.S seems to imply so
;
kill_motor:
push ax
push dx
xor ax,ax
xor dx,dx
int 13h
pop dx
pop ax
instead of
mov dx,03F2h
xor al,al
call slow_out
Thx for any comments,
Martin Neuhaeusser
--
\ /...
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