Skip to content

Commit

Permalink
README.md: add 68HC11
Browse files Browse the repository at this point in the history
  • Loading branch information
Alan Cox committed Jul 27, 2021
1 parent 46ff640 commit 0ac4472
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ images should follow in time.
O_NDELAY, O_CLOEXEC, F_SETFL, F_DUPFD etc
* Address validation checks on all syscall copies
* Builds with a modern ANSI C compiler (SDCC)
* Kernel boots to userspace on 6303, 6502, 65C816, 68000, 6803, 6809, 8080, 8085, MSP430 (bitrotted) and Z80/Z180
* Core code can be built for 6303, 6502, 65C816, 68000, 6803, 6809, 8080, 8085, 8086, MSP430, pdp11, rabbit r2k/r3k and Z80/Z180 so should be far more portable
* Kernel boots to userspace on 6303, 6502, 65C816, 68000, 6803, 6809, 68HC11, 8080, 8085, MSP430 (bitrotted) and Z80/Z180
* Core code can be built for 6303, 6502, 65C816, 68000, 6803, 6809, 68HC11, 8080, 8085, 8086, arm32, MSP430, pdp11, rabbit r2k/r3k and Z80/Z180 so should be far more portable
* Core architecture designed to support building and maintaining
multiple target machines without forking each one
* Helpers to make many bits of implementation wrappers to core code
Expand Down

0 comments on commit 0ac4472

Please sign in to comment.