Re: Terminate and Stay Resident Software (TSR) in Linux
- From: "Ulf Samuelsson" <ulf@xxxxxxxxxxxxx>
- Date: Thu, 23 Nov 2006 23:13:16 +0100
karthikbg wrote:
Hi,
What is the equivalent of TSR in linux ?
With the help of google, I found in one link that daemons are the TSRs
of linux.
But the TSR concept is quite different from the daemon concept in
Linux.
I find that, A daemon (or service) is a background process that is
designed to run autonomously,with little or not user intervention.
Further, TSR is rather than simply saying "terminate me" to DOS, it
says: "I'm xxx bytes
long. Now terminate me but DON'T OVERWRITE ME." Which is to
say: Terminate me, but let me Stay Resident.
TSR programs will be eliminated by the presence of full
multitasking operating systems.
TSR programs will be here for the duration as
necessary and viable add-ons to otherwise incomplete solutions.
So, how does TSR fit into linux as Linux is a multitasking operating
system with good solutions ?
Kindly share your views / info regarding the TSR in linux .
A kernel driver compiled as a module can be added to the kernel
after the kernel has started running,
$ modprobe mymodule par1=<xxx> name="yyy" etc.
Thx in advans,
Karthik Balaguru
--
Best Regards,
Ulf Samuelsson
ulf@xxxxxxxxxxxxx
This message is intended to be my own personal view and it
may or may not be shared by my employer Atmel Nordic AB
.
- References:
- Terminate and Stay Resident Software (TSR) in Linux
- From: karthikbg
- Terminate and Stay Resident Software (TSR) in Linux
- Prev by Date: Re: RAM test question
- Next by Date: IDE device driver query
- Previous by thread: Re: Terminate and Stay Resident Software (TSR) in Linux
- Next by thread: Re: Terminate and Stay Resident Software (TSR) in Linux
- Index(es):
Relevant Pages
|
|