Merge branch 'next-release'

This commit is contained in:
Jeff Parsons 2016-05-23 17:03:58 -07:00
commit 2080300a68
2 changed files with 1 additions and 5 deletions

View file

@ -21,7 +21,7 @@ machines that automatically run the software. Ideally, everything in the librar
and linked to a page that describes the software in more detail, along with a live demonstration of the software,
but that's not yet a reality.
For application demos, see the [Application Archive](/apps/), which focuses excusively on applications.
For IBM PC application demos, see the [Application Archive](/apps/pcx86/), which focuses excusively on applications.
The [Disk Library](/disks/pcx86/library.xml) is a superset, including operating systems, application software,
computer diagnostics, programming tools, and more.

View file

@ -50,10 +50,6 @@ if (NODE) {
* other device component. It's currently allocated by the Computer's init() handler,
* which then calls the initBus() method of all the other components.
*
* When initMemory() initializes the entire address space, it also passes aMemBlocks
* to the CPU object, so that the CPU can perform its own address-to-block calculations
* (essential, for example, when the CPU enables paging).
*
* For memory beyond the simple needs of the ROM and RAM components (ie, memory-mapped
* devices), the address space must still be allocated through the Bus component via
* addMemory(). If the component needs something more than simple read/write storage,