8 Star 68 Fork 97

OpenHarmony / startup_bootstrap_lite

Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
Clone or Download
README.md 1.63 KB
Copy Edit Raw Blame History
eviews628 authored 2022-06-21 09:10 . fix spelling boostrap -> bootstrap

bootstrap_lite

Introduction

The bootstrap_lite module provides entry identifiers for starting services and features. When Samgr starts, it will call the entry function identified by bootstrap and start system services.

Directory Structure

base/startup/bootstrap_lite/    # bootstrap_lite module
└── services
    └── source               # Source files for the bootstrap_lite module

Constraints

Currently, the bootstrap_lite module applies only to mini-system devices (reference memory ≥ 128 KB), for example, Hi3861 V100.

Usage

When Samgr starts, the bootstrap_lite module is automatically invoked to start system services, without the need to be configured.

Repositories Involved

Startup subsystem

startup_syspara_lite

startup_appspawn_lite

startup_bootstrap_lite

startup_init_lite

1
https://gitee.com/openharmony/startup_bootstrap_lite.git
git@gitee.com:openharmony/startup_bootstrap_lite.git
openharmony
startup_bootstrap_lite
startup_bootstrap_lite
master

Search