Skip to content

Commit fb3c7e0

Browse files
committed
Move all documentation to README.adoc
This includes both separate .md files, and documentation that was on the head of the .S source files. Retest everything as this was done, and fix a few easy things.
1 parent ce9636f commit fb3c7e0

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

110 files changed

+2947
-3289
lines changed

LICENSE.adoc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
= LICENSE
2+
3+
See: link:README.adoc#license[]

LICENSE.md

Lines changed: 0 additions & 17 deletions
This file was deleted.

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ clean:
3939
rm -fr *$(OBJ_EXT) *$(OUT_EXT) *$(TMP_EXT)
4040

4141
run: $(RUN_FILE)
42-
$(QEMU) -drive 'file=$(RUN_FILE),format=raw' -smp 2
42+
$(QEMU) -drive 'file=$(RUN_FILE),format=raw' -smp 2 -soundhw pcspk
4343

4444
debug: $(RUN_FILE)
4545
$(QEMU) -hda '$(RUN_FILE)' -S -s &

0 commit comments

Comments
 (0)