Skip to content

Conversation

@grivera64
Copy link
Member

Feature Description

This PR adds an option to build AstraKernel using Docker. Users can simply run make docker to run the latest main branch version of docker (or make docker-dev to run their checked out local version of AstraKernel for development).

File Changes

  • Add Dockerfile, Dockerfile.dev, and .dockerignore for Docker build support
  • Add docker and docker-dev rules to Makefile
  • Add docker build instructions to README.md

Feature Example

$ make docker
========================================
  AstraKernel  v0.1.0
  Built May 26 2025 at 06:05:04
========================================

  CPU: ARM926EJ-S @ 200MHz (simulated)
  RAM: 128MB SDRAM at 0x00000000

Welcome to your own little Astra world!
Type away, explore, have fun.

AstraKernel is running...
Press Ctrl-A and then X to exit QEMU.

AstraKernel > 

Copy link
Member

@chrisdedman chrisdedman left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@chrisdedman
Copy link
Member

Looks great. Thank you for your contribution :)

@chrisdedman chrisdedman added the enhancement New feature or request label May 26, 2025
@chrisdedman chrisdedman merged commit c8442e8 into sandbox-science:main May 26, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants