mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-09-22 22:21:38 +08:00
Updated the disk space required.
Fixed a typo in the hello world example.
This commit is contained in:
@@ -16,7 +16,7 @@ assessing the amount of disk space required for your installation:
|
||||
+----------------------------------------+------------------------------+
|
||||
| Component | Disk Space Required |
|
||||
+----------------------------------------+------------------------------+
|
||||
| archive directory | 20 Mbytes |
|
||||
| archive directory | 30 Mbytes |
|
||||
| tools src unzipped | 77 Mbytes |
|
||||
| each individual build directory | 120 Mbytes worst case |
|
||||
| each installation directory | 20-60 Mbytes |
|
||||
@@ -63,7 +63,7 @@ these tests:
|
||||
Place the following Ada source code in hello.adb:
|
||||
|
||||
@example
|
||||
with Text_IO: use Text_IO;
|
||||
with Text_IO; use Text_IO;
|
||||
|
||||
procedure Hello is
|
||||
begin
|
||||
|
||||
Reference in New Issue
Block a user