Skip to content

Conversation

@chrisdedman
Copy link
Member

@chrisdedman chrisdedman commented Aug 25, 2025

Description

Configure one hardware timer, and hook its interrupt to increment a "tick" counter.

Note

This implementation is the last implementation of Phase A, the Foundations roadmap of the kernel's development. This phase includes:

Phase A – Foundations

  • Bootstrapping: stack setup, BSS clearing, entry into the kernel main. (DONE)
  • UART I/O: putc/puts, getc/getline, basic shell loop. (DONE)
  • Vector Table: Define vector table for exceptions/interrupts. (Done)
  • Basic Timer Interrupt: Configure one hardware timer, hook its interrupt to increment a "tick" counter. (in review)

Additionally, I added a literature directory with the ARM documentation used for this implementation.

@chrisdedman chrisdedman requested a review from grivera64 August 25, 2025 20:55
@chrisdedman chrisdedman self-assigned this Aug 25, 2025
@chrisdedman chrisdedman added the enhancement New feature or request label Aug 25, 2025
@chrisdedman chrisdedman requested a review from grivera64 August 25, 2025 23:44
@chrisdedman chrisdedman requested a review from grivera64 August 26, 2025 03:54
Copy link
Member

@grivera64 grivera64 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 chrisdedman merged commit f4afe1a into main Aug 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.

3 participants