|
| How to access SMBios in NLM |
 |
Mon, 14 Jan 2008 19:02:45 GMT |
Hi,
I need to access SMBios in NLM(CONFIG.NLM is not enough for me). I googled a
page saying physical memory could be accessed through ReadPhysicalMemory
function. However, I counldn't find any API documentation of function
ReadPhysicalMemory inside Novell website. Does anybody have any idea on it
or show me how to access physical memory though some other way on Netware?
Thanks in advance,
-Mike
|
| Post Reply
|
| Re: How to access SMBios in NLM - 1 attachment |
 |
Tue, 15 Jan 2008 01:56:46 GMT |
Hi Mike,
"Michael Chen" <mchen@tannerycreeksystems.com> wrote in
news:plOij.19352$k06.4541@kovat.provo.novell.com:
> Hi,
>
> I need to access SMBios in NLM(CONFIG.NLM is not enough for me). I
> googled a page saying physical memory could be accessed through
> ReadPhysicalMemory function. However, I counldn't find any API
> documentation of function ReadPhysicalMemory inside Novell website. Does
> anybody have any idea on it or show me how to access physical memory
> though some other way on Netware?
you mean total available memory?
I was just on that too; see attached sample I just wrote to demonstrate a bug
with one of the functions - but what you need works....
Günter.
|
| Post Reply
|
 |
| Re: How to access SMBios in NLM - 1 attachment |
 |
Tue, 15 Jan 2008 15:22:27 GMT |
Hi Guenter,
Thanks for your response. Maybe my words were not clear. What I am going to
do is to grub information from SMBIOS which is located between 0x000F0000
and 0xFFFF0000 of the physical memory in the system. My question is which
APIs(or any other ways) for NLM can be used to read this part of memory? I
am not going to calculate memory amount.
Regards,
-Mike
"Guenter" <devforums@novell.com> wrote in message
news:ypUij.19535$k06.2780@kovat.provo.novell.com...
> Hi Mike,
> "Michael Chen" <mchen@tannerycreeksystems.com> wrote in
> news:plOij.19352$k06.4541@kovat.provo.novell.com:
>
>> Hi,
>>
>> I need to access SMBios in NLM(CONFIG.NLM is not enough for me). I
>> googled a page saying physical memory could be accessed through
>> ReadPhysicalMemory function. However, I counldn't find any API
>> documentation of function ReadPhysicalMemory inside Novell website.
Does
>> anybody have any idea on it or show me how to access physical memory
>> though some other way on Netware?
> you mean total available memory?
> I was just on that too; see attached sample I just wrote to demonstrate a
> bug
> with one of the functions - but what you need works....
>
> Günter.
>
>
>
>
|
| Post Reply
|
| Re: How to access SMBios in NLM - 1 attachment |
 |
Tue, 15 Jan 2008 21:55:41 GMT |
Hi,
Did you try the following:
http://support.novell.com/techcenter/articles/dnd20020705.html
Best Regards,
Andrey Karyagin
ABG Card Technology
Software Development Department
> Hi Guenter,
>
> Thanks for your response. Maybe my words were not clear. What I am going to
> do is to grub information from SMBIOS which is located between 0x000F0000
> and 0xFFFF0000 of the physical memory in the system. My question is which
> APIs(or any other ways) for NLM can be used to read this part of memory? I
> am not going to calculate memory amount.
>
> Regards,
>
> -Mike
>
> "Guenter" <devforums@novell.com> wrote in message
> news:ypUij.19535$k06.2780@kovat.provo.novell.com...
>
>>Hi Mike,
>>"Michael Chen" <mchen@tannerycreeksystems.com> wrote in
>>news:plOij.19352$k06.4541@kovat.provo.novell.com:
>>
>>
>>>Hi,
>>>
>>>I need to access SMBios in NLM(CONFIG.NLM is not enough for me). I
>>>googled a page saying physical memory could be accessed through
>>>ReadPhysicalMemory function. However, I counldn't find any API
>>>documentation of function ReadPhysicalMemory inside Novell website.
Does
>>>anybody have any idea on it or show me how to access physical
memory
>>>though some other way on Netware?
>>
>>you mean total available memory?
>>I was just on that too; see attached sample I just wrote to demonstrate
a
>>bug
>>with one of the functions - but what you need works....
>>
>>G�nter.
>>
>>
>>
>>
>
>
|
| Post Reply
|
| Re: How to access SMBios in NLM - 1 attachment |
 |
Wed, 16 Jan 2008 00:54:47 GMT |
Hi Mike,
"Michael Chen" <mchen@tannerycreeksystems.com> wrote in
news:Tc4jj.19771$k06.17167@kovat.provo.novell.com:
> Hi Guenter,
>
> Thanks for your response. Maybe my words were not clear. What I am going
> to do is to grub information from SMBIOS which is located between
> 0x000F0000 and 0xFFFF0000 of the physical memory in the system. My
> question is which APIs(or any other ways) for NLM can be used to read
> this part of memory? I am not going to calculate memory amount.
sorry, it wasnt with your words, but more with me not reading carefully...
Günter.
|
| Post Reply
|
|
|
|
|
|
|
|
|
|