v85: add floppy, ramdisc and rtc
authorAlan Cox <alan@linux.intel.com>
Thu, 28 Feb 2019 21:33:28 +0000 (21:33 +0000)
committerAlan Cox <alan@linux.intel.com>
Thu, 28 Feb 2019 21:33:28 +0000 (21:33 +0000)
commitaf87405630136fead5af5a10e47f952f0be89da1
treef4718c40ba4d8cc6c3ca260dccc55fa8e40bfe11
parent5663645c9ec9857752c229419bc1c7ff60cb127e
v85: add floppy, ramdisc and rtc

Based on the emulations added to the emulator. This hopefully gives people some
more examples to work with when writing stuff.
12 files changed:
Kernel/platform-v85/Makefile
Kernel/platform-v85/README
Kernel/platform-v85/config.h
Kernel/platform-v85/devices.c
Kernel/platform-v85/devrd.c [new file with mode: 0644]
Kernel/platform-v85/devrd.h [new file with mode: 0644]
Kernel/platform-v85/fdc765.s [new file with mode: 0644]
Kernel/platform-v85/main.c
Kernel/platform-v85/mdrive.s [new file with mode: 0644]
Kernel/platform-v85/msm5832.c [new file with mode: 0644]
Kernel/platform-v85/platform_fdc765.h [new file with mode: 0644]
Kernel/platform-v85/v85.s