-
Notifications
You must be signed in to change notification settings - Fork 2
Description
As I ramp up to look at a simulator-friendly idle mode for RSX280, I'm encountering some lack of clarity. Maybe this calls for actual fixes, maybe just some documentation notes?
I see an rsx280.sys referenced in the sysvmr rule, but that files appears to only be created in the target disk image; it's a copy of system.sys? I also see it going into [master]system.sys. So this is sort of a mirror image of how I think the copy-system rule works?
I also wanted to get some more insight by looking at the native build script, sysgen command file, but it's not in the source tree? It also works WRT a [build] which is not in the distribution. I can guess the point of syssrc and drvsrc, but those should also be officially noted, say in a script to place sources into a disk image for purposes of native kernel development?
Thanks!