PrajnaEdge
A curiosphere for curious minds who want to understand, experiment with, and experience technology.
To continue exploring
Technology, made tangible.

Where does intelligence run?

Explore AI that moves inference closer to the data — from the edge to the device itself.

AI inference runs at or near the point where data is generated, rather than relying on a remote cloud.
Edge AI Computer Vision

Image Classification

Can this image classifier maintain its intelligence while becoming small enough for the edge?

// Coming soon
Edge AI Playground

Image Classification

Can this image classifier maintain its intelligence while becoming small enough for the edge?

Choose an image

Upload an image
Supports JPG, JPEG, PNG
This classifier recognizes only Apple, Banana, and Orange. Other objects may be incorrectly classified as one of these classes.

Choose the model

Model size
4.91 MiB
Largest activation
~625 KiB
Test accuracy
99.11%
Measured model accuracy
Your image is processed locally in your browser.
On-Device AI
On-Device AI Playground
// Coming soon

Explore the ideas, systems and connections that shape technology — choose any node to begin your journey.

PrajnaEdge Navigation Tree
Embedded Systems Tree

Edge AI Demonstrations

Deploying neural networks and intelligent decision loops on raw silicon targets.

Sort:
Operating Systems

The Silent Conductor

Understanding the core that coordinates every operating system.

KernelOperating SystemUser SpaceKernel SpaceArchitectureSystem Calls

1. The Common Misconception

Many beginners use the terms Operating System and Kernel interchangeably. They talk about "compiling a new Linux operating system" or refer to the "Windows kernel" as if the two words describe the exact same entity.

While they are closely related, they are not the same thing: * The Operating System is the entire software ecosystem. * The Kernel is the protected core at the center of that ecosystem.

To build reliable software, you must understand exactly where the Operating System ends and where the Kernel begins.

2. The Operating System Ecosystem

The Operating System is the complete set of applications, libraries, user interfaces, shell environments, and system utilities that make a computer usable.

When you boot your computer, what you see—the graphical interface, the terminal shell, the file explorer, and the printer utility—is the outer shell of the Operating System. The Kernel is the hidden engine beneath the floorboards.

The Operating System Ecosystem
OPERATING SYSTEM BOUNDARY User Interface (Shell, GUI, Utilities) System Libraries (standard API runtime, libc) THE KERNEL (Core Engine) Direct hardware control & resource coordination HARDWARE (CPU, RAM, Peripherals)
The Separation of Concerns
The Operating System is a collection of software that provides services to applications. At its heart lies the Kernel, the single component responsible for interacting with hardware and coordinating system resources.

3. Zooming in: The Kernel Bridge

If we strip away the user interface and libraries, we are left with the Core.

The Kernel acts as the absolute mediator. In modern processors, hardware is protected by privilege levels. User applications run in User Space (a restricted mode), whereas the Kernel runs in Kernel Space (a privileged supervisor mode).

Whenever a user program needs to write a log file, read a packet from the network, or allocate memory, it cannot communicate with the hardware directly. It must execute a special instruction to cross the boundary into Kernel Space.

The User-Kernel Boundary
User Space (Restricted Applications) API System Call Gate Kernel Space (Privileged Supervisor) Executes high-privilege hardware operations Hardware Layer (Registers & Physical RAM)

4. The Core Responsibilities

To mediate between applications and physical hardware, the Kernel takes on several fundamental responsibilities. Each of these represents a critical service of system orchestration:

* Process Management: Coordinating the creation, execution, and termination of programs running in memory. * Scheduling: Slicing CPU execution time into milliseconds and allocating it to competing tasks. * Memory Management: Setting strict address boundaries for tasks, mapping virtual memory, and tracking physical RAM allocations. * Device Drivers: Abstracting complex registers behind standard, simplified read/write protocols. * Interrupt Handling: Reacting instantly to high-priority hardware alerts and physical changes on pin interfaces. * File Systems: Translating raw flash memory blocks and magnetic sectors into a structured hierarchy of directories and files. * Synchronization: Preventing concurrent tasks from modifying the exact same hardware peripheral or memory block at the same time. * Inter-Process Communication (IPC): Setting up queues, shared memory, and mailboxes so isolated programs can exchange information securely. * Timers & Clocks: Abstracting hardware clock cycles to manage time delays, timeouts, and periodic calls. * System Calls: The secure gate through which standard software requests high-privilege execution services from the Kernel.

