collapseos icon indicating copy to clipboard operation
collapseos copied to clipboard

Bootstrap post-collapse technology

Results 26 collapseos issues
Sort by recently updated
recently updated
newest added

http://cpuville.com/Kits/8-bit-processor-kit.html This is an implementation of an 8-bit CPU build entirelly with TTL chips. Bus is compatible with Z80, although seems instructions not. Since full schematics and documentation is available,...

It's been on my TODO list for a while. If it falls in somebody's interests, don't hesitate to claim the task. Currently, Collapse OS on the SMS uses VDP's graphical...

I'm fooling around with my TRS-80 model 4P's TRSDOS and it's a lot of fun. One thing I really like about TRSDOS is its debug utility. It's very usable and...

Since people seem to be leaving suggestions of what platforms they'd like to see this system run on, I thought I'd submit some suggestions of my own. Commodore 128 Commodore...

It would be nice a way to program a machine by hand, I mean, its easy to program an EEPROM by just setting address and data pins and pulsing WRITE...

I took the habit of profusely commenting Collapse OS' code because "grokkability" is one of the project's top priority. When I read the code of more traditional applications (for example,...

A lot of comments I get with regards to Collapse OS is "Why not CP/M?", which is a very fair question. I need to come clean with this answer: I...

I was wondering if there was interest in some more robust filesystem functionality, ie: - a single command to rename a file - automatic storage re-allocation when a file outgrows...

I think stdio calls (getC, putC) could need some documentation what userspace can expect from drivers and what not. Of course, it can always happen that a certain device cannot...

In the discussion around Collapse OS, many comments were about events that would massively destroy data stored on magnetic or electronic support (solar flare hitting earth directly for example). The...