sel4-tutorials
Tutorials for working with seL4 and/or CAmkES.
파일 탐색기
- pr.yml
- push.yml
- test.yml
- CODE_OF_CONDUCT.md
- CONTRIBUTING.md
- dep5
- helpers.cmake
- CAmkESTutorial.pdf
- design.md
- seL4-APILib-details.pdf
- seL4-APILib-overview.pdf
- seL4-devices.pdf
- seL4-Overview.pdf
- seL4-realtime.pdf
- seL4RTTutorial_Guide.txt
- training-intro.pdf
- alloc.h
- alloc.c
- constructors.c
- CMakeLists.txt
- BSD-2-Clause.txt
- CC-BY-SA-4.0.txt
- __init__.py
- context.py
- expect.py
- macros.py
- tutorialstate.py
- camkes-vm-crossvm.md
- hello.c
- Makefile
- CMakeLists.txt
- devices.camkes
- CMakeLists.txt
- module_minimal.camkes
- settings.cmake
- camkes-vm-kernel-module.md
- camkes-vm-linux.md
- capabilities.md
- CMakeLists.txt
- fault-handlers.md
- hello-camkes-0.md
- hello-camkes-1.md
- hello-camkes-2.md
- CMakeLists.txt
- hello-camkes-timer.md
- hello-world.md
- CMakeLists.txt
- interrupts.md
- CMakeLists.txt
- ipc.md
- CMakeLists.txt
- libraries-1.md
- CMakeLists.txt
- libraries-2.md
- CMakeLists.txt
- libraries-3.md
- CMakeLists.txt
- libraries-4.md
- mapping.md
- CMakeLists.txt
- mcs.md
- CMakeLists.txt
- notifications.md
- threads.md
- untyped.md
- driver.h
- driver.c
- .gitignore
- .linkcheck-ignore.yml
- .stylefilter
- common.py
- Findsel4-tutorials.cmake
- init.py
- README.md
- settings.cmake
- template.py
- test.py
# CDN으로 사용하기
jsDelivrjsDelivr는 공개 GitHub 리포지토리를 별도 설정 없이 CDN으로 즉시 서빙합니다. 버전과 파일을 고르면 웹페이지에 바로 붙일 수 있는 링크와 예시 코드가 만들어집니다.
링크
예시
명령어 용어집
이 문서에서 사용된 명령어를 모아봤습니다. 낯선 명령어가 있다면 펼쳐서 확인해보세요.
ninja
설명 보기 ▼
ninja
빠른 빌드를 위해 설계된 빌드 시스템.
더 많은 정보: <https://ninja-build.org/manual.html>.
ninja
현재 디렉토리에서 빌드:
ninja -j {{4}}
현재 디렉토리에서 빌드하고, 동시에 4개의 작업을 병렬로 실행:
ninja -C {{path/to/directory}}
주어진 디렉토리에서 프로그램 빌드:
// repository documentation
Was this content helpful?
(0 ratings)
