Displaying 8 results from an estimated 8 matches similar to: "fsc: pxelinux.0 not working"
2009 Dec 15
0
[GIT PULL] fsc branch
Hi hpa,
For now, I have finished the all the generic VFS-layer, generic path
searching and the dir stuff (you can use the dir.c32 module to list
the entries in a specified directory) in all the current fs(pxelinux
excluded).
BTW, I just added a new git repo, called fsc.git, to be my main git
repo. Well, in fact, it's a symlink of gsoc09_liu.git, so the both
will work(I guess).
hpa, should
2009 Sep 03
1
fsc branch: loop in pxe_idle_init() on qemu with pcnet card
syslinux-4.00-pre5-10-gdc10f7b locks up on qemu with pcnet card.
The problem seems to be in pxe_idle_init(). Added debug output:
dev_id: 10222000
before while loop h: 10 l: 0
h: 10 l: 0
e: 14e4166a
h modified
h: 350482265 l:0
h seems bogus as there are only 11 entries in pxe_need_idle_drain.
if (e == dev_id) {
found = true;
break;
} else if (e <
2009 Aug 10
1
fsc branch: merged ldlinux.asm and extlinux; failing test
Hi,
I merged ldlinux.asm and extlinux.asm on the fsc branch, observing that
there were very little difference between them left. So far, so good.
I found, however, a test which fails on the fsc branch (with or without
the merge.) I have tracked it down to vfat_mangle_name() overwriting a
bunch of random .bss16 memory, eventually including the CallbackSP variable.
2009 Sep 02
0
The fsc branch merged into the elflink branch...
Well, people...
I have just merged the "fsc" branch (filesystems in C, largely the work
of Liu Aleaxander) and the "elflink" branch (dynamic modules, the work
of Claudiu Mihail and Stefan Bucur) together... I haven't tested
anything other than it compiling, but it actually does compile. There
are almost guaranteed to be issues that I have missed, but well, we get
to
2009 Dec 18
2
[RFC][PATCH] fsc: convert the highmem.inc from assembly to C code
All,
Here is a RFC patch for converting the highmem.inc to C code, which doesn't
touch the core part. please help to review, thanks
Thanks,
Feng
2009 Sep 02
3
fsc branch and Bochs
I have just tried syslinux-4.00-pre5-3-g25fb8eb on Bochs + etherboot and it doesn't seem to work:
PXELINUX 4.00 pre5-3-g25fb8eb Copyright (C) 1994-2009 H. Peter Anvin et al
!PXE entry point found (we hope) at 9F00:0680 via plan A
UNDI code segment at 9F00 len 0AB0
UNDI data segment at 9E00 len 1000
Getting cached packet 01 02 03
My IP address seems to be C0A80178 192.168.1.120
2009 Oct 25
0
[fsc]Adding a generic path_lookup function in VFS
Hi hpa,
I just added the generic path_lookup function for EXTLINUX. hpa, It changed
a lot, so I want hear something from you.
First , here is the main skeleton of the generic path_lookup function:
> if (*name == '/') {
> inode = this_fs->fs_ops->iget_root(); // The way to get the root
> inode is different from different fs
> while(*name == '/')
>
2009 May 25
4
Crash with core32 (syslinux-3.81-pre12-68-g4a211f6)
I got a qemu crash and errors reported in bochs while trying to get latest core32
branch working (pxelinux):
qemu: fatal: Trying to execute code outside RAM or ROM at 0xe6e8aa07
EAX=6e0c7811 EBX=000034b3 ECX=ca68b338 EDX=00000048
ESI=750e3fff EDI=00000020 EBP=d07e4988 ESP=00102324
EIP=e6e8aa07 EFL=00000002 [-------] CPL=0 II=0 A20=1 SMM=0 HLT=0
ES =0028 00000000 ffffffff 00cf9300
CS =0020