On Sat, 2009-06-13 at 00:34 +0200, Vladimir 'phcoder' Serbinenko wrote:
> > It looks like \" cancels quoting for the subsequent characters, but it
> > shouldn't.
> Actually the problem is different: escaping in quoting isn't parsed at
> all. For first step lexer uses rescue mode parser which isn't
Hello
On Fri, Jun 12, 2009 at 8:14 PM, Vladimir 'phcoder'
Serbinenko wrote:
> Hello. Unlike some other types of modules (mfsroot, splash, ..)
> FreeBSD relies on ELF modules being partially parsed by booter. So I
> added new function freebsd_module_elf specifically for loading elf
> modules. I als