Re: Linux 2.4.2ac12

From: J . A . Magallon (jamagallon@able.es)
Date: Mon Mar 05 2001 - 17:56:29 EST


On 03.05 Sergey Kubushin wrote:
> On Mon, 5 Mar 2001, Alexander Viro wrote:
>
> New Adaptec driver does not build. It won't. People, can anyone enlighten me
> why do we use a user space library for a kernel driver at all?
>
> gcc -I/usr/include -ldb1 aicasm_gram.c aicasm_scan.c aicasm.c aicasm_symbol.c
> -o aicasm

What that line does is to build a tool (aicasm) to generate the ucode that
is built into the kernel (afaik, it is a kind of assembler from a language
to AIC sequencer code). That is, the tool uses db1 (as mkdep.c uses glibc)
but once you have generated the sequencer instructions, that is what is built
into the kernel, not the tool (aicasm).

-- 
J.A. Magallon                                                      $> cd pub
mailto:jamagallon@able.es                                          $> more beer

Linux werewolf 2.4.2-ac11 #1 SMP Sat Mar 3 22:18:57 CET 2001 i686

- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Wed Mar 07 2001 - 21:00:18 EST