-
Notifications
You must be signed in to change notification settings - Fork 1
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
Port to old kernel #18
Comments
@lacraig2 started working on this: https://github.com/rehosting/linux/tree/min_2.6 |
Cole is fighting with compiling old kernels with modern toolchains. Got a base kernel to build with his container setup. Got min_2.6 branch to build - now need to compare diffs to figure out what's missing. |
OSI is a bit broken because it's an older kernel. But we can just do without OSI |
Cole is having difficulties building a kernel that works + runs with PANDA. Trying to build vanilla kernels and get them running under PANDA |
Cole has a kernel building that runs and we can interact with! But all our patches are leading to crashes - something in do_sys_open (customized) broke as well as in other places - debugging |
Can directly run initramfs with panda - but not working with full penguin setup |
We'll deprioritize this task for the next sprint and re-evaluate in September |
@alibobi focusing on 3.X kernels now instead of 2.6 |
Running into issues with root filesystem mounts. I think @coolkingcole is also interested in a 5.X kernel - might be worth exploring in parallel or together |
Ali is making progress on a 3.14 kernel - got it to see |
Kernel runs, boots, there's a shell and a filesystem - but weird Illegal Instruction errors (arm guest) at the end of running any command - and then init dies. |
Kernel is running, next steps port changes |
No description provided.
The text was updated successfully, but these errors were encountered: