port a kernel module from solaris 10 to HP-UX 11.31 [closed] - solaris

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 6 years ago.
Improve this question
I want to port a kernel module from solaris 10 to HP-UX 11.31.
There are any relevant guides for me?

Best practice is to find sample code that works for each kernel, and see how it uses the kernel functions. You'll not find many (if any) useful tutorials online for HPUX: a web search shows only books. Both Oracle and HP removed most of the useful information from their websites a few years ago.
Further reading:
So You Wanna Write Solaris Device Drivers?
Adding a kernel module to OpenSolaris
Developing Dynamically Loadable
Kernel Modules
Issue 1.0
(Google cache).

Related

Open source Matlab packaging tools [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 4 years ago.
Improve this question
I've developed a Matlab toolbox of my own and what to share it with a community of Matlab developers. Are there any open-source Matlab package management tools (like conda or pip for Python) that I could use?
There is a freely-available tbxmanager supported by a single person but the list of packages in the related repository is short. The package manager is built for MPT3 (Multi-parametric toolbox).
There is also a project for a pip-style access to the Matlab file exchange:
https://github.com/mobeets/mpm

Perl Version 5.16.3 download [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
Needed to download Perl 5.16.3 32 bit windows edition but unable to find the same. Can someone please suggest from where i can download this.
Apology if this is not the right forum to ask.
You can get all the Strawberry Perl releases here.
ActivePerl 5.16 is too old, so it's only availabe in the Business and Enterprise edition, details here.
Advanced users can compile Perl from the source code. This page seems to list the version you need.

What is an Exokernel? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
Aao!!
I'm currently learning how to create my own OS and am choosing which kernel to go for. I have heard of Monolithic Kernels, Microkernels, Hybrid Kernels, Nano Kernels and Exokernels.
The thing is, I don't understand what Wikipedia has on Nano and Exokernels.
Can someone please explain to me (in English) what the difference between these two kernels to something like a Monolith kernel?
Thanks in advance,
DreddTrekkiter

How can I test the antivirus program I am developing? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 8 years ago.
Improve this question
I need to develop antivirus software for Windows. Where can I download viruses or virus-like programs to test it with?
The EICAR test file is a good start, as it is an example of a self modifying program -- something that malware usually does.
Try one of the many fake antimalware programs out there. Some SO scrapers "featured" one recently, links are in meta stack overflow.
Possibly, make sure you try them in a virtual machine disconnected from the internet. ;)

i want to host a wiki site for an internal company project [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 2 years ago.
Improve this question
I don't have much experience with this. are there any free or low-cost solutions I can deploy? We have a relatively low-powered server running windows NT (ouch, i know).
Preferably something that allows multi-user access though something light-weight is the main consideration.
I used http://www.wikimatrix.org/ to compare features and prices of over 100 wiki engines last year for my company. Try it out.