I don't where to put gdt, is linear address a valid address?
I don't know also where to put the interrupt handlers!
How big must a stack be?
How to implement a communication between task witch don't share memory?
Thanks!
memory management questions
RE:memory management questions
>On 2001-10-29 06:54:35, Stefan wrote:
>I don't where to put gdt, is linear address a valid address?
>I don't know also where to put the interrupt handlers!
s>How big must a stack be?
>How to implement a communication between task witch don't share memory?
>Thanks!
I don't know what gdt is. Linear address are valid. (well at least from my experiance :p)
I don't know the exact mininum is but I believe that a stack has
to be a few bytes long to function
you got me on the communication thing
~phate
>I don't where to put gdt, is linear address a valid address?
>I don't know also where to put the interrupt handlers!
s>How big must a stack be?
>How to implement a communication between task witch don't share memory?
>Thanks!
I don't know what gdt is. Linear address are valid. (well at least from my experiance :p)
I don't know the exact mininum is but I believe that a stack has
to be a few bytes long to function
you got me on the communication thing
~phate
RE:memory management questions
>On 2001-10-30 09:29:52, Phate wrote:
>>On 2001-10-29 06:54:35, Stefan wrote:
>>I don't where to put gdt, is linear address a valid address?
>>I don't know also where to put the interrupt handlers!
>s>How big must a stack be?
>>How to implement a communication between task witch don't share memory?
>>Thanks!
>
>I don't know what gdt is. Linear address are valid. (well at least from my experiance :p)
>
>
>I don't know the exact mininum is but I believe that a stack has
>to be a few bytes long to function
>
>you got me on the communication thing
>~phate
gdt is Global Descroptor Table and is used for memory management in Protected Mode
>>On 2001-10-29 06:54:35, Stefan wrote:
>>I don't where to put gdt, is linear address a valid address?
>>I don't know also where to put the interrupt handlers!
>s>How big must a stack be?
>>How to implement a communication between task witch don't share memory?
>>Thanks!
>
>I don't know what gdt is. Linear address are valid. (well at least from my experiance :p)
>
>
>I don't know the exact mininum is but I believe that a stack has
>to be a few bytes long to function
>
>you got me on the communication thing
>~phate
gdt is Global Descroptor Table and is used for memory management in Protected Mode
RE:memory management questions
>On 2001-10-30 09:40:58, Stefan wrote:
>>On 2001-10-30 09:29:52, Phate wrote:
>>>On 2001-10-29 06:54:35, Stefan wrote:
>>>I don't where to put gdt, is linear address a valid address?
>>>I don't know also where to put the interrupt handlers!
>>s>How big must a stack be?
>>>How to implement a communication between task witch don't share memory?
>>>Thanks!
>>
>>I don't know what gdt is. Linear address are valid. (well at least from my experiance :p)
>>
>>
>>I don't know the exact mininum is but I believe that a stack has
>>to be a few bytes long to function
>>
>>you got me on the communication thing
>>~phate
>
>gdt is Global Descroptor Table and is used for memory management in Protected Mode
Thx for the info I haven't really messed with pmode all that much
>>On 2001-10-30 09:29:52, Phate wrote:
>>>On 2001-10-29 06:54:35, Stefan wrote:
>>>I don't where to put gdt, is linear address a valid address?
>>>I don't know also where to put the interrupt handlers!
>>s>How big must a stack be?
>>>How to implement a communication between task witch don't share memory?
>>>Thanks!
>>
>>I don't know what gdt is. Linear address are valid. (well at least from my experiance :p)
>>
>>
>>I don't know the exact mininum is but I believe that a stack has
>>to be a few bytes long to function
>>
>>you got me on the communication thing
>>~phate
>
>gdt is Global Descroptor Table and is used for memory management in Protected Mode
Thx for the info I haven't really messed with pmode all that much
RE:memory management questions
>On 2001-10-30 13:14:23, Anonymous wrote:
>>On 2001-10-30 09:40:58, Stefan wrote:
>>>On 2001-10-30 09:29:52, Phate wrote:
>>>>On 2001-10-29 06:54:35, Stefan wrote:
>>>>I don't where to put gdt, is linear address a valid address?
>>>>I don't know also where to put the interrupt handlers!
>>>s>How big must a stack be?
>>>>How to implement a communication between task witch don't share memory?
>>>>Thanks!
>>>
>>>I don't know what gdt is. Linear address are valid. (well at least from my experiance :p)
>>>
>>>
>>>I don't know the exact mininum is but I believe that a stack has
>>>to be a few bytes long to function
>>>
>>>you got me on the communication thing
>>>~phate
>>
>>gdt is Global Descroptor Table and is used for memory management in Protected Mode
>
>Thx for the info I haven't really messed with pmode all that much
No problem, it was my pleasure!
>>On 2001-10-30 09:40:58, Stefan wrote:
>>>On 2001-10-30 09:29:52, Phate wrote:
>>>>On 2001-10-29 06:54:35, Stefan wrote:
>>>>I don't where to put gdt, is linear address a valid address?
>>>>I don't know also where to put the interrupt handlers!
>>>s>How big must a stack be?
>>>>How to implement a communication between task witch don't share memory?
>>>>Thanks!
>>>
>>>I don't know what gdt is. Linear address are valid. (well at least from my experiance :p)
>>>
>>>
>>>I don't know the exact mininum is but I believe that a stack has
>>>to be a few bytes long to function
>>>
>>>you got me on the communication thing
>>>~phate
>>
>>gdt is Global Descroptor Table and is used for memory management in Protected Mode
>
>Thx for the info I haven't really messed with pmode all that much
No problem, it was my pleasure!