[PATCH v2 0/2] Mini-OS: hide mini-os internal symbols

Juergen Gross posted 2 patches 5 months, 1 week ago
Failed in applying to current master (apply log)
There is a newer version of this series
Makefile    |   8 +-
mini-os.map | 295 ++++++++++++++++++++++++++++++++++++++++++++++++++++
2 files changed, 301 insertions(+), 2 deletions(-)
create mode 100644 mini-os.map
[PATCH v2 0/2] Mini-OS: hide mini-os internal symbols
Posted by Juergen Gross 5 months, 1 week ago
In order to avoid conflicts due to symbols with the same name when
linking Mini-OS with an application, hide all Mini9-OS internal symbols
from the application by linking the Mini-OS kernel individually and
then removing all symbols which should be used internally only.

Changes in V2:
- added more symbols in patch 2

Juergen Gross (2):
  Mini-OS: link kernel separately
  Mini-OS: keep a positive list of externally visible symbols

 Makefile    |   8 +-
 mini-os.map | 295 ++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 301 insertions(+), 2 deletions(-)
 create mode 100644 mini-os.map

-- 
2.35.3