bug-grub
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Use of dynamic memory


From: Volker Augustin
Subject: Use of dynamic memory
Date: Sun, 29 Oct 2000 12:32:13 +0100

Hello,
Is there a way to allocate a huge block of memory in the high memory area?
I just wrote "malloc" and "free" to handle the use of an already allocated 
block of memory. For example, I could allocate a static char array of fixed 
size and then use "malloc" and "free" to access this memory area dynamically.
But I don't know how much memory there is available to grub. I tried allocating 
a block of 10000 bytes (worked) and a block of 1000000 bytes (failed).

Volker




reply via email to

[Prev in Thread] Current Thread [Next in Thread]