Menu
JAQForum Ver 19.10.27

Forum Index : Microcontroller and PC projects : Unix on the Pico Computer 3

   Page 3 of 3    
Posted: 04:57pm
03 Aug 2026
Copy link to clipboard
matherp
Guru

v0.6 just posted on https://github.com/UKTailwind/FUZIX/releases/tag/pc3-v0.6

This has major internal changes and validates against all the test programs I have used so far. Performance is increased by about 15% for C and MMBasic. Manual is updated. Remember this is Unix V7 so for anything Unix that isn't in the manual just look up V7 documentation.

Many of the programs in the VGA demos thread will now run if they rely on PIXEL and or LINE drawing - try them
 
Posted: 05:36pm
03 Aug 2026
Copy link to clipboard
Bleep
Guru


I've just got V0.5 running, which has graphics, so I compiled versions of Mandebrot and a recursive Mandelbrot. at the same clock speed I got.
Mandelbrot in MMBasic 15.22 seconds compiled on Fuzix 2.01 seconds
Recursive Mandelbrot in MMBasic 14.04 seconds compiled on Fuzix 2.96 seconds.
Oh bugger in the time I was writing Peter updated it, I'll try again
Edited 2026-08-04 03:37 by Bleep
 
Posted: 05:56pm
03 Aug 2026
Copy link to clipboard
Bleep
Guru


v0.6
Mandelbrot 1.74 sec.
Mandelbrot recursive 2.58 sec.
 
Posted: 06:08pm
03 Aug 2026
Copy link to clipboard
PhenixRising
Guru

  Quote  To power off, type shutdown (or at minimum sync, then wait a moment). After an unclean power-off
the next boot repairs the filesystem automatically (fsck -a -y).


Would this be something of a concern for an embedded system?
 
Posted: 06:37pm
03 Aug 2026
Copy link to clipboard
Mixtel90
Guru


Yes. You need supply failure detection and something to hold up the supply for long enough to shut down. You *can* rely on fsck -a -y to clean things up on boot but it's not good practice really as it delays the boot sequence - sometimes by a lot because it's a full filesystem check.
 
Posted: 06:41pm
03 Aug 2026
Copy link to clipboard
PhenixRising
Guru

  Mixtel90 said  Yes. You need supply failure detection and something to hold up the supply for long enough to shut down. You *can* rely on fsck -a -y to clean things up on boot but it's not good practice really as it delays the boot sequence - sometimes by a lot because it's a full filesystem check.


A-ha. I use a 5V UPS anyway and so I would detect that the machine power is lost and the system can be instructed to shut down in an orderly fashion  
 
Posted: 07:26pm
03 Aug 2026
Copy link to clipboard
toml_12953
Guru

When I try to run BBCBasic, I get

panic: swapin: no memory


It used to run under 0.4
 
   Page 3 of 3    


To reply to this topic, you need to log in.

The Back Shed's forum code is written, and hosted, in Australia.
© JAQ Software 2026