Skip to content

Commit

Permalink
rc2014: float the keyboard at start up as some keyboards wait otherwise
Browse files Browse the repository at this point in the history
  • Loading branch information
Alan Cox committed Jul 10, 2021
1 parent 2e476a4 commit 549193f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Kernel/platform-rc2014/rc2014.s
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,11 @@ init_hardware:
ld a, #0x0C
out (FDC_DOR), a

; Let keyboard initialize freely - float all the lines

ld a,#0xFF
out (0xBB),a

; Play guess the serial port

;
Expand Down

0 comments on commit 549193f

Please sign in to comment.