README corrections
This commit is contained in:
parent
68a99e6d4b
commit
9fede36f41
2 changed files with 1 additions and 5 deletions
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in a new issue