depthboot-builder VS 8080-Remote

Compare depthboot-builder vs 8080-Remote and see what are their differences.

depthboot-builder

A CLI script to create bootable linux images for Chromebooks (by eupnea-linux)

8080-Remote

An 8080 Emulator, Operating Simulator, and HTTP server all rolled into one (by ShortRoundDev)
InfluxDB - Power Real-Time Data Analytics at Scale
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.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
depthboot-builder 8080-Remote
29 3
170 6
- -
9.8 0.0
10 months ago over 6 years ago
Python C
GNU General Public License v3.0 only MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

depthboot-builder

Posts with mentions or reviews of depthboot-builder. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-07-26.

8080-Remote

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

What are some alternatives?

When comparing depthboot-builder and 8080-Remote you can also consider the following projects:

anaconda - System installer for Fedora, RHEL and other distributions

chromebook-linux-audio - Script to enable audio support on many Chrome devices

cadmium - [Moved to: https://github.com/Maccraft123/Cadmium]

breath - Linux for Chromebooks

Apacelus - Config files for my GitHub profile.

waydroid - Waydroid uses a container-based approach to boot a full Android system on a regular GNU/Linux system like Ubuntu.

manjarno - Why you shouldn't use Manjaro