Chapter 26 Flashcards

1
Q

What CLI do

A

CLI clears the interrupt flag to disable the interrupt system completely.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Why we stop all interruptions while changing a real time interrupt vector

A

So the system do not crash

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is Interrupt Chaining

A

We can transfer control to the original BIOS ISR in the end of our routine.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What is TSR

A

Terminate and Stay Resident

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What is transient program area

A

Programs are loaded and executed in this area and the space reclaimed on their exit.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What is freemem pointer

A

Freemem pointer points where the free memory begins in DOS.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Who is responsible for Freemem pointer actions

A

DOS service 4C

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What is service 31

A

This service is for legally terminate a program and give control back to DOS

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What happen when interrupt routine was overwritten

A

Program crashes

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What is DOSKEY

A

An extension to the operation system

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Is DOSKEY TSR

A

Yes

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What mem/c command do

A

This command displays all currently loaded drivers and the current state of memory. Our program also become a part of DOS.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly