Re: Status of Picolisp 32-bit (was Re: Installing Pilbox on arm 32)

2021-05-07 Thread Daniel Perron
Thank you for the precisions and Picolisp, it is a very nice system. On Fri, May 7, 2021, 12:11 AM Alexander Burger wrote: > Hi Daniel, > > > In that case, what is the status of Picolisp 32-bit? > > I read in the doc in many places "64-bit version only". Is Picolisp > 32-bit > > deprecated? > >

Re: Status of Picolisp 32-bit (was Re: Installing Pilbox on arm 32)

2021-05-07 Thread A. Laszlo Ross
Oh, wow, I didn’t know there was a PilOS. I’m a picolisp noob but that might be perfect for an upcoming IoT type project. The web page said there’s no network stack so I’d have to add that. Is it written in C? Assembly? Something else? > On May 7, 2021, at 09:52, Daniel Perron <61du...@gmail

Re: Status of Picolisp 32-bit (was Re: Installing Pilbox on arm 32)

2021-05-07 Thread Alexander Burger
Hi Laszlo, > Is it written in C? Assembly? Something else? It is pil64 assembly (the generic assembly language pil64 is implemented in). In fact, it is just a modified pil64, with all system accesses removed, and interfaces to the standard PC BIOS added for memory, keyboard, monitor and hard dis