helloworld VS raspi3-tutorial

Compare helloworld vs raspi3-tutorial and see what are their differences.

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
helloworld raspi3-tutorial
4 8
20 2,669
- -
3.4 1.6
10 months ago 8 months ago
Assembly C
MIT License 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.

helloworld

Posts with mentions or reviews of helloworld. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-07-27.
  • Hjalfi writes Hello World for CP/M seven times[ASM,C,Fortran,COBOL,BASIC,Forth] [video]
    1 project | news.ycombinator.com | 17 Dec 2023
    If you're interested in that sort of thing, I wrote Hello World using 6 different methods in Assembler for Raspberry Pi. Even if not using a Raspberry Pi, it might be of interest to anyone that wants to understand what the difference is between the various clib methods, (puts, write, etc.).

    https://github.com/ksaj/helloworld

  • Ask HN: Has anyone used assembly recently?
    1 project | news.ycombinator.com | 3 Sep 2023
    Here is something I did that your son might be interested in. It is simply Hello World, but done 6 different ways using ARM assembly language.

    https://github.com/ksaj/helloworld

    I did a lot of Assembly language programming in the 90's, on Intel, but I haven't really since then. Still a fan of it though.

  • 6 Different Ways to Print Hello World in Assembler on a Raspberry Pi
    1 project | news.ycombinator.com | 29 Jul 2023
  • Assembler on Raspberry Pi
    2 projects | news.ycombinator.com | 27 Jul 2023
    I did some experimenting with RPi assembler, since I used to do a lot of x86 assembler throughout the 90's. If you're interested, here are 6 completely different ways to print Hello World in Assembler for the Raspberry Pi.

    https://github.com/ksaj/helloworld

    I kept the code as close to each other in format and style as possible, so comparisons are easier to make. I don't really know the benefits and drawbacks to each method, but they are there and available, so I sleuthed them out and got them working.

raspi3-tutorial

Posts with mentions or reviews of raspi3-tutorial. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-07-27.
  • Assembler on Raspberry Pi
    2 projects | news.ycombinator.com | 27 Jul 2023
    > swi #0 / print without using clib */

    This seems to be just a call into the linux kernel, not bare metal, essentially what the clib does itself. You have to do this to do functions the kernel supports but haven't been ported to clib yet.

    I haven't really looked deep into it but a google search came up with this for bare metal text printing https://github.com/bztsrc/raspi3-tutorial/tree/master/0A_pcs...

  • What is bare metal programming and how to get started?
    1 project | /r/embedded | 28 Jan 2023
    I think that last may be more of what you are thinking of. There's some good stuff for the RPi on it like here: https://github.com/bztsrc/raspi3-tutorial
  • How to boot a custom kernel in QEmu's raspberry pi emulation?
    1 project | /r/osdev | 3 Jan 2023
    Found a solution, based on this project here!
  • Why are most operations in windows much slower than in linux?
    2 projects | /r/linux | 25 Jul 2022
    First and foremost, while not strictly necessary, it helps a lot to have some operating system development background. Two ways of acquiring such knowledge are by writing a toy kernel yourself, or by hacking an existing kernel (e.g. Linux). In my case, I started out with writing my own toy kernel several times, and OSDev.org is a great place to get started. There are also numerous tutorials on the internet to get started with things like baremetal programming on the RPi 3, writing an OS in Rust, and Brokenthorn's OSDev series which is in general more focused around x86 legacy hardware.
  • Has anyone got UART1 (mini UART) on the Pi 2 to output over serial-to-USB?
    2 projects | /r/osdev | 18 Jun 2022
    Also, sorry, it seems I linked you the wrong one. I was looking at my code and just grabbed the UART link from their GitHub without looking at it. UART1 is here https://github.com/bztsrc/raspi3-tutorial/blob/master/03_uart1/uart.c.
  • How to escape arduino hell?
    2 projects | /r/embedded | 17 Jun 2022
    https://github.com/bztsrc/raspi3-tutorial here is a great tutorial of this approach
  • Is a Home Brew Arcade Board possible?
    2 projects | /r/cade | 4 Apr 2022
    Tutorials for this do exist. Here's one for Raspberry Pi 3 written in C. I haven't watched this yet, but Handmade Hero is just getting started with BeagleBone Black (this is also programmed in C).

What are some alternatives?

When comparing helloworld and raspi3-tutorial you can also consider the following projects:

0x01-ARM-32-Hacking-Hello-World - ARM 32-bit Raspberry Pi Hacking Hello World example in Kali Linux.

Windows-Debloater - A script to debloat Windows.

Odin - Odin Programming Language

BTMSrev1