bac83e0973
This new flag value specifies the directory in which the VM should look up the platform.dill file. A future change will require the VM to load another kernel binary from disk. This binary will also live in the same directory that --kernel-binaries specifies. This way, we avoid adding a different flag for each of the different binaries. R=asiva@google.com Review-Url: https://codereview.chromium.org/2933203004 .