Skip to content

Commit

Permalink
Specify that only the 32-bit mode of ARM is supported
Browse files Browse the repository at this point in the history
  • Loading branch information
Julio Guerra committed Mar 22, 2017
1 parent 9e01abf commit b1b8f36
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,13 @@ version of the Raspberry Pi.
[Alpha] provides a **modern** & **convenient** bare metal programming
environment:


- A ready-to-use hardware state thanks to more advanced hardware
initialization than what firmwares or bootloaders usually do,
including the floating point unit, caches and a convenient address
space.
space. Note that only the 32-bit mode of the ARM architecture is
supported and that other modes are part of our business-level
plan. Please, [contact us for more
details](https://farjump.io/contact-us).

- The ability to run standard C programs bare metal. C library
functions involving syscalls (`malloc`, `printf`, etc.) are
Expand Down Expand Up @@ -112,14 +114,14 @@ communicating through USB, or whatever comes to your mind.

## Operating System Debugging

OS-aware debugging is part of our business offer and is disabled in
OS-aware debugging is part of our business-level plan and is disabled in
this version. Please, [contact us for more
details](https://farjump.io/contact-us).


## Multi-core Debugging

Multi-core debugging is part of our business offer and is disabled in
Multi-core debugging is part of our business-level plan and is disabled in
this version. Please, [contact us for more
details](https://farjump.io/contact-us).

Expand Down

0 comments on commit b1b8f36

Please sign in to comment.