staticint __init init_bootinfo_procfs(void)
{ /* * This cannot go into save_bootinfo() because kmalloc and proc don't * work yet when it is called.
*/ struct proc_dir_entry *pde;
if (!bootinfo_size) return -EINVAL;
bootinfo_copy = kmemdup(bootinfo_tmp, bootinfo_size, GFP_KERNEL); if (!bootinfo_copy) return -ENOMEM;
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.