Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Command line tools for kickstart 1.3 #100

Open
DarwinNE opened this issue Dec 22, 2019 · 0 comments
Open

Command line tools for kickstart 1.3 #100

DarwinNE opened this issue Dec 22, 2019 · 0 comments

Comments

@DarwinNE
Copy link

Hello,
I am porting a moderately large text adventure game to Amiga and I would like to target the Amiga 500.
I noticed from #52 that by adding to my code the following lines:

int __nocommandline = 1;
int __oslibversion = 34;

I can get code that is compiled.
I noticed that my code runs if I only use a combination of simple printf() and gets() commands, but I also noticed that the machine hangs or I get a Guru meditation error if I try to run my game, exit from it and run it again.

If I exit from the shell and I relaunch my program, it works fine.

How can I find documentation of what I can do and what I can't do using the shell on a machine with Kickstarter 1.3?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant