Skip to content

Commit e531c19

Browse files
author
Felix "xq" Queißner
committed
More minor touchups
1 parent 032bd73 commit e531c19

4 files changed

Lines changed: 7 additions & 7 deletions

File tree

content/about.smd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,9 +82,9 @@ The following table shows a comparison to other "small" computers. It should hel
8282
| CPU Bus Width | 32 bit | 64 bit | 8 bit | 32 bit | 8 bit |
8383
| CPU Architecture | Arm Cortex-M33 | Arm Cortex-A72 | AVRe+ | Arm Cortex-M0+ | 6502 |
8484
| CPU Model | [Raspberry Pi RP2350](https://www.raspberrypi.com/products/rp2350/) | [Broadcom BCM2711](https://www.raspberrypi.com/documentation/computers/processors.html#bcm2711) | [ATmega328P](https://www.microchip.com/en-us/product/atmega328p) | [Raspberry Pi RP2040](https://www.raspberrypi.com/products/rp2040/) | [W65C02S](https://wdc65xx.com/integrated-circuit) |
85-
| CPU Cores | 2 | 4 | 1 | 2 | 1 |
85+
| CPU Cores | 2 | 4 | 1 | 2 | 1 |
8686
| CPU Clock | 150 MHz | 1.8 GHz | 16 MHz | 133 MHz | 1 MHz |
87-
| System Memory | 8.5 MB | 1, 2, 4 or 8 GB | 2 KB | 264 kB | 64 kB |
87+
| System Memory | 8 MB | 1, 2, 4 or 8 GB | 2 KB | 264 kB | 64 kB |
8888
| Comprehensible | []($image.siteAsset('img/check.svg')) | []($image.siteAsset('img/cross.svg')) | []($image.siteAsset('img/check.svg')) | []($image.siteAsset('img/check.svg')) | []($image.siteAsset('img/check.svg')) |
8989
| Modern I/O | []($image.siteAsset('img/check.svg')) | []($image.siteAsset('img/check.svg')) | []($image.siteAsset('img/cross.svg')) | []($image.siteAsset('img/cross.svg')) ¹ | []($image.siteAsset('img/cross.svg')) |
9090
| Modular Design | []($image.siteAsset('img/check.svg')) | []($image.siteAsset('img/cross.svg')) | []($image.siteAsset('img/cross.svg')) | []($image.siteAsset('img/check.svg')) | []($image.siteAsset('img/check.svg')) ² |

content/ashet-os.smd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Why build a new OS? The honest answer: **[Just for Fun. No, Really.](https://jus
3333
But a few sparks helped light the fire:
3434

3535
* **[Amiga OS](https://en.wikipedia.org/wiki/Workbench_(AmigaOS)#Workbench_3.5,_3.9)**
36-
showed what’s possible: blazingly fast and snappy on just 8 MHz.
36+
showed what’s possible: blazingly fast and snappy on a [68k processor](https://en.wikipedia.org/wiki/Motorola_68000) with just 8 MHz.
3737
* **[SerenityOS](https://serenityos.org/)** brought a sense of modern ambition and fun to open-source OS design.
3838
* **[Redox OS](https://www.redox-os.org/), [Plan 9](https://plan9.io/plan9/), and others** keep the world excited about OS innovation.
3939
* **Frustration with today’s sluggishness:** It’s baffling how slow modern Windows can feel on incredibly powerful hardware.

content/hardware.smd

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ On the back will be a mechanical power switch and a 12V barrel jack for power su
4646

4747
These features are available no matter what expansion cards you have installed.
4848

49-
- [RP2350](https://www.raspberrypi.com/products/rp2350/) Main SoC
49+
- [Raspberry Pi RP2350](https://www.raspberrypi.com/products/rp2350/) Main SoC
5050
- 150 MHz
5151
- Dual-"Socket" Architecture
5252
- Each socket can be either a
@@ -150,11 +150,11 @@ The backplane is the big interconnect in the system, connecting all other compon
150150
The backplane houses the following components:
151151

152152
- **Southbridge** \
153-
Built on top of the [Parallax Propeller 2](http://parallax.com/propeller-2/), the southbridge is a true power house.
153+
Built on top of the [Parallax Propeller 2](http://parallax.com/propeller-2/), the southbridge is a true powerhouse.
154154
Sparing one CPU core and 64kB of RAM for each expansion slot, we can easily communicate with each expansion slot,
155155
sure we won't miss a thing.
156156
- **I²C Switch**
157-
The I²C switch can connect up to 8 "subnets" into our main I²C network. This way, each expansion card gets a full universe of I²C addresses,
157+
The I²C switch can connect up to 8 subnets into our main I²C network. This way, each expansion card gets a full universe of I²C addresses,
158158
while no conflicts happen with our internal I²C devices.
159159
- **IRQ Mux** \
160160
The IRQ Mux receives one interrupt lane from each expansion slot and can notify the mainboard that an expansion needs

layouts/frontpage.shtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
</p>
5151
<hr>
5252
<p class="main">
53-
The Ashet Home Computer is an expandable and hackable computer in the spirits of the 80's home computers.
53+
The Ashet Home Computer is an expandable and hackable computer in the spirit of the 80's home computers.
5454

5555
Fully understandable by a single person, yet powerful enough to run a graphical desktop OS, it tries to bridge the gap between Arduinos and a RaspberryPi.
5656

0 commit comments

Comments
 (0)