Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: Neotron-Compute/Neotron-OS
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: develop
Choose a base ref
...
head repository: Neotron-Compute/Neotron-OS
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: add-graphics-device
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 9 commits
  • 29 files changed
  • 1 contributor

Commits on Dec 29, 2024

  1. Configuration menu
    Copy the full SHA
    bf87e5c View commit details
    Browse the repository at this point in the history
  2. Move gfx command to be vidtest utility.

    Requires new neotron-sdk.
    
    Running an application now also caches and restores the current video mode (incase the app leaves it in a mess), which is done through the VGACONSOLE object so you can't write text to a framebuffer and ruin it.
    thejpster committed Dec 29, 2024
    Configuration menu
    Copy the full SHA
    df56e97 View commit details
    Browse the repository at this point in the history
  3. nbuild strips utilities.

    thejpster committed Dec 29, 2024
    Configuration menu
    Copy the full SHA
    a7158de View commit details
    Browse the repository at this point in the history
  4. Add line drawing.

    Only supports a single colour.
    thejpster committed Dec 29, 2024
    Configuration menu
    Copy the full SHA
    4b99a32 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fe0d268 View commit details
    Browse the repository at this point in the history
  6. Reformat mode command.

    Now it fits on one screen.
    thejpster committed Dec 29, 2024
    Configuration menu
    Copy the full SHA
    f7ae07a View commit details
    Browse the repository at this point in the history

Commits on Dec 30, 2024

  1. Update CHANGELOG

    thejpster committed Dec 30, 2024
    Configuration menu
    Copy the full SHA
    03b5360 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6bc14f7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0cd6824 View commit details
    Browse the repository at this point in the history
Loading