Computing.Net > Forums > Disk Operating System > TSR

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Click here to start participating now! Also, check out the New User Guide.

TSR

Reply to Message Icon

Name: shiladitya
Date: July 6, 2002 at 01:17:39 Pacific
Comment:

hi
I have two unrelated questions.
1. Why don't TSR run in windows ,but only in MSDOS mode?
2. why is there no fdisk program in Win2k. How do I create partitions ?
thanks in advance
shiladitya



Sponsored Link
Ads by Google

Response Number 1
Name: uneak
Date: July 6, 2002 at 23:43:11 Pacific
Reply:

Go to Administrative Tools the Computer Management. You should then see a Disk Management folder. If you select that folder then you will see what partitions you have. You may create and remove partitions here.


0

Response Number 2
Name: cup
Date: July 8, 2002 at 02:10:38 Pacific
Reply:

TSR - terminate and stay resident is a something left over from the DOS days when everyone wondered how DOS, which was a single tasking system, could do background printing.

Normally, when programs exit, they are wiped from memory. TSRs, however, are not wiped on termination. They are still resident. They normally work by hijacking one of the interrupts (normally the timer interrupt) and executing as part of the chain whenever the interrupt is invoked.

In Windows, 9X, NT etc (not 3.x), there is a protection layer which stops the interrupts from being modified. If they are, it could make the OS unstable and crash the system. Also, programs are loaded into virtual memory so the different memory locations may change their physical locations as the pages are swapped in and out. In DOS mode, you are given a virtual DOS machine so the interrupts can be hijacked and the TSR will behave like it does on DOS. Terminating the DOS session with a TSR running could make the system unstable.


0

Response Number 3
Name: shyboy
Date: July 9, 2002 at 04:47:45 Pacific
Reply:

win2k allows to to create partitions as part of disk services in administration tools


0

Sponsored Link
Ads by Google
Reply to Message Icon

Related Posts

See More


copy files GO DOS



Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Disk Operating System Forum Home


Sponsored links

Ads by Google


Results for: TSR

Loading TSRs into EMS memory - RMsoft Hy www.computing.net/answers/dos/loading-tsrs-into-ems-memory-rmsoft-hy/6436.html

Load all drivers and TSR's in Extended M www.computing.net/answers/dos/load-all-drivers-and-tsrs-in-extended-m/6689.html

TSR programs for key mapping www.computing.net/answers/dos/tsr-programs-for-key-mapping/6725.html