SQLite isn't OS dependent.  It also isn't directly subject to a virus, so
to speak.  Think of it as a plugin for a web browser, or DLC for a game, or
similar sorts.  You take the SQLite Library and either compile the source
code into your program, or, you link it to DLL files.  SQLite already
relies on whatever OS it needs to deal with (Which is mostly writing to
files).  Not to mention the maintenance of dealing with Windows Updates
when they decide to start changing things at the kernel level.  As soon as
you start talking to the kernel directly, you're also bypassing drivers to
talk to the hard drive (Or whatever the read/write device is) that Windows
protects which means now the programmer has to take into consideration
every hard drive, every RAID configuration, every BIOS setting, etc.  As a
matter of fact, I'm pretty sure that you CAN'T talk to hardware at the
kernel level without Windows getting in the way somewhere.


On Fri, Apr 25, 2014 at 12:36 AM, NULL <[email protected]> wrote:

> Hello,
>
>   all!
>   Maybe,I thinks it's usefull that if sqlite add support for windows
> kernel.
>   Now more and more users develop thire software in kernel,they must deal
> all the things by themselves with no STL,BOOST and so on.
>   If they need handle some complex works,it's a hard work.So usually,they
> do  as less sa they can in kernel.
>   This suject is very important especially for Anti-Virus software for it
> do much complex work in kernel very offten.If Sqlite can work in windows
> kernel,this things get better.
>
>
>
>
> ------------------
>  Sincerely,
>                                 Zhou Ran
> _______________________________________________
> sqlite-users mailing list
> [email protected]
> http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users
>
_______________________________________________
sqlite-users mailing list
[email protected]
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to