How do you keep information you need after shutting down the computer
When the bootloader loads the kernel, i'm trying to optimize the initialization and cache things that were already loaded.
Thanks.
kernel database.
Re: kernel database.
You could use SQLite3 and SQLite3 Amalgamation for really persistent data.
You could also use a set of cache and configuration files with journaling in a tree with some logic, to keep device detection and configuration information, as well as user preferences and configuration changes to apply at boot time. Also files to resume the whole system.
You could also use a set of cache and configuration files with journaling in a tree with some logic, to keep device detection and configuration information, as well as user preferences and configuration changes to apply at boot time. Also files to resume the whole system.
YouTube:
http://youtube.com/@AltComp126
My x86 OS/software:
https://sourceforge.net/projects/api-simple-completa/
Donate to get more food/programming resources/computers:
https://www.paypal.com/donate/?hosted_b ... QS2YTW3V64
http://youtube.com/@AltComp126
My x86 OS/software:
https://sourceforge.net/projects/api-simple-completa/
Donate to get more food/programming resources/computers:
https://www.paypal.com/donate/?hosted_b ... QS2YTW3V64