CommunityNews
Fuzix: A Unix-ish operating system for small machines by Alan Cox
FUZIX
FUZIX is a fusion of various elements from the assorted UZI forks and
branches beaten together into some kind of semi-coherent platform and then
extended from V7 to somewhere in the SYS3 to SYS5.x world with bits of POSIX
thrown in for good measure. Various learnings and tricks from ELKS and from
OMU also got blended inPre-built images
Some pre-built filesystems are now available on www.fuzix.org, and other
images should follow in time.What does FUZIX have over UZI
- Support for multiple processes in banked memory (as per UZI180) but
with Minix style chmem and efficient use of bank allocations.- Support for multiple processes via hard disk or non mappable RAM
drive switching (as per UZI, UZIX).- Support for “real” swapping combined with banked memory.
- Proper sane off_t and lseek
- Normal dev_t
- 30 character filenames
- Proper sane time_t
- System 5 signals
- Posix termios (does all the original UZI tty did but much can be added)
- Blocking on carrier for terminals
- Optimisations to avoid bogus uarea copying compared to UZI180
- More modern system call API: 3 argument open, mkdir, rmdir, rename,
chroot (with correct … semantics), fchdir, fchmod, fchown, fstat,
fcntl, setpgrp, sighold and friends, waitpid, setpgrp, nice
O_NDELAY, O_CLOEXEC, F_SETFL, F_DUPFD etc- Address validation checks on all syscall copies
- Builds with a modern ANSI C compiler (SDCC)
- Kernel boots to userspace on 6303, 6502, 65C816, 68000, 6803, 6809, 8080, 8085, MSP430 (bitrotted) and Z80/Z180
- Core code can be built for 6303, 6502, 65C816, 68000, 6803, 6809, 8080, 8085, 8086, MSP430, pdp11, rabbit r2k/r3k and Z80/Z180 so should be far more portable
- Core architecture designed to support building and maintaining
multiple target machines without forking each one- Helpers to make many bits of implementation wrappers to core code
- Lots more bugs right now
What does UZI have over FUZIX
- Can run in 64K of RAM (32K kernel/32K user). FUZIX would need
banked ROM or similar to pull this off. If you have banked
ROM then our kernel footprint in RAM is about 8K plus userspace
plus any framebuffers and similar overhead. On a 6809 it’s just
about possible to run in a straight 64KWhat do the UZI branches have that FUZIX has not yet integrated
- Symbolic links (UZIX)
- Various clever fusions of syscalls that may save a few bytes
(UZIX)- setprio (UZIX)
- Rather crude loadable drivers (UZIX)
- Use of __naked and __asm for Z80 specific bits to avoid more
.S files than are needed (UMZIX)Plus OMU has a really clever function passing trick for open/creat and
friends, while UMZIX has a neat unified “make anything” function.What Key Features Are Missing Still
- ptrace, most of ulimit
- root reserved disk blocks
- banked executables
- TCP/IP (in progress)
- select/poll() (in progress)
- Support for > 32MB filesystems (but first figure out how to fsck
a giant fs on a slow 8bit micro!)- Smarter scheduler
- Optimisations for disk block/inode allocator (2.11BSD)
Tool Issues
- 6809 gcc and cc65 don’t have long long 64bit (for sane time_t)
- SDCC can generate ROMmable binaries but not banked ones (hack fixes done)
- None of the above have an O88 style common sequence compressor
- CC65 can’t handle larger objects on stack, and lacks float support
- We need a ‘proper’ 65C816 C compiler
- ACK 8080 lacks floating point support
This thread was posted by one of our members via one of our automated news source trackers.
Popular General Dev topics
API Gateway Trends behind Features: Apache APISIX 3.0 vs. Kong 3.0 - API7.ai.
By comparing the open-source API Gateway Apache APISIX and...
New
Apple’s Tim Cook to take 50% pay hit after shareholder feedback.
‘Target compensation’ for CEO down from $99.4m in 2022 to an expected $...
New
Hector Martin (@marcan@treehouse.systems).
Attached: 1 image
For those wondering why the hell we need all this safety system stuff for...
New
Why I like Clojure as a solo developer | Biff.
Most of the reasons fall into a few categories: data orientation, the JVM, and the REPL.
New
The First Social-Media Babies Are Growing Up—And They’re Horrified.
How would you feel if millions of people watched your childhood tant...
New
A Go package for building Progressive Web Apps.
A package for building progressive web apps (PWA) with the Go programming language (Gola...
New
To avoid being replaced by LLMs, do what they can’t.
What LLM’s can’t do yet
New
New
The French originated the meter in the 1790s as one/ten-millionth of the distance from the equator to the north pole along a meridian thr...
New
Most of what modern software engineers do involves APIs: public interfaces for communicating with a program, like this one from Twilio. I...
New
Other popular topics
Reading something? Working on something? Planning something? Changing jobs even!?
If you’re up for sharing, please let us know what you’...
New
If it’s a mechanical keyboard, which switches do you have?
Would you recommend it? Why?
What will your next keyboard be?
Pics always w...
New
Write Elixir tests that you can be proud of. Dive into Elixir’s test philosophy and gain mastery over the terminology and concepts that u...
New
@AstonJ prompted me to open this topic after I mentioned in the lockdown thread how I started to do a lot more for my fitness.
https://f...
New
Thanks to @foxtrottwist’s and @Tomas’s posts in this thread: Poll: Which code editor do you use? I bought Onivim! :nerd_face:
https://on...
New
Just done a fresh install of macOS Big Sur and on installing Erlang I am getting:
asdf install erlang 23.1.2
Configure failed.
checking ...
New
Do the test and post your score :nerd_face:
:keyboard:
If possible, please add info such as the keyboard you’re using, the layout (Qw...
New
We’ve talked about his book briefly here but it is quickly becoming obsolete - so he’s decided to create a series of 7 podcasts, the firs...
New
Inside our android webview app, we are trying to paste the copied content from another app eg (notes) using navigator.clipboard.readtext ...
New
I’m able to do the “artistic” part of game-development; character designing/modeling, music, environment modeling, etc.
However, I don’t...
New
Categories:
Sub Categories:
- All
- In The News
- Dev Chat (202)
- Questions (34)
- Resources (119)
- Blogs/Talks (27)
- Jobs (3)
- Events (15)
- Code Editors (59)
- Hardware (57)
- Reviews (5)
- Sales (16)
- Design & UX (5)
- Marketing & SEO (2)
- Industry & Culture (14)
- Ethics & Privacy (19)
- Business (4)
- Learning Methods (5)
- Content Creators (7)
- DevOps & Hosting (9)
Popular Portals
- /elixir
- /rust
- /ruby
- /wasm
- /erlang
- /phoenix
- /keyboards
- /python
- /js
- /rails
- /security
- /go
- /swift
- /vim
- /clojure
- /emacs
- /haskell
- /java
- /svelte
- /onivim
- /typescript
- /kotlin
- /c-plus-plus
- /crystal
- /tailwind
- /react
- /gleam
- /ocaml
- /flutter
- /elm
- /vscode
- /ash
- /html
- /opensuse
- /centos
- /php
- /deepseek
- /zig
- /scala
- /sublime-text
- /textmate
- /lisp
- /react-native
- /debian
- /nixos
- /agda
- /kubuntu
- /django
- /arch-linux
- /deno
- /nodejs
- /revery
- /ubuntu
- /manjaro
- /spring
- /diversity
- /lua
- /julia
- /markdown
- /c