5. The Supervisor of Actions

The Kernel can coordinate dozens of activities simultaneously, carving up execution time, protecting address spaces, and responding to system interrupts.

But before a scheduler can schedule, or memory management can allocate space, the Kernel needs something to manage. It needs a basic unit of running code.

The next exploration starts at this very core.

The Unit of Execution

All of these kernel responsibilities revolve around coordinating execution, managing hardware, and isolating resources.

But before the scheduler can schedule, or memory management can allocate boundaries, the system needs a unit of execution.

It needs a representation of a running program.

The next exploration begins with the fundamental unit of running software.

The kernel orchestrates the environment, but the process does the work.
System Tree Node Operating Systems

PrajnaEdge

Engineering concepts you don't just read — you experience.
Founded in 2026.

PrajnaEdge is a technology company exploring the space between understanding technology, experimenting with ideas, and turning them into things that can be experienced.

Our Mission

To make technology easier to explore, deeper to understand, and more exciting to experience.

Our Vision

To build a technology ecosystem where curiosity, experimentation and creation continuously lead to one another.

Where it began

Embedded Systems

PrajnaEdge began with Embedded Systems — exploring the foundations that connect hardware, software and intelligent computation.

The first technology universe is built around that foundation. The journey will expand as new ideas, experiments and products emerge.

PrajnaEdge is a technology company created by Devaharsha Meesarapu.

CREATOR PROFILE

Devaharsha Meesarapu

Embedded Systems • Firmware • Edge AI

I am the engineer behind the design, development, and content of PrajnaEdge. I build low-level systems where code directly controls hardware, bridging the gap between register-level silicon behavior and intelligent edge decision loops.

View Resume →

ABOUT ME

I am an Embedded Firmware Engineer focused on developing software for resource-constrained systems. My experience spans bare-metal firmware, device drivers, microcontroller peripherals, and communication protocols, working across the boundary between hardware and software.

My work has involved microcontroller-based systems, real-time behaviour, hardware interfaces, and communication technologies such as CAN, CAN FD, UART, SPI, and I²C. I am particularly interested in understanding systems from the lowest level upward—from registers and peripherals to intelligent edge systems.

ENGINEERING PHILOSOPHY

Engineering is not just about writing code; it is about managing constraints, timings, and physical hardware characteristics. True mastery of complex systems comes from understanding the interactions across different layers of the stack.

This conviction is why I built PrajnaEdge—to bridge the gap between conceptual theory and direct, register-level physical reality.

CONNECT

LinkedIn → GitHub →

Interactive Career Journey

Let's Connect
Interested in embedded systems, AI, or building something meaningful? I'd love to hear from you.
Open to collaborations, research, and interesting engineering conversations.
Help Improve PrajnaEdge
Found something to improve? I'd love to hear your thoughts.

Bare Metal

Software that runs directly on hardware without an operating system.

Applications
Operating Systems
YOU ARE HERE
Bare Metal
Processor
Hardware

"Every embedded application begins long before main()."

Operating Systems

An Operating System manages hardware and software resources so complex applications can work efficiently.

Applications
YOU ARE HERE
Operating Systems
Bare Metal
Processor
Hardware

"When one loop is no longer enough to carry the burden."

Support PrajnaEdge

PrajnaEdge is an independent education platform built to make knowledge freely accessible.

If you find PrajnaEdge useful, you can support its continued development.

Your support helps fund the time, tools, infrastructure, and experimentation that go into building and maintaining PrajnaEdge.

Select Region
Select Amount
Select an amount to support PrajnaEdge.