permacomputing

Source repository for the main permacomputing wiki site
git clone http://git.permacomputing.net/repos/permacomputing.git # read-only access
Log | Files | Refs

DawnOS.mdwn (1171B)


      1 DawnOS is an entire operating system hosted on a One Instruction-Set Computer(SUBLEQ). The binaries for such a system break down to a much longer list of machine operations, but they take fewer transistors to run, and can be pipelined due to their uniform size.
      2 
      3 ## dawnos.txt
      4 
      5 DawnOS came with a text file, written by the author, lamenting the current state of computing:
      6 
      7 > Imagine that software development becomes so complex and expensive that no software is being written anymore, only apps designed in devtools.
      8 > 
      9 > Imagine a computer, which requires 1 billion transistors to flicker the cursor on the screen. Imagine a world, where computers are driven by software written from 400 million lines of source code.
     10 > 
     11 > Imagine a world, where the biggest 20 technology corporation totaling 2 million employees and 100 billion USD revenue groups up to introduce a new standard. And they are unable to write even a compiler within 15 years.
     12 > 
     13 > "This is our current world."
     14 
     15 See also:
     16 
     17 * [A Programming Language With Only One Command and the Anti-Imperialist Operating System Built on it](https://esoteric.codes/blog/a-programming-language-with-only-one-command-and)