[hatari-devel] Command line tail |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/hatari-devel Archives
]
- To: emutos-devel@xxxxxxxxxxxxxxxxxxxxx, hatari-devel List <hatari-devel@xxxxxxxxxxxxxxxxxxx>
- Subject: [hatari-devel] Command line tail
- From: Charles Curley <charlescurley@xxxxxxxxxxxxxxxxx>
- Date: Wed, 29 Dec 2021 15:47:31 -0700
- Dkim-signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=charlescurley.com; s=default; h=Content-Transfer-Encoding:Content-Type: MIME-Version:Message-ID:Subject:To:From:Date:Sender:Reply-To:Cc:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:In-Reply-To:References:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=urvka+fRXfOAjLaSxrOJqc7ZwoOScBZHu8Vq7+SFpnk=; b=f02Y/ua0QrpPnDZH8iHoOgSXOJ Qpom9it5hJHOAP9tQVpm6KGg4m63LiHukKBg6d/jRXiLTF+bUQ7Z6PYDgQUAg1ca2kBC5S+zSvUgR reIWCsnmu1cdNza3moBqs46sjmIaFa77TWiRKk1G82O9adupSWgmOsAYUgNn+WEsqf+h+Z6xN+PTw IMTwWW102nxelHEZhytpNHma7K8d2dg+0cj3bNLnyTm7nXttrSHMuLrYzNCWOE42wkY0R2JScxIzc HM+VUK4rgEoXJnPNJJhJLWdAEYkqkLmH3XNFwq5YcCypUezyPBz5P/Ymu2YDtMun4J7sBoKiA7RTI GZBsf6UQ==;
- Organization: occasionally
I'm unsure whether this is an EmuTOS issue or a Hatari issue, so I am
sending to both.
I have an Atari ST application I use a lot, a Forth environment. I have
it running on Harai 2.3.1+dfsg-1 on Debian 11 (Bullseye). The Forth
program is a .ttp program, so when I click on it I can provide come
arguments to the program, much like launching a C compiler with
arguments such as the file to be compiled. I typically use that to have
the program do some further setup. All of that works, both from EmuTOS'
desktop, EmuCON, and from msh, the shell that Mark Willams C provides.
I have also developed a Linux desktop meant to launch the Forth and have
it do some setup. Alas, it launches Forth correctly, but the
rest of the command never gets to the Transient Process Area's command
line area. A dump of memory shows all 0s from the beginning of the
command line area (TPA + 0x80) to the end of the TPA (TPA + 0x100).
The command line entry in the .desktop file looks like so:
Exec=/bin/sh -c "hatari --screenshot-dir ${HOME}/Pictures --natfeats on --confirm-quit false --tos-res med --auto 'C:\FF\FAST4TH.TTP 3 load' --gemdos-drive O %f"
That "3 load" is the command I would like to see FAST$TH.TTP execute.
--
Does anybody read signatures any more?
https://charlescurley.com
https://charlescurley.com/blog/