Skip to content

Commit

Permalink
Use disk.cfg for diskmaker and use prom and ucadr from source tree.
Browse files Browse the repository at this point in the history
Nuke some old files.
  • Loading branch information
ams committed Jun 3, 2017
1 parent bc6819b commit 903072a
Show file tree
Hide file tree
Showing 13 changed files with 38 additions and 367 deletions.
3 changes: 1 addition & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ lod: lod.c macro.c
$(CC) $(CFLAGS) -o $@ $<

disk.img:
./diskmaker -c -f disk.img -t template.disk9
./diskmaker -c -f disk.img -t disk.cfg

clean:
rm -f *.o usim lod readmcr diskmaker lmfs xx
Expand All @@ -83,4 +83,3 @@ iob.o: DEFINES+=$(DISPLAY_DEFINES)
kbd_new.o: DEFINES+=$(DISPLAY_DEFINES)
kbd_old.o: DEFINES+=$(DISPLAY_DEFINES)
main.o: DEFINES+=$(DISPLAY_DEFINES)

5 changes: 5 additions & 0 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,11 @@ onto the lispm keyboard.

Some default keys:

f1 terminal
f2 system
f3 network
f4 abort
f5 clear_input
esc Alt Mode
f1 Terminal
f2 System
Expand Down
19 changes: 0 additions & 19 deletions cadrmem.c

This file was deleted.

4 changes: 2 additions & 2 deletions config.c
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ static char *disk_filename;
const char *
config_get_promsym_filename(void)
{
return "promh.sym.9";
return "../l/lispm1/promh.sym.9";
}

const char *
Expand All @@ -24,7 +24,7 @@ config_get_mcrsym_filename(void)
if (mcrsym_filename)
return mcrsym_filename;

return "ucadr.sym.841";
return "../l/lispm1/ucadr.sym.841";
}

void
Expand Down
30 changes: 30 additions & 0 deletions disk.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
#
# Trident T-300
# with very small FILE dir
#
output:
disk.img
#
label:
cyls 825
heads 19
blockspertrack 17
mcr MCR1
lod LOD1
#brand ""
#text ""
comment ../l/lispm1/ucadr.mcr.841
#
partitions:
MCR1 021 0224 ../l/ubin/ucadr.mcr.841
MCR2 0245 0224
MCR3 0471 0224
MCR4 0715 0224
PAGE 01141 0100000
LOD1 0101141 061400 ../bands/system-78-42.LOD
LOD2 0162541 061400
LOD3 0244141 061400
LOD4 0325541 061400
FILE 0407141 0400000


158 changes: 0 additions & 158 deletions div.c

This file was deleted.

46 changes: 0 additions & 46 deletions keyboard.cfg

This file was deleted.

27 changes: 0 additions & 27 deletions template.disk1

This file was deleted.

20 changes: 0 additions & 20 deletions template.disk2

This file was deleted.

8 changes: 0 additions & 8 deletions template.disk3

This file was deleted.

26 changes: 0 additions & 26 deletions template.disk4

This file was deleted.

Loading

0 comments on commit 903072a

Please sign in to comment.