-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
19 changed files
with
412 additions
and
639 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,19 @@ | ||
|
||
cpm+ boot customizer: | ||
- selected drive | ||
- shell ($a0a2) | ||
- boot msg ($8a73) | ||
- foreground ($8a65) | ||
- background ($8a69) | ||
- border ($8a6d) | ||
- searchpath ($96e8) | ||
- drive ($96af) | ||
- user ($96b0) | ||
|
||
BOOT: | ||
* autoboot on c64 is broken (shell should run configured program) | ||
|
||
KMON: | ||
* `o` - old command, load and edit. perhaps `e` or `l` | ||
* make `r!` work by running sjdos | ||
* get command line args | ||
* batch files get stuck (64 mode only) | ||
|
||
PIP: | ||
* hex mode (/x) | ||
* info mode (/i) - show only load address and length | ||
|
||
CP/M | ||
* boot customizer | ||
* installer | ||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
|
||
dos5.1 (858) | ||
kmon $0801- | ||
smon $9519-$9fff | ||
editor64 $c000-$c64b (1611) | ||
hiloader64 (812) | ||
smon $9519-$9fff | ||
hiloader64 $c800- (812) | ||
dos5.1 $cc00-$cfff (858) | ||
ieee | ||
sweet16 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
#!/bin/bash | ||
|
||
DISKIMG=$1 | ||
|
||
c1541 $DISKIMG -bwrite boot/bootsect.128 1 0 -bwrite boot/autostart64.128 1 1 | ||
c1541 $DISKIMG -@ "b-a 8 1 0" -@ "b-a 8 1 1" -write c/setup |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,7 @@ | ||
Another good night not to sleep in a eucalyptus tree. | ||
Q: How much does it cost to ride the Unibus? | ||
A: 2 bits. | ||
|
||
|
||
There are three infallible ways of pleasing an author, and the three form a | ||
rising scale of compliment: 1, to tell him you have read one of his books; 2, | ||
to tell him you have read all of his books; 3, to ask him to let you read the | ||
manuscript of his forthcoming book. No. 1 admits you to his respect; No. 2 | ||
admits you to his admiration; No. 3 carries you clear into his heart. | ||
Training is everything. The peach was once a bitter almond; cauliflower is | ||
nothing but cabbage with a college education. | ||
-- Mark Twain, "Pudd'nhead Wilson's Calendar" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.