iBoot/lib/effaceable
Chris Nutter 1bf4efd552 first and last commit 2023-07-08 13:03:17 -07:00
..
common first and last commit 2023-07-08 13:03:17 -07:00
docs first and last commit 2023-07-08 13:03:17 -07:00
iboot first and last commit 2023-07-08 13:03:17 -07:00
iokit first and last commit 2023-07-08 13:03:17 -07:00
ios first and last commit 2023-07-08 13:03:17 -07:00
README first and last commit 2023-07-08 13:03:17 -07:00

README

Table of Contents:

README			          - this file, containing an overview of the contents of the AppleEffaceableStorage project
AppleEffaceableStorage.xcodeproj  - xcode project definition bundle for building iokit driver and ios utility command
common                            - portable core of the effaceable storage implementation, common to all build contexts
docs                              - various notes and (coming soon) design documents discussing effaceable storage
iboot                             - code specific to hosting portable core in iBoot context
iokit                             - code specific to hosting portable core in IOKit context
ios                               - code providing 'effaceable' command line utility in iOS; used only for user client example and internal development