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
|
||||
for Sentinel 65X. It consists of several modules:
|
||||
This source tree builds a 512KB .bin file used to burn the system ROM
|
||||
for Sentinel 65X. It consists of modules:
|
||||
|
||||
- boot: initial boot code
|
||||
- irq: interrupt handler vectors and trampolines
|
||||
- bios: essential hardware driver code and IRQ handler implementations
|
||||
- bdos: core operating system
|
||||
- kernel: the OS kernel
|
||||
|
||||
In future, more modules are planned:
|
||||
|
||||
- A command line shell
|
||||
- A 65816 macro assembler
|
||||
- A text editor
|
||||
- Your idea here!
|
Loading…
Reference in New Issue