mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
869622ad38
Technically, i consider this an excellent work. I've made some efforts to make it easier for people get it actually up & running. This would have required an image of a DOS boot floppy, which we cannot provide. Instead, i wrote a small bootstrap loader (basically a small more(1) clone with builtin text) that can be ``booted'' from. It instructs the user how to get the image of a bootable DOS floppy, and where to find the various files. (The bootstrap loader requires bcc to be recompiled, but i'm providing a gzip'ed/uuencoded version in the files directory as well.) The pkg directory is not yet done. Will follow RSN. :)
11 lines
244 B
Plaintext
11 lines
244 B
Plaintext
*** programs/config.sys.orig Mon Mar 27 21:27:23 1995
|
|
--- programs/config.sys Mon Mar 27 22:19:26 1995
|
|
***************
|
|
*** 1,2 ****
|
|
! device=emufs.sys /
|
|
! stacks 9,512
|
|
--- 1,3 ----
|
|
! device=\emufs.sys /usr/local/lib/pcemu/C
|
|
! stacks 9,512
|
|
!
|