Updated readme.md
This commit is contained in:
parent
cc21b3d4bb
commit
40a3f39981
11
readme.md
11
readme.md
|
@ -1,15 +1,14 @@
|
||||||
# Sentinel 65X ROM Firmware
|
# 65X-DOS
|
||||||
|
|
||||||
This source tree builds the 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 several modules:
|
for Sentinel 65X. It consists of modules:
|
||||||
|
|
||||||
- boot: initial boot code
|
- boot: initial boot code
|
||||||
- irq: interrupt handler vectors and trampolines
|
- kernel: the OS kernel
|
||||||
- bios: essential hardware driver code and IRQ handler implementations
|
|
||||||
- bdos: core operating system
|
|
||||||
|
|
||||||
In future, more modules are planned:
|
In future, more modules are planned:
|
||||||
|
|
||||||
|
- A command line shell
|
||||||
- A 65816 macro assembler
|
- A 65816 macro assembler
|
||||||
- A text editor
|
- A text editor
|
||||||
- Your idea here!
|
- Your idea here!
|
Loading…
Reference in New Issue