<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic loadable kernel module in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/loadable-kernel-module/m-p/3446479#M737255</link>
    <description>hello. I'm developing a file system which works on vnode level as a kernel loadable module on HPUX 11.11&lt;BR /&gt;actually, I implemented it on HPUX 11.00 and now I'm trying to port it to 11.11 &lt;BR /&gt;I compiled it with no warning but failed to load it. The log message was &lt;BR /&gt;"undefined symbol _assfail in loadable module." That sounds like that I need some library which has definition of _assfail().&lt;BR /&gt;anybody can help me please?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Sat, 18 Dec 2004 11:58:34 GMT</pubDate>
    <dc:creator>wanjin</dc:creator>
    <dc:date>2004-12-18T11:58:34Z</dc:date>
    <item>
      <title>loadable kernel module</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/loadable-kernel-module/m-p/3446479#M737255</link>
      <description>hello. I'm developing a file system which works on vnode level as a kernel loadable module on HPUX 11.11&lt;BR /&gt;actually, I implemented it on HPUX 11.00 and now I'm trying to port it to 11.11 &lt;BR /&gt;I compiled it with no warning but failed to load it. The log message was &lt;BR /&gt;"undefined symbol _assfail in loadable module." That sounds like that I need some library which has definition of _assfail().&lt;BR /&gt;anybody can help me please?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Sat, 18 Dec 2004 11:58:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/loadable-kernel-module/m-p/3446479#M737255</guid>
      <dc:creator>wanjin</dc:creator>
      <dc:date>2004-12-18T11:58:34Z</dc:date>
    </item>
    <item>
      <title>Re: loadable kernel module</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/loadable-kernel-module/m-p/3446480#M737256</link>
      <description>The function _assfail is an assert function available in a debuggable kernel only.  You'll need to make sure you don't compile your DLKM with the -D debugging defines.  Or you'll need to stub that call out.</description>
      <pubDate>Sun, 26 Aug 2007 07:47:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/loadable-kernel-module/m-p/3446480#M737256</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2007-08-26T07:47:27Z</dc:date>
    </item>
  </channel>
</rss>

