Skip to content

Release v0.1.0

Compare
Choose a tag to compare
@github-actions github-actions released this 19 Nov 12:13
319f8d3

Referenced issue

Resolves #16
Resolves #15
Resolves #14
Resolves #9

References #5

Description

Implements Video Graphics Array (VGA) support and ensures correct booting into 64-bit operating mode.

Root Cause (if fixing a bug)

The bootloader failed to initiate a jump to 64-bit operating mode as expected, causing it to operate incorrectly in 64-bit mode.

Breaking change?

Is the change you are introducing going to affect already other existing resources?

  • No, this code change does not affect other project resources.
  • Yes, the code changes modify already existing project resources.

Additional context

The build process has been simplified to use cargo build instead of cargo rustc, enhancing ease of use. Rust’s core print macros are now fully operational.