Hi all
I am currently writing my first kernal mode app in C.
The program I'm making is a simple program that will change a psps background, I want to know how to access the on board nand flash memory, I also need to know how to replace files, and need to no when i access the on board chip, to get to the files i want would i use paths for example flash1/vsh/theme
thanks for all your help
Kernal access
Please... stop saying "kernAl". it's kernEl, with a E..... It's not appropriate at all when taling about kernel mode vs. user mode.
See http://en.wikipedia.org/wiki/Kernal, http://en.wikipedia.org/wiki/Kernel_%28 ... science%29 and http://en.wikipedia.org/wiki/CPU_modes (check out the first paragraph under mode types)
As for kernel mode and flash access, you'll find all the necessary samples in the PSPSDK and in Dark_Alex's samples for HEN C. You can still brick your PSP if you mess up with flash1: if you crash the XMB, you'll need a custom firmware with recovery mode in order to get out of that sticky situation...
See http://en.wikipedia.org/wiki/Kernal, http://en.wikipedia.org/wiki/Kernel_%28 ... science%29 and http://en.wikipedia.org/wiki/CPU_modes (check out the first paragraph under mode types)
As for kernel mode and flash access, you'll find all the necessary samples in the PSPSDK and in Dark_Alex's samples for HEN C. You can still brick your PSP if you mess up with flash1: if you crash the XMB, you'll need a custom firmware with recovery mode in order to get out of that sticky situation...