add code of conduct section
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
# chibi pc-80
|
||||
 [](CODE_OF_CONDUCT.md)
|
||||
|
||||
### Description:
|
||||
## Description:
|
||||
The pc-80 will be a Z80-based microcomputer with an advanced I/O system, boot scheme, and graphics hardware:
|
||||
|
||||
- On boot, the coldboot ROM will search a FAT SD card for a bootfile, load it into RAM, and execute it. The bootfile will be a BIN file that is copied directly to RAM. This bootfile can be copied and moved the same as any other file, allowing for easy backup and distribution of boot code. Due to a quirk in the way the Z80 (and CP/M) operates, once the coldboot ROM has finished its work, it will remove itself from the memory address space.
|
||||
@@ -12,7 +12,7 @@ The pc-80 will be a Z80-based microcomputer with an advanced I/O system, boot sc
|
||||
|
||||
- The graphics system will be more advanced than most homebrew computer projects. It will have a custom TTL logic graphics card that will be able to display 320x200 in 256 colours over VGA. There will be 64k of double-buffered VRAM, interfaced via commands. The buffer will not copy unless a 'done' command is sent. This way, if the frame is not ready, the previous frame will be displayed, preventing tearing. These commands will include an auto-increment function, allowing entire bitmaps to be copied with ease. It will also have a text mode, utilizing bitmap copy from the character ROM.
|
||||
|
||||
### Todo:
|
||||
## Todo:
|
||||
|
||||
- Design mainboard
|
||||
|
||||
@@ -21,3 +21,6 @@ The pc-80 will be a Z80-based microcomputer with an advanced I/O system, boot sc
|
||||
- Program ROM
|
||||
|
||||
- Port software (customized [FUZIX](https://github.com/EtchedPixels/FUZIX))?
|
||||
|
||||
## Code of Conduct
|
||||
This project uses the [Contributor Covenant](CODE_OF_CONDUCT.md). While a code of conduct is not *strictly* neccesary at this stage, any form of discrimination will **not** be tolerated. Thank you for understanding.
|
||||
|
Reference in New Issue
Block a user