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

samples: Add kubrdige sample #258

Closed
wants to merge 5 commits into from
Closed

samples: Add kubrdige sample #258

wants to merge 5 commits into from

Conversation

joel16
Copy link
Contributor

@joel16 joel16 commented Jan 26, 2025

A short and sweet sample that demonstrates how to use a kernel function inside a usermode application. This involves using kubrdige to load the kernel module, and then using its exported kernel function inside a usermode application.

LIBDIR =
LDFLAGS =

LIBS = -lpspkubridge
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This won't work in this rep unfortunately. You'd have to add the sample to the package in the psp-packages repo. We did the sample with th sdl2 sample.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah okay, I'll have a look at that and do the same then.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cool, thanks for the effort. It'd be great to have this.

@joel16 joel16 closed this Jan 27, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants