Skip to content

AletheiaWareLLC/flamego

Repository files navigation

Flame

Computing from Scratch

Instruction Set Architecture

Defines the operations and encoding formats.

Assembler

Converts plain text assembly into machine code.

Virtual Machine

Simulates basic building blocks of hardware.

Bootloader

Initializes machine and loads operating system from storage

Kernel

Manages computer resources.

  • Communication Manager
  • Process Manager
  • Memory Manager
  • IO Manager

Operating System

  • Device Drivers
  • Utilities
  • Shell/Terminal
  • User Interface/User Experience

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages