Opened 10 years ago
Closed 10 years ago
#603 closed task (Unrelated)
OS/4 Compatibility
Reported by: | diver | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | ACPI PSD | Version: | 3.22.03 |
Keywords: | Cc: |
Description
according to the OS/4 developer the following would be enough to be compatible with it.
In file 'krnlfix.c' function void KernelFix(void) in the very beginning there should be:
if ((ULONG)&_KernKEEVersion > 0x10000) { Setup.SRKrnl = 1; KrnlVersion = 1; return; }
Change History (6)
comment:1 by , 10 years ago
follow-up: 4 comment:2 by , 10 years ago
I guessed that this happens. Right now it seems that one of the OS/4 devs thinks thats the right solution. I have no idea if it's true or not. All I know is that OS/4 and acpi are not compatible. And all I try is to overcome that little (or is it a big one) problem.
comment:3 by , 10 years ago
Sorry, but this is not correct. I already told "the OS/4 developer" exactly what was wrong/incompatible with his code. This has nothing to do with it.
Can you please share with us publicly, what exactly is "wrong/incompatible with his code"?
The "OS/4 developer" you are talking about is most probably not the one we are talking about. :)
comment:4 by , 10 years ago
comment:5 by , 10 years ago
This discussion is not appropriate here. This not a defect nor a problem with the PSD nor any other component of the ACPI project. It is not a design goal for the PSD to be compatible with anything other than the stated software. That being said, I am willing to discuss this in a private email. There will be no further discusson on this topic here and this ticket will be closed.
comment:6 by , 10 years ago
Resolution: | → Unrelated |
---|---|
Status: | new → closed |
Don't worry :) I write you in private and close this ticket.
Sorry, but this is not correct. I already told "the OS/4 developer" exactly what was wrong/incompatible with his code. This has nothing to do with it.