Our generous forever free tier includes the full platform, including the AI Assistant, for 3 users with 10k metrics, 50GB logs, and 50GB traces.
Built on open standards like Prometheus and OpenTelemetry, Grafana Cloud includes Kubernetes Monitoring, Application Observability, Incident Response, plus the AI-powered Grafana Assistant. Get started with our generous free tier today.
flash-linux0.11-talk is an annotated walkthrough of the Linux 0.11 kernel that explains how a tiny Unix-like system boots, schedules, handles interrupts, and manages memory. The materials break down historically compact and dense code into digestible segments, with diagrams and call flows that trace execution from bootloader to user space. By focusing on a small, early kernel, the series reveals core OS concepts without the complexity of modern subsystems.
Serial Bootloader for Microchip, Atmel, NXP, TI, 8051 microcontrolers
...This Bootloader is based on "Tiny PIC Bootloader" made by Claudiu Chiculita.
A special THANK to him!!!
What can it do?
It can program:
- Microchip PIC10/12/16/18/24/32/dsPIC30/33
- Atmel ATtiny, ATmega
- TI MPS430
- NXP ARM Cortex-M0+
- Silicon Labs C8051
And this:
- with light modifications to the Bootloader firmware for new devices
- without modifying your source code or using a special linker script
- via GUI or command line prog
- with automatic Reset
AIO Boot is a tool that can help you create a bootable USB with Grub2,
AIO Boot is a tool that can help you create a bootable USB with Grub2, Grub4dos, Syslinux, Clover and rEFInd. AIO Boot can boot Windows and most Linux distributions and boot via LAN using Tiny PXE Server.
AIO Boot is constructed from a variety of sources, certainly still a lot of flaws, eager for sympathy. I would love to hear from you so that I can improve this tool better.
...Unlike Linux, tilck intentionally avoids complexity and large-scale features, focusing instead on clarity, robustness, and ease of understanding. It includes its own bootloader and supports integration with existing ones like GRUB, making it flexible for experimentation.
MSPDebug is a free debugger for use with MSP430 MCUs. It supports FET430UIF, eZ430, RF2500 and Olimex MSP-JTAG-TINY programmers. It can be used as a proxy for gdb or as an independent debugger with support for programming, disassembly and reverse eng
A small and optimized C library for the ASURO platform. A small ASURO-compatible bootloader is also included. ##### Eine optimierte kleine C-Bibliothek für die ASURO-Plattform. Zum Umfang gehört außerdem ein ASURO-kompatibler Bootloader.
It is as IDE for loading hex files to pic using tiny pic bootloader.For More details visit the project->web site.Please Install libqt4-gui to solve the Problem with the deb package.If any problem contact me george@space-kerala.org
Stop waiting on engineering. Build production-ready internal tools with AI—on your company data, in your cloud.
Retool lets you generate dashboards, admin panels, and workflows directly on your data. Type something like “Build me a revenue dashboard on my Stripe data” and get a working app with security, permissions, and compliance built in from day one. Whether on our cloud or self-hosted, create the internal software your team needs without compromising enterprise standards or control.
PC side of the Tiny PIC Bootloader. This is an implementation of the serial protocol used in these microchip PIC bootloader for Linux or like operating systems.