Skip to content

Commit

Permalink
README: minor cosmetic fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
jovanbulck committed Jul 20, 2023
1 parent a8e6390 commit 4c59c80
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 13 deletions.
21 changes: 9 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ This repository is organized as follows:
└── sdk -- Bindings to use SGX-Step with different SGX SDKs and libOSs.
```

## Building and running [![Build Status](https://travis-ci.org/jovanbulck/sgx-step.svg?branch=master)](https://travis-ci.org/jovanbulck/sgx-step)
## Building and running

### 0. System requirements

Expand Down Expand Up @@ -132,16 +132,12 @@ $ sudo update-grub && reboot

To check that the currently running kernel is configured correctly, execute:

```
```bash
$ sudo ./check_sys.sh
.. Checking recommended SGX-Step parameters [OK]
.. Checking unknown kernel parameters [OK]
.. Checking CPU features [OK]
.. Checking kernel page-table isolation [OK]
.. Checking recommended SGX-Step parameters [OK]
.. Checking unknown kernel parameters [OK]
.. Checking CPU features [OK]
.. Checking kernel page-table isolation [OK]
```

Finally, to improve overall execution time stability, you may opt to
Expand Down Expand Up @@ -211,8 +207,9 @@ Makefile targets furthermore dynamically link against the patched
`libsgx_urts.so` untrusted runtime built in the local `linux-sgx` directory
(using the `LD_LIBRARY_PATH` environment variable).

**Note (32-bit support).** Instructions for building 32-bit versions of
the SGX SDK and SGX-Step can be found in [README-m32.md](README-m32.md).
**Note (32-bit support).** Instructions (outdated and not maintained!) for
building 32-bit versions of the SGX SDK and SGX-Step can be found in
[README-m32.md](README-m32.md).

### 3. Build and run test applications

Expand Down
2 changes: 1 addition & 1 deletion check_sys.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#set -x

start_check() {
echo -ne "\n.. Checking $1"
printf ".. Checking %-40s" "$1"
errs=0
}

Expand Down

0 comments on commit 4c59c80

Please sign in to comment.