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

IPC #24

Merged
merged 7 commits into from
Jun 21, 2018
Merged

IPC #24

merged 7 commits into from
Jun 21, 2018

Conversation

pent0
Copy link
Collaborator

@pent0 pent0 commented Jun 17, 2018

This PR targeted to make a basic functional IPC system, and DFC if possible

1. IPC

  • Client: Can send a blind message, or send and receive synchronously or asynchronously.
  • Server: Receive a message

These two types: as a kernel object, will be the implementation of RSessionBase and RServer2, founding CSession2 and CServer2.

  • HLE IPC implemenation:
    • These calls are redirected to a HLE IPC server, which will fetch these call asynchronously each 64 ticks and execute the accepted messages queue. Sync and receive should put a thread to sleep until a certain nanoseconds.

## 2. DFC (No)

  • Replace the current thread handling with a DFC queue, to make compatibility with drivers that make IPC calls (unconfirmed).

## 3. FS IPC call (Master)

  • CApaCommandLine requires a EFileAdopt IPC call, so implementation of the FS IPC system calls is important. See FS:USER IPC & Tracking FBS #23 for more info.

@pent0 pent0 changed the title [WIP] IPC and DFC IPC and DFC Jun 21, 2018
@pent0 pent0 changed the title IPC and DFC IPC Jun 21, 2018
@pent0
Copy link
Collaborator Author

pent0 commented Jun 21, 2018

I was intended for this to include FS implementation, but now I feel like I shouldn't. AppArc server along with FS server will be implemented in master or another PR. DFC is unnecessary.

@pent0 pent0 merged commit 4ddd955 into master Jun 21, 2018
@pent0 pent0 deleted the ipc branch June 22, 2018 12:28
@TRR95 TRR95 added the Added / Resolved / Fixed An Issue Has Been Resolved / Fixed or An enhancement was added label Aug 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Added / Resolved / Fixed An Issue Has Been Resolved / Fixed or An enhancement was added
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants