fxos/fxos
Lephenixnoir c9ecb855de
finish the base interfaces
* switch from File to Buffer to manage file contents
* boilerplate for a proprer command-line interface, and complete help
* add a notion of Addressable to avoid losing the source address of very
  information provided by the OS type
* use addressables in the AbstractMemory interface
* fully parse the header and footer of OSes
* bring [fxos info] to the level of the previous implementation
* make most of the OS attributes public
* use char* instead of void* for translation, since void* arithmetic
  triggers a hell of warnings in C++
2019-12-15 18:40:05 +01:00
..
fxos-cli.h finish the base interfaces 2019-12-15 18:40:05 +01:00
info.cpp finish the base interfaces 2019-12-15 18:40:05 +01:00
main.cpp finish the base interfaces 2019-12-15 18:40:05 +01:00