Re: NVidia glx stuff dies in sysarch(I386_SET_LDT, ...)

From: Julian Elischer (julian_at_elischer.org)
Date: 08/02/03

  • Next message: Julian Elischer: "Re: NVidia glx stuff dies in sysarch(I386_SET_LDT, ...)"
    Date: Fri, 1 Aug 2003 16:18:37 -0700 (PDT)
    To: deischen@freebsd.org
    
    

    On Fri, 1 Aug 2003, Julian Elischer wrote:

    >
    > On Fri, 1 Aug 2003, Daniel Eischen wrote:
    >
    > >
    > > Perhaps we need to rethink the interface and disallow specification
    > > of any ldt; only allow dynamic. We would need a different method of
    > > setting an array of them, though.
    >
    > I think that for now we can allow anything over 6 because we are not a
    > BSDI binary.

    make that over 5

    _______________________________________________
    freebsd-current@freebsd.org mailing list
    http://lists.freebsd.org/mailman/listinfo/freebsd-current
    To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org"


  • Next message: Julian Elischer: "Re: NVidia glx stuff dies in sysarch(I386_SET_LDT, ...)"

    Relevant Pages

    • Re: NVidia glx stuff dies in sysarch(I386_SET_LDT, ...)
      ... > Perhaps we need to rethink the interface and disallow specification ... > of any ldt; only allow dynamic. ...
      (freebsd-current)
    • Re: NVidia glx stuff dies in sysarch(I386_SET_LDT, ...)
      ... >> Perhaps we need to rethink the interface and disallow specification ... >> setting an array of them, ...
      (freebsd-current)
    • Re: passing a NULL pointer from vb6 to an ATL method
      ... COBJINTERFACES and use the C macro for calling into the interface. ... local/call_as is necessary fior marshaling. ... Dim array as Double ... Then you need to write two shim functions in C to link with the ...
      (microsoft.public.vc.atl)
    • Re: Anders Hejlsberg comment on immutable objects
      ... > example of a situation where a read interface does help out. ... > able to read the byte array, ... > and trust the server method, you simply pass the full blown object. ... what is a violation of a const contract. ...
      (microsoft.public.dotnet.languages.csharp)
    • Re: .NET and COM Interop
      ... > I added a function that sets the array and it worked, ... To implement the interface properly you have to be a bit sneaky. ... try to implement the property properly, the compiler will complain. ... AssemblyInfo file whereas C# does not. ...
      (microsoft.public.dotnet.framework.interop)