Michael Forney
Michael Forney
Thanks for the report. Can you elaborate on your use case in which this is a problem? Usually when you have multiple build.ninja files, they are in separate directories, or...
@bonzini, I am interested in taking a look at what you've got, but I'd definitely prefer an implementation without threads.
The `linux-5.18.y` branch was there only because they merged some conflicting changes to objtool in a 5.18 point release that was resulting in merge conflicts with the latest stable release....
I don't understand why any of the examples listed as "false positives" should be rejected. The comments in the tests and the paper both seem to indicate that these are...
To be clear, I am not affiliated with the cparser project, but I do have my own C compiler project, so I am interested in edge cases like these. >...
> However, that means that aligned_struct_c18.c was not actually listed as a false positive test case, but as legal test case. cparser reports errors on it. The C11 standard does...
Thanks. This looks pretty unintrusive, so I'm fine with merging this. Could you look into setting up a continuous build on GitHub actions? I don't have a Windows machine, so...
> Its 2024 and I'm absoluetly here for this. > > I've tried Oasis in QEMU and it was great. Now I want to install it to disk. However, while...
> An ISO image will open SO MANY DOORS for many many people... I'm worried that those who can't open this first door will find 10 more doors immediately behind...
The kernel build system is extremely complex. This would be a nightmare to write and maintain. You can put your kernel `.config` into version control. That's what I do. @TheGitMux...