Hacker News new | ask | show | jobs
by alexshendi 773 days ago
Maybe you'd be interested in this:

https://github.com/timonoko/Nokolisp_On_Nokia_phone

But I can't figure out how to install it, while I know how to build nokolisp with MASM. Thus the MSDOS based Nokolisp is more useful, at least for me.

BTW the cited HN posting contains at least one factual error: The Nokia Communicator 9110 was based on an 486SX SOC, not an 80186.

But to each his own.

1 comments

It looks like nokia.exe is somekind of special version of noko.exe.

For example it refers to B:/NOKIA/COMMAND.COM instead of MSDOS-standard C:/COMMAND.COM.

Oh my word! Is this your project, then?
Not much of a project...

I think nokia.exe is just made by modifying it while running it and freezing the situation with (make-exe). Not a good practice, imho.