8080-Remote

An 8080 Emulator, Operating Simulator, and HTTP server all rolled into one (by ShortRoundDev)

8080-Remote Alternatives

Similar projects and alternatives to 8080-Remote

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better 8080-Remote alternative or higher similarity.

8080-Remote reviews and mentions

Posts with mentions or reviews of 8080-Remote. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-07-26.
  • Your Chromebook, Your Way
    8 projects | news.ycombinator.com | 26 Jul 2023
    I coded on a chromebook throughout college. It was the crucible of learning software development in the mid-2010s because you had to improvise. Most assignments were in Java back then (from what I understand, colleges teach mostly python now) and I couldn't run eclipse (the standard IDE used in college at the time). I ended up renting a VPS from Vultr for $5/mo and SSH'ing in. I coded everything in vim with no debugger or code completion, and compiled everything with makefiles.

    Classes usually only required a single java file to turn in your work, which was then compiled and run automatically with the results being verified by another program, so as long as your individual java file output the same results as what was expected, it didn't matter what build system (if any) you used.

    The only other class that didn't use java was systems programming, where we did C. I had been doing C since I was 12 at that point, and since I was already using ubuntu server via ssh, it wasn't a difficult class at all for me.

    For my OS final, we had to write an operating system simulator (a program which simulated the kind of events that would occur in an OS: new processes, processes being deleted, memory paging). I didn't actually read the instructions and ended up writing a kind of hypervisor(?) which ran programs in 8080 ISA with some of my own custom instructions for memory banking to meet the requirements of the class (your program had to be able to do memory paging up to something like 512mb of RAM).

    You had to have some kind of user interface, so I wrote it as a web server in C with a custom HTTP server implementation. The program returned an HTML page which looked like a desktop. You could spawn terminal windows and run specific programs. I wrote a few long-running programs which printed out numbers to demonstrate memory paging and process pre-emption. There was a special instruction I made to fork the program so you could clone a process from another process, and I used one of the unused flag register bits to signify which fork the program was.

    The professor was impressed by the implementation (and I implemented all the algorithms required to get 10 points extra credit), but because I didn't actually write an OS simulator (closer to an actual OS, but not quite there), he gave me 100%, but no extra credit. I was happy with that, because I'm not a grade chaser.

    Unfortunately, I failed the class because I couldn't answer trivia on the exam like "What does GRUB stand for" because I spent the whole semester working on the hypervisor and not actually going to any of the lectures. I just read the textbook and coded in C at the library.

    Here's the very rough code, with a slightly buggy 8080 emulator implementation:

    https://github.com/ShortRoundDev/8080-Remote

  • Writing a simple 16 bit VM in less than 125 lines of C
    1 project | /r/C_Programming | 9 Dec 2021
  • CHIP-8 emulation with C# and Blazor - part 1
    1 project | /r/dotnet | 24 Apr 2021
  • A note from our sponsor - InfluxDB
    www.influxdata.com | 5 May 2024
    Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality. Learn more →

Stats

Basic 8080-Remote repo stats
3
6
0.0
over 6 years ago

ShortRoundDev/8080-Remote is an open source project licensed under MIT License which is an OSI approved license.

The primary programming language of 8080-Remote is C.


Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com