Skip to content

Conversation

assembler-0
Copy link
Owner

@assembler-0 assembler-0 commented Sep 7, 2025

Summary by CodeRabbit

  • Documentation
    • Updated README and architecture docs to reflect v0.0.2-development1.
  • Style
    • Updated boot and shell banners to display v0.0.2-development1.
    • Adjusted console status label position for improved on-screen layout.
  • Chores
    • Bumped project version metadata to v0.0.2-development1.

No functional changes or public APIs were altered.

Copy link

coderabbitai bot commented Sep 7, 2025

Caution

Review failed

The pull request is closed.

Walkthrough

Project-wide version strings updated from v0.0.2-rc1 to v0.0.2-development1 across docs, build metadata, kernel, and shell messages. Kernel include path for RTL8139 adjusted and an unused include removed. Console status label macros repositioned.

Changes

Cohort / File(s) Summary
Project metadata
meson.build
Project version string changed: 0.0.2-rc1 → 0.0.2-development1.
Documentation
README.md, docs/ARCHITECTURE.md
Titles/badges updated to v0.0.2-development1; text-only edits.
Kernel core
kernel/core/Kernel.c
Include path changed to realtek/RTL8139.h; Format.h include removed; boot log message version updated.
Console layout
kernel/etc/Console.h
Status label coordinates updated: STATUS_LABEL_ROW 29→50, STATUS_LABEL_COL 31→0.
Shell messages
kernel/etc/Shell.c
User-facing version strings updated to v0.0.2-development1 in VersionHandler and startup banner.

Estimated code review effort

🎯 2 (Simple) | ⏱️ ~10 minutes

Possibly related PRs

  • Development #115 — Mirrors the same version-bump edits across README, ARCHITECTURE, Kernel.c, Shell.c, and meson.build.
  • Development #113 — Updates version strings and startup messages in Kernel.c and Shell.c.
  • Development #52 — Modifies Kernel.c boot/KernelMain messaging in a nearby code region.

Poem

A tick of the version, a hop in the night,
From rc to dev, the banners shine bright.
I nudge the coords, adjust the log,
Compile-time paths through mist and fog.
Thump-thump! says the kernel, ears upright—
Onward we bound to development’s light. 🐇✨


📜 Recent review details

Configuration used: CodeRabbit UI

Review profile: CHILL

Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between d5e101c and 586b68d.

⛔ Files ignored due to path filters (2)
  • kernel/etc/objects/panic.o is excluded by !**/*.o
  • kernel/etc/objects/splash1.o is excluded by !**/*.o
📒 Files selected for processing (6)
  • README.md (1 hunks)
  • docs/ARCHITECTURE.md (1 hunks)
  • kernel/core/Kernel.c (2 hunks)
  • kernel/etc/Console.h (1 hunks)
  • kernel/etc/Shell.c (2 hunks)
  • meson.build (1 hunks)
✨ Finishing Touches
  • 📝 Generate Docstrings
🧪 Generate unit tests
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch Development

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@assembler-0 assembler-0 merged commit 5f3b621 into main Sep 7, 2025
1 of 2 checks passed
@coderabbitai coderabbitai bot mentioned this pull request Sep 12, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant