From mboxrd@z Thu Jan 1 00:00:00 1970 From: Julius Schwartzenberg Subject: Re: install-freedos-master Date: Sun, 11 Apr 2021 13:12:10 +0200 Message-ID: <4719df4f-6c3e-1df2-2c20-ccda06128f02@gmail.com> References: Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=subject:to:references:from:message-id:date:user-agent:mime-version :in-reply-to:content-language:content-transfer-encoding; bh=7u1RTwJYz6XpjudumXtHC/oC2O7XkZexdRLCTsZJsNU=; b=JqLpcEy9qWk/myGZ0W0zpnd4q70l9Um9o3FNK2LYF3oWg8xuH/0eqo6xmQk0csOiXZ A2SZ5Fliqhd+aLxUW/IxUIxQNH2np5/AFYNbtVlrdXcED+h2l1Nco4uv9iHkR/SjIneL v89LB2DgoeKEw9rLj9xjqtOwNQTeRORaQnA08nwEewgQYe2OFu6zPgb16823utFhEVnj sZ1kfOQktXAXnkxmuVZs0i45Hek8ZKaXdcr8eFVIxC+S6EQjFWLggjN0r+L9JatLN20W GvO/mgAyiroqoE57E8HvXPIefw3665yK6JxEPK1TBveWU/98sLfTYaesWVYWHlLE8ZDk kzcQ== In-Reply-To: Content-Language: en-US List-ID: Content-Type: text/plain; charset="us-ascii"; format="flowed" To: Jude DaShiell , linux-msdos@vger.kernel.org The intention is that `make install` or `sudo make install` puts all files in the correct spot. By default that would be in /usr/local/libexec/dosemu. dosemu-setupfreedos is called from dosemu-installfreedosuserspace which in turn is called from insfdusr.bat which is installed in /usr/local/share/dosemu2-extras/bat. The default configuration mounts that to f: and puts it in the path, also a message is printed that this command can be executed when all is in place. dosemu-installfreedosuserspace will first trigger dosemu-downloaddos that downloads the set of zip files (you observed that it failed previously), those are put in a directory below ~/.cache/dosemu. Then it will call dosemu-setupfreedos which unpacks those zip files and creates a structure representing how FreeDOS was provided for dosemu 1. You can call the individual scripts manually too, provide the -h argument to get info on how they work. Note that this is not typically needed. For instance the downloading is not repeated in case that was done previously. I appreciate you're looking into this and are providing feedback. Thanks! Some of the design/structure is sub-optimal and will also be revisited over time. Op 11-04-2021 om 12:55 schreef Jude DaShiell: > where should everything be living for dosemu-setupfreedos to work? > I have freedos12 on the system and dosemu-setupfreedos doesn't find it. > Also when inside dosemu where does dosemu find its batch files? >