search for: rllpack

Displaying 7 results from an estimated 7 matches for "rllpack".

Did you mean: rlapack
2009 May 15
3
The "core32" development branch
Well, there is now a development branch in the git repository, which contains the infrastructure needed for rewriting the core in C. As an initial test case it simply contains a "Hello, World!" and a rewrite of rllpack in C. This is not production code in any way: SYSLINUX (the FAT version) is completely broken (I haven't had time to fix the installers yet) and the Linux kernel loader (as opposed to linux.c32) seems to have problems. Together with liu and Claudiu's work this summer, and eventually Stefa...
2010 Jul 15
1
Accessing command_line from core C code
...extern char ConfigFile[]; +extern uint32_t HighMemSize; +extern uint32_t VKernelEnd; +extern char command_line[]; /* diskstart.inc isolinux.asm*/ extern void getlinsec(void); @@ -29,6 +32,10 @@ extern int (*idle_hook_func)(void); extern void __idle(void); extern void reset_idle(void); +/* rllpack.c */ +extern void rllpack(com32sys_t *); +extern void rllunpack(com32sys_t *); + /* mem/malloc.c, mem/free.c, mem/init.c */ extern void *malloc(size_t); extern void *lmalloc(size_t); diff --git a/core/parseconfig.inc b/core/parseconfig.inc index e7b3108..f28a68e 100644 --- a/core/parseconfig.inc...
2005 Mar 26
4
[ISOLINUX] No boot: prompt with ISOLINUX 3.07
I found that the version of isolinux.bin (and the debug version too) doesn't work on my Via C3 system. I get the SAY text, but never the boot: prompt. C-A-Del doesn't reboot either. The debug version does not print anything after announcing it's opening the config file. Only the single SAY text follows. The cursor sits on the next blank line, useless (no responses to key presses).
2005 Feb 23
4
Maximum line length of APPEND option in PXELINUX
Hi, I just replaced the pxelinux.0 of some 2.x version by pxelinux.0 vers. 3.0.7. Some of the PXE Clients refused to boot thereafter (just stopped after reading the config file). I noticed that the APPEND line was too long. Is this intentional? What is the maximum length of the APPEND option line? Thanks, Thomas
2009 Apr 27
3
Question about vk_check and rllunpack
....scan: cmp esi,[VKernelEnd] jbe .not_vk mov di,VKernelBuf call rllunpack ; ESI updated on return Since "shuffler: make the new shuffler actually work" (0d8c3d040d9f733f95384f2d5e46609f73bd9c78) rllunpack in rllpack.inc looks like: ; ; rllunpack: ; Unpack bytes from SI into EDI ; On return (E)SI, EDI are updated and ; (E)CX contains number of bytes output. ; rllunpack: push word .pmentry call simple_pm_call ret bits 32 .pmentry...
2013 Jun 29
0
Syslinux 6.00 released
...core//idle.o /tmp/syslinux/efi64/efi/../core//console.o /tmp/syslinux/efi64/efi/../core//dmi.o /tmp/syslinux/efi64/efi/../core//writehex.o /tmp/syslinux/efi64/efi/../core//pmapi.o /tmp/syslinux/efi64/efi/../core//call16.o /tmp/syslinux/efi64/efi/../core//sysappend.o /tmp/syslinux/efi64/efi/../core//rllpack.o /tmp/syslinux/efi64/efi/../core//font.o /tmp/syslinux/efi64/efi/../core//graphics.o /tmp/syslinux/efi64/efi/../core//conio.o /tmp/syslinux/efi64/efi/../core//errno.o /tmp/syslinux/efi64/efi/../core//mem/init.o /tmp/syslinux/efi64/efi/../core//mem/free.o /tmp/syslinux/efi64/efi/../core//mem/malloc...
2013 Jun 29
6
Syslinux 6.00 released
On Sat, 29 Jun, at 01:57:58AM, Igor Sverkos wrote: > Hi, > > Matt Fleming wrote: > > On Tue, 25 Jun, at 01:52:00PM, Helmut Hullen wrote: > >> Thanks - now it crashes later ... > > > > What crash are you seeing? > > > >> I don't have the ia64 files which are needed for a complete binary. But > >> maybe that's only my special