-
Notifications
You must be signed in to change notification settings - Fork 168
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
early_serial_setup()
is unavailable after init
#10
Comments
With kernel4 for DSM6 i already have the crash with early_setup. Only the kernel3 loaders are working while they dont do a reinit. When i disable reinit for DS918 in platform.h all is working.
|
Hm, so it seems to be even worse - it's install dependent as to when |
Juns loader 1.04 works fine with the same virtual Machine. Strange. |
The thing is the In the newer compilation of the kernel (starting with 6.2.4) they modified the init process by adding some of their own flags to it (the |
Aug 14 20:13:21 kernel: [ 3.197447] <redpill/runtime_config.c:172> Config validation resulted in OK |
We disabled it for now - afe20e4 The least invasive solution we can cobble together would be to try loading RP as I/O scheduler as - if we're reading the kernel code correctly - should ensure it executes just milliseconds before |
This is no longer an issue due to the following commits: |
See discussion in c390f74#comments
cc @semool @jumkey
The text was updated successfully, but these errors were encountered: