Displaying 5 results from an estimated 5 matches for "muliu92".
2014 Apr 09
2
questions about pxelinux.
I google that pxelinux is a NBP, and i have there questions after glancing the source code, exactly pxelinux.asm.
1 should NBP specify target processor mode to 16? but also found 'BITS 32'in the pxelinux.asm.
2 should pxelinux.asm assemble into a raw binary file? but found '$(NASM) -f elf' in MAKEFILE under ./core/ dir.
3 can be used to boot window OS?
thanks for
2014 Apr 09
0
questions about pxelinux.
On Apr 9, 2014 5:19 AM, "??" <muliu92 at 163.com> wrote:
>
> I google that pxelinux is a NBP, and i have there questions after
glancing the source code, exactly pxelinux.asm.
>
>
> 1 should NBP specify target processor mode to 16? but also found
'BITS 32'in the pxelinux.asm.
It is in the correct format....
2014 May 12
2
compile error about 6.0.2
It's x86 arch.The reason of compiling pxelinux only is that i want to add tcp support, not http and ftp.
? 2014-05-08 18:09:15?"Gene Cumm" <gene.cumm at gmail.com> ???
On May 7, 2014 11:54 PM, "??" <muliu92 at 163.com> wrote:
> make[4]: Entering directory `/mlsyslinux/bios/com32/libupload'
> gcc -Wp,-MT,cpio.o,-MD,./.cpio.o.d -std=gnu99 -m32 -march=i386 -mpreferred-stack-boundary=2 -fno-stack-protector -fwrapv -freg-struct-return -Os -fPIC -fno-exceptions -fno-asynchronous-unwind-table...
2014 May 08
0
compile error about 6.0.2
On May 7, 2014 11:54 PM, "??" <muliu92 at 163.com> wrote:
> make[4]: Entering directory `/mlsyslinux/bios/com32/libupload'
> gcc -Wp,-MT,cpio.o,-MD,./.cpio.o.d -std=gnu99 -m32 -march=i386
-mpreferred-stack-boundary=2 -fno-stack-protector -fwrapv
-freg-struct-return -Os -fPIC -fno-exceptions
-fno-asynchronous-unwind-tables...
2014 May 08
2
compile error about 6.0.2
make -r -C /mlsyslinux -f /mlsyslinux/Makefile SRC="/mlsyslinux" \
OBJ=/mlsyslinux objdir=/mlsyslinux bios
make[1]: Entering directory `/mlsyslinux'
make -r -C /mlsyslinux/bios -f /mlsyslinux/Makefile SRC="/mlsyslinux" \
objdir=/mlsyslinux/bios OBJ=/mlsyslinux/bios HAVE_FIRMWARE=1 \
ARCH=i386 LDLINUX=ldlinux.c32 all
make[2]: