Skip to content
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

PPCTASK structure not compatible with OS4 task structure #5

Open
DvdBoon opened this issue Aug 22, 2016 · 1 comment
Open

PPCTASK structure not compatible with OS4 task structure #5

DvdBoon opened this issue Aug 22, 2016 · 1 comment
Assignees

Comments

@DvdBoon
Copy link
Contributor

DvdBoon commented Aug 22, 2016

Some WarpOS programs use variables from the PPCTASK structure, e.g. after a FindTaskPPC(0) it looks at the PPCTASK_MSGPORT and does a WaitPortPPC(). The PPCTASK structure is different from the OS4 task structure and wrong values are being used.

In case of the PPCTASK_MSGPORT: this is now emulated. Unknown at this point is whether other values of the PPCTASK structure are being used by programs.

@DvdBoon DvdBoon self-assigned this Aug 22, 2016
@DvdBoon
Copy link
Contributor Author

DvdBoon commented May 31, 2017

WarpStat and showtasks look at this structure too. But they first crash by trying to get to the task list using LockTaskList. I guess I have to support that in a way.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant