Updated the PDP-11 SerialPort to support ALT-ENTER for LINE-FEED and ALT-DELETE for BACKSPACE, to stay in step with VT100 shortcuts
This commit is contained in:
parent
b1b992b432
commit
469d446ab7
14 changed files with 331 additions and 280 deletions
|
|
@ -11,4 +11,4 @@ RL01K disks are single-platter cartridges with 256 tracks per side, 40 sectors p
|
|||
256 bytes, for a total capacity of 5Mb (5,242,880 bytes). They are used in RL01 disk drives in conjunction
|
||||
with an [RL11 Disk Controller](/devices/pdp11/rl11/).
|
||||
|
||||
* [RSTS/E v7.0](rstsev70/) [[Source](http://skn.noip.me/pdp11/): RL2.DSK]
|
||||
* [RSTS/E v7.0](rstsv70/) [[Source](http://skn.noip.me/pdp11/): RL2.DSK]
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
layout: page
|
||||
title: "RL01K RSTS/E v7.0 Disk"
|
||||
permalink: /disks/dec/rl01k/rstsev70/
|
||||
permalink: /disks/dec/rl01k/rstsv70/
|
||||
---
|
||||
|
||||
RL01K RSTS/E v7.0 Disk
|
||||
Loading…
Reference in a new issue