kevans 6c0d9d5a9b stand/lua: Fix module_path handling with multiple kernels
Once we've successfully loaded a kernel, we add its directory to
module_path. If we switch kernels with the kernel selector, we again prepend
the kernel directory to the current module_path and end up with multiple
kernel paths, potentially with mismatched kernel/modules, added to
module_path.

Fix it by caching module_path at load() time and using the cached version
whenever we load a new kernel.
2018-02-18 00:56:12 +00:00
..
2018-02-15 15:01:07 +00:00
2018-02-14 18:05:37 +00:00
2018-02-02 15:01:49 +00:00
2018-02-17 00:12:30 +00:00
2018-02-08 22:59:51 +00:00
2017-12-02 00:06:58 +00:00