View Single Post
  #5   (View Single Post)  
Old 10th October 2011
TerryP's Avatar
TerryP TerryP is offline
Arp Constable
 
Join Date: May 2008
Location: USofA
Posts: 1,547
Default

Quote:
Originally Posted by misssir View Post
i want to do this: before BSD reboot, my program wrote same data in memory, after reboot, my loader program read this data from memory, so i need bios not clear memory.

how can i do, have someone give me a advice? so thanks
Perhaps you should send it to a Non-Volatile form of storage like the disk first? "Memory" as it is commonly meant, is inherently volatile and someone tripping over the cord doesn't ask your program nicely .


Questions of how to do that in a program, are more relevant to programming (in your programming language) or unix in general.
__________________
My Journal

Thou shalt check the array bounds of all strings (indeed, all arrays), for surely where thou typest ``foo'' someone someday shall type ``supercalifragilisticexpialidocious''.
Reply With Quote