Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tylpk1216/shellopt
Use this UEFI tool to set up ShellOpt environment variable.
https://github.com/tylpk1216/shellopt
uefi
Last synced: 7 days ago
JSON representation
Use this UEFI tool to set up ShellOpt environment variable.
- Host: GitHub
- URL: https://github.com/tylpk1216/shellopt
- Owner: tylpk1216
- License: mit
- Created: 2020-10-28T06:05:29.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2020-10-28T06:08:50.000Z (over 4 years ago)
- Last Synced: 2024-11-27T15:40:31.692Z (2 months ago)
- Topics: uefi
- Language: C
- Homepage:
- Size: 3.91 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ShellOpt
```
Use this UEFI tool to set up ShellOpt environment variable.
```# Environment
```
UDK2018
VC2015
```# Build Steps
```
1. Create "ShellOpt" folder in UDK\AppPkg.
2. Put ShellOpt.c and ShellOpt.inf in "ShellOpt" folder.
3. Add "AppPkg/Applications/ShellOpt/ShellOpt.inf" in "[Components]" of "ShellOpt\ShellOpt.dsc"
4. Build it
```