Displaying 3 results from an estimated 3 matches for "cs_cmdline".
2013 Feb 06
1
Syslinux-5.01 cmd.c32 broken: __com32 undefined
Rather than acting like a typical C program using argc/argv, cmd.c32
uses __com32.cs_cmdline to retrieve what's passed to it. meminfo.c32
uses __intcall() which in the library calls __com32.cs_intcall(). Is
__com32 only exposed for library functions or is there something else
missing in here? Should accessing __com32.cs_cmdline be abstracted
via a function call for protection? Shou...
2014 Jun 09
1
syslinux (pxelinux.0) debug prints
...0fde563d7c255872bbadad87a39dfa (tag:
> refs/tags/syslinux-5.02-pre3)
> Author: Matt Fleming <matt.fleming at intel.com>
> Date: Fri Feb 22 15:13:38 2013 +0000
>
> com32: Add com32_cmdline() which returns argv[1..argc-1]
>
> cmd.c32 needs an equivalent of __com32.cs_cmdline now that the COMBOOT
> code is dead. Introducing com32_cmdline(), which returns a string
> consisting of module arguments from argv[1] to argv[argc-1], separated
> by spaces.
>
>
> Reported-by: Gene Cumm <gene.cumm at gmail.com>
> Signed-off-by: Matt F...
2013 Feb 25
0
[syslinux:elflink] com32: Add com32_cmdline() which returns argv[ 1..argc-1]
...ng at intel.com>
> AuthorDate: Fri, 22 Feb 2013 15:13:38 +0000
> Committer: Matt Fleming <matt.fleming at intel.com>
> CommitDate: Sat, 23 Feb 2013 11:52:17 +0000
>
> com32: Add com32_cmdline() which returns argv[1..argc-1]
>
> cmd.c32 needs an equivalent of __com32.cs_cmdline now that the COMBOOT
> code is dead. Introducing com32_cmdline(), which returns a string
> consisting of module arguments from argv[1] to argv[argc-1], separated
> by spaces.
>
> Reported-by: Gene Cumm <gene.cumm at gmail.com>
> Signed-off-by: Matt Fleming <matt.fleming...