#fuzix — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #fuzix, aggregated by home.social.
-
The INS8070 remains an utterly infuriating processor to program (ok it's better than 1802). It's a weird mix of superb design choices like the register indexing combined with stuff that must have taken real effort to screw up this badly.
However the compiler now works well enough and it can run Fuzix.
-
The INS8070 remains an utterly infuriating processor to program (ok it's better than 1802). It's a weird mix of superb design choices like the register indexing combined with stuff that must have taken real effort to screw up this badly.
However the compiler now works well enough and it can run Fuzix.
-
Some progress on the #fuzix #compiler again. The INS8070 now passes all the test sets, and 6502 has passed the main ones (need to do some coverage testing and the like plus a lot of tuning yet).
Still a few problems with the TMS7000 but it's also getting there.
Next job is mostly to tune the 6502 compiler, test it on a lot more code and see if the goal of getting code much denser than cc65 has worked out as well as I hope.
-
Some progress on the #fuzix #compiler again. The INS8070 now passes all the test sets, and 6502 has passed the main ones (need to do some coverage testing and the like plus a lot of tuning yet).
Still a few problems with the TMS7000 but it's also getting there.
Next job is mostly to tune the 6502 compiler, test it on a lot more code and see if the goal of getting code much denser than cc65 has worked out as well as I hope.
-
Nem só de FUZIX vive o UNIX em micros clássicos.
https://retropolis.com.br/2025/10/14/nem-so-de-fuzix-vive-o-unix-em-micros-classicos/
#MundoRetro #Fuzix #PodeIssoArnaldo #SistemaOperacional #TexasInstruments #TI994A #UNIX #UNIX99
-
Nem só de FUZIX vive o UNIX em micros clássicos.
https://retropolis.com.br/2025/10/14/nem-so-de-fuzix-vive-o-unix-em-micros-classicos/
#MundoRetro #Fuzix #PodeIssoArnaldo #SistemaOperacional #TexasInstruments #TI994A #UNIX #UNIX99
-
Nem só de FUZIX vive o UNIX em micros clássicos.
https://retropolis.com.br/?p=36672
#MundoRetro #Fuzix #PodeIssoArnaldo #SistemaOperacional #TexasInstruments #TI994A #UNIX #UNIX99
-
Nem só de FUZIX vive o UNIX em micros clássicos.
https://retropolis.com.br/?p=36672
#MundoRetro #Fuzix #PodeIssoArnaldo #SistemaOperacional #TexasInstruments #TI994A #UNIX #UNIX99
-
All my #fuzix and #retrcomputing stuff (and train stuff and whatever) as now been migrated from shithub to Codeberg EtchedPixels
-
All my #fuzix and #retrcomputing stuff (and train stuff and whatever) as now been migrated from shithub to Codeberg EtchedPixels
-
Curious having discovered we have rival pronunciations #fuzix #retrocomputing
-
Curious having discovered we have rival pronunciations #fuzix #retrocomputing
-
INS807x now works in the C compiler. it's a very strange processor, a mix of some really clean ideas and seriously broken design choices.
-
INS807x now works in the C compiler. it's a very strange processor, a mix of some really clean ideas and seriously broken design choices.
-
I now have the C compiler passing most tests on the INS807x processors - possibly the most annoying instruction set yet. I am still trying to find the willpower to write the 32bit division and debug it which should then get the point all the tests run.
To be fair I've yet to tackle the 6502 support library seriously so there's probably still a candidate for even more annoying than 807x.
-
I now have the C compiler passing most tests on the INS807x processors - possibly the most annoying instruction set yet. I am still trying to find the willpower to write the 32bit division and debug it which should then get the point all the tests run.
To be fair I've yet to tackle the 6502 support library seriously so there's probably still a candidate for even more annoying than 807x.
-
En cherchant quoi faire de mon mc68008 j'ai commencé à dessiner une platine pour aller autour.
C'est encore très préliminaire.
J'avais commencé avec des composants classiques et au final je me retrouve avec une majorité de composants CMS. Il y a un CPLD pour remplacer toute la petite logique (le gros avantage étant qu'en cas d'erreur il suffit de corriger le fichier Verilog, beaucoup plus rapide que de refaire un PCB).
Pour l'instant ce n'est qu'un dessin #Kicad mais si je me lance là dedans ça ferait une bonne carte pour #cpm68k ou #fuzix -
En cherchant quoi faire de mon mc68008 j'ai commencé à dessiner une platine pour aller autour.
C'est encore très préliminaire.
J'avais commencé avec des composants classiques et au final je me retrouve avec une majorité de composants CMS. Il y a un CPLD pour remplacer toute la petite logique (le gros avantage étant qu'en cas d'erreur il suffit de corriger le fichier Verilog, beaucoup plus rapide que de refaire un PCB).
Pour l'instant ce n'est qu'un dessin #Kicad mais si je me lance là dedans ça ferait une bonne carte pour #cpm68k ou #fuzix -
Achievement unlocked
#Fuzix now runs on the classic 6800 CPU using the rcbus-6808 CPU card.
Took a few small compiler fixes and some other bits and pieces being finished off but with zu2's work on the 6800 code generator all now appears good. Startrek anyway
#rcbus #rc2014 #retrocomputing #8bit #6800
-
Achievement unlocked
#Fuzix now runs on the classic 6800 CPU using the rcbus-6808 CPU card.
Took a few small compiler fixes and some other bits and pieces being finished off but with zu2's work on the 6800 code generator all now appears good. Startrek anyway
#rcbus #rc2014 #retrocomputing #8bit #6800
-
Bizzare Unix semantics question. Given the parent of init is init (getppid(() of pid 1 is 1) is init the child of init, and if only init is running what is the correct return from wait(NULL);
Believe it or not I actually found a case it matters in my Fuzix init today and having read various docs I'm really not sure what the answer is. ECHILD or blocking ?
-
Bizzare Unix semantics question. Given the parent of init is init (getppid(() of pid 1 is 1) is init the child of init, and if only init is running what is the correct return from wait(NULL);
Believe it or not I actually found a case it matters in my Fuzix init today and having read various docs I'm really not sure what the answer is. ECHILD or blocking ?
-
Fuzix C #compiler now supports 6800 including floats. Credit almost entirely to Zu2 (http://www.zukeran.org/shin/d/) who turned it from some draft code in the 6803 backend into working 6800, fixed other bugs and got the floating point working properly.
The Z8 -Os output is now hugely smaller. DG Nova and Nova3 are passing the basic tests but still shaking out the odd word addressing bug so it's back to 6502 work and (as someone said it wasn't possible ;-) ) DDP516
-
Fuzix C #compiler now supports 6800 including floats. Credit almost entirely to Zu2 (http://www.zukeran.org/shin/d/) who turned it from some draft code in the 6803 backend into working 6800, fixed other bugs and got the floating point working properly.
The Z8 -Os output is now hugely smaller. DG Nova and Nova3 are passing the basic tests but still shaking out the odd word addressing bug so it's back to 6502 work and (as someone said it wasn't possible ;-) ) DDP516
-
Já ouviram falar de Cowgol?
https://retropolis.com.br/2024/09/26/ja-ouviram-falar-de-cowgol/
#MundoRetro #6303 #6502 #65C02 #68000 #80386 #8080 #Ada #arm #AtariSt #BASIC #BBCMicro #C #CdigoAberto #cowgol #DEC #dos #Fuzix #GitHub #Intel #LinguagemDeProgramao #Linux #Motorola #PDP11 #PowerPC #TOS #UNIXV7 #z80 #zilog
-
Já ouviram falar de Cowgol?
https://retropolis.com.br/2024/09/26/ja-ouviram-falar-de-cowgol/
#MundoRetro #6303 #6502 #65C02 #68000 #80386 #8080 #Ada #arm #AtariSt #BASIC #BBCMicro #C #CdigoAberto #cowgol #DEC #dos #Fuzix #GitHub #Intel #LinguagemDeProgramao #Linux #Motorola #PDP11 #PowerPC #TOS #UNIXV7 #z80 #zilog
-
@saustrup <rant>I was knee deep in this and *fully* appreciate the limitation of the 8-bit area, especially memory, but it was 100% technically possible to have a preemptive multitasking OS even with those limitations (eg, #fuzix https://fuzix.org/) and I decry the short sighed money drones that pushed the pile of garbage that was the 8088 and MS-DOS upon us. Better options existed even then for both SW and HW.</rant>
Deeply greatful for the limitations of the Nascom2 as it taught me much
-
@saustrup <rant>I was knee deep in this and *fully* appreciate the limitation of the 8-bit area, especially memory, but it was 100% technically possible to have a preemptive multitasking OS even with those limitations (eg, #fuzix https://fuzix.org/) and I decry the short sighed money drones that pushed the pile of garbage that was the 8088 and MS-DOS upon us. Better options existed even then for both SW and HW.</rant>
Deeply greatful for the limitations of the Nascom2 as it taught me much
-
I am pleased to announce that the pentagon is now running Fuzix
No.. not that pentagon, the soviet era Spectrum clone 256K and 512K machines.
-
Episódio 142 – Dossiê Unix – Parte B
https://retropolis.com.br/2023/06/21/episodio-142-parte-b/
#Podcast #386BSD #A/UX #AIX #AlanCox #AlfredoKojima #Amiga #Android #Apple #AT&T #atarist #Be #BellLabs #BeOS #BSD #BSDi #CDE #Conectiva #COSE #DavidKorn #DEC #DennisRitchie #Desqview/X #dos #DOSEMU #dr-dos #Fuzix #GNU #HP/UX #IBM #IEEE #Intergraph #iOS #IPX #IRIX #ksh #LinusTorvalds #Linux #Lotus1-2-3 #Mach #Macintosh #MacOS #Motif #MPI #MUD #NeXT #NEXTSTEP #Novell #OpenLook #OSF #Pixar #POSIX
-
Episódio 142 – Dossiê Unix – Parte B
https://retropolis.com.br/2023/06/21/episodio-142-parte-b/
#Podcast #386BSD #A/UX #AIX #AlanCox #AlfredoKojima #Amiga #Android #Apple #AT&T #atarist #Be #BellLabs #BeOS #BSD #BSDi #CDE #Conectiva #COSE #DavidKorn #DEC #DennisRitchie #Desqview/X #dos #DOSEMU #dr-dos #Fuzix #GNU #HP/UX #IBM #IEEE #Intergraph #iOS #IPX #IRIX #ksh #LinusTorvalds #Linux #Lotus1-2-3 #Mach #Macintosh #MacOS #Motif #MPI #MUD #NeXT #NEXTSTEP #Novell #OpenLook #OSF #Pixar #POSIX
-
Episódio 142 – Parte A
https://retropolis.com.br/2023/06/14/episodio-142-parte-a/
#Podcast #386BSD #A/UX #AIX #AlanCox #AlfredoKojima #Amiga #Android #Apple #AT&T #atarist #Be #BellLabs #BeOS #BSD #BSDi #CDE #Conectiva #COSE #DavidKorn #DEC #DennisRitchie #Desqview/X #dos #DOSEMU #dr-dos #Fuzix #GNU #HP/UX #IBM #IEEE #Intergraph #iOS #IPX #IRIX #ksh #LinusTorvalds #Linux #Lotus1-2-3 #Mach #Macintosh #MacOS #Motif #MPI #MUD #NeXT #NEXTSTEP #Novell #OpenLook #OSF #Pixar #POSIX #PVM #SCO #SGI
-
Episódio 142 – Parte A
https://retropolis.com.br/2023/06/14/episodio-142-parte-a/
#Podcast #386BSD #A/UX #AIX #AlanCox #AlfredoKojima #Amiga #Android #Apple #AT&T #atarist #Be #BellLabs #BeOS #BSD #BSDi #CDE #Conectiva #COSE #DavidKorn #DEC #DennisRitchie #Desqview/X #dos #DOSEMU #dr-dos #Fuzix #GNU #HP/UX #IBM #IEEE #Intergraph #iOS #IPX #IRIX #ksh #LinusTorvalds #Linux #Lotus1-2-3 #Mach #Macintosh #MacOS #Motif #MPI #MUD #NeXT #NEXTSTEP #Novell #OpenLook #OSF #Pixar #POSIX #PVM #SCO #SGI