ytmytm / c64-lng

LUnix Next Generation - a Little Unix operating system for C64/128/Atari and any 6502-based machine
http://lng.sourceforge.net/
GNU General Public License v2.0
68 stars 6 forks source link

[0001] unhandled: no such file #6

Closed pedrouran closed 17 hours ago

pedrouran commented 1 week ago

Hello,

I am testing the installation using VICE. I have copyed all self extracting .C64 files into a blank disk.

I typed LOAD"CORE.64",8

It extracted all files, and then I typed: LOAD "LOADER",8,1

And I got this error: image

This is the disk extracted: image

ytmytm commented 1 week ago

You are in microshell (. prompt). It tried to load sh shell but failed. You have to load and run the APPS.C64 to extract system tools too.

pedrouran commented 1 week ago

Thank you very much for your response. Thats it, I needed to extract APPS.C64. Now it is working.

image