Skip to content

vaishnavit67/eXpOS_24757

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

eXpOS

Experimental Operating System Implementation

This repository contains my implementation work for the eXpOS project — a guided academic operating systems project where a basic OS is built incrementally by following the official eXpOS roadmap.


Project Overview

eXpOS (Experimental Operating System) is a structured OS implementation project designed to help students deeply understand OS concepts by building the OS from scratch in small stages. Following the eXpOS roadmap, each stage has specific learning objectives and requires hands-on coding using the XSM simulator, SPL language and supporting tools.


Repository Structure

eXpOS_24757/
├── README.md
├── Stage 1 – myeXpOS Setup/
├── Stage 2/
├── Stage 3/
├── Stage 4/
├── Stage 5/
├── Stage 6/
├── Stage 7/
├── Stage 8/
├── Stage 9/
├── Stage 10/
└── ...

Each folder corresponds to a stage in the official eXpOS roadmap. Stages 9 and 10 are currently placeholders (tracked using .gitkeep) and will be completed later as the project expands.


Stage Descriptions (Based on Roadmap)

This project is organized according to the preparatory stages of the eXpOS roadmap, which must be done in sequence.

🔹 Stage 1 — Setting up the System

Learn how to install and configure the environment required for eXpOS development. Correct setup generates the necessary directory structure for future stages.

🔹 Stage 2 — Understanding the Filesystem

Study and manipulate the way files and executables are loaded into the XSM disk; examine core filesystem data structures like INODE and free lists.

🔹 Stage 3 — Bootstrap Loader

Write a bootstrap loader to initialize and run code at machine startup using the XSM instruction set.

🔹 Stage 4 — Learning the SPL Language

Learn to write, compile, and run a basic OS startup program using SPL on the XSM machine.

🔹 Stage 5 — XSM Debugging

Learn to debug SPL programs using breakpoints and inspect registers and memory with the XSM debugger.


Tools & Environment

To work with eXpOS, the following are typically required:

  • XSM Simulator – Executes target OS and user programs.
  • SPL Compiler/Tools – For writing OS and test programs.
  • XFS Interface – For managing files on the simulated disk.
  • A compatible Linux environment for running these tools. :contentReference[oaicite:9]{index=9}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors