Updated readme.md
This commit is contained in:
parent
436b86aa2a
commit
6a812e40b5
|
@ -1,12 +1,9 @@
|
||||||
# 65X-DOS
|
# 65X-DOS
|
||||||
|
|
||||||
This source tree builds a 512KB .bin file used to burn the system ROM
|
This source tree builds a 512KB .bin file used to burn the system ROM
|
||||||
for Sentinel 65X. It consists of modules:
|
for Sentinel 65X. It is designed to be modular; the kernel and boot code
|
||||||
|
use only the lowest 64KB of the 512KB ROM, leaving plenty of room for
|
||||||
- boot: initial boot code
|
additional software in ROM. In future, more modules are planned:
|
||||||
- kernel: the OS kernel
|
|
||||||
|
|
||||||
In future, more modules are planned:
|
|
||||||
|
|
||||||
- A command line shell
|
- A command line shell
|
||||||
- A 65816 macro assembler
|
- A 65816 macro assembler
|
||||||
|
|
Loading…
Reference in New Issue