Skip to content

Commit 9e01abf

Browse files
author
Julio Guerra
committed
Spell checks
1 parent 5eeeef5 commit 9e01abf

File tree

1 file changed

+13
-6
lines changed

1 file changed

+13
-6
lines changed

README.md

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ environment:
2525

2626

2727
- A ready-to-use hardware state thanks to more advanced hardware
28-
initializations than what firmwares or bootloaders usually do,
28+
initialization than what firmwares or bootloaders usually do,
2929
including the floating point unit, caches and a convenient address
3030
space.
3131

@@ -69,7 +69,7 @@ Simply plug your I/O peripheral and get started:
6969

7070
That way, you can easily write, debug and test your I/O library just
7171
using [GDB], and then integrate it as a driver in any OS driver API
72-
such as linux, FreeRTOS, etc.
72+
such as Linux, FreeRTOS, etc.
7373

7474

7575
### High performance
@@ -117,6 +117,13 @@ this version. Please, [contact us for more
117117
details](https://farjump.io/contact-us).
118118

119119

120+
## Multi-core Debugging
121+
122+
Multi-core debugging is part of our business offer and is disabled in
123+
this version. Please, [contact us for more
124+
details](https://farjump.io/contact-us).
125+
126+
120127
# A convenient programming environment
121128

122129
## A bare metal C library
@@ -166,7 +173,7 @@ Syscalls that are implemented and can be used bare metal:
166173

167174
### A stack
168175

169-
The stack address is configured in the linker script throught the
176+
The stack address is configured in the linker script through the
170177
`__stack` symbol. Its size is thus the configured address minus the
171178
next non-free memory region.
172179

@@ -226,7 +233,7 @@ The raytracer example below use it to be able to interrupt endless
226233
loop and quit GDB.
227234

228235

229-
### Extra GDB commands
236+
### Alpha-specific commands
230237

231238
[Alpha] provides extra GDB commands accessible through `monitor`:
232239

@@ -304,7 +311,7 @@ $ ./scripts/install-rpi-boot.sh /dev/<your SD card>
304311

305312
Using GDB in client/server mode requires a link between your
306313
workstation and your Raspberry Pi. For portability reasons, we chose
307-
the Raspberry Pi's MiniUART. You can connect it to your workstation
314+
the Raspberry Pi's Mini-UART. You can connect it to your workstation
308315
using a USB-UART TTL **3.3V** (not 5V) converter.
309316

310317
Here are some random converter references:
@@ -324,7 +331,7 @@ including bare metal calls to `printf()` and `scanf()`, and a
324331
raytracer using the GPU.
325332

326333
Note that we use docker to produce our development environments and
327-
build a debian image with the expected tools, including the GCC
334+
build a Debian image with the expected tools, including the GCC
328335
toolchain for the ARM architecture. The Makefile command `make shell`
329336
builds the docker image according to [`sdk/Dockerfile`](sdk/Dockerfile).
330337
It is up to you to use it or use instead your own setup.

0 commit comments

Comments
 (0)