search for: new_menu

Displaying 2 results from an estimated 2 matches for "new_menu".

Did you mean: new_mem
2019 Apr 16
1
Fix: menu immediate for submenu
...2. Two MENU END # end-of-config *Code analysis* The 'menu_entry' associated with a label inherits the 'immediate' flag of the parent 'menu' [record()] unless overridden for the label. The sub 'menu' inherits the 'immediate' flag of the parent 'menu' [new_menu()]. But the 'menu_entry' associated with a sub-menu doesn't inherit the 'immediate' flag. Not sure if this was an oversight in the original delivery of the feature, or if it was intentional (the patch description does cover the design intention) *Possible issue* There is no wa...
2011 Mar 09
14
[PATCH 00/12] elflink shrinkage
From: Matt Fleming <matt.fleming at linux.intel.com> This is a series of patches that, * shrink the core by moving things into an ldlinux ELF module * begin wiring up some of the C versions of various functions The core now only contains essential code and loads the ldlinux module to do everything else, like providing a command line interface and loading kernels. The config file parsing