tree: 4a8098622ca730ea162e1b7aab0b52553cc1f6ee [path history] [tgz]
  1. test/
  2. BUILD.gn
  3. main.h
  4. OWNERS
  5. panic.cc
  6. phys.ld
  7. phys_executable.gni
  8. README.md
  9. stack.cc
  10. stack.h
zircon/kernel/phys/README.md

kernel/phys -- Physical memory mode code for Zircon

This subdirectory contains code to support the “phys” environments for Zircon. The lib/arch overview provides a good description of what the various environments are and what constraints each has.

The main uses for this code are physboot, boot shims, and tests for those. In the future it will also cover a variety of EFI cases.