Skip to content

[Minor] Adds VGA support and jumps corectly to 64 bit operating #13

[Minor] Adds VGA support and jumps corectly to 64 bit operating

[Minor] Adds VGA support and jumps corectly to 64 bit operating #13

Workflow file for this run

name: Tests
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install additional dependencies
run: |
sudo apt update
sudo apt install -y nasm grub-pc-bin grub-common make mtools
rustup target add x86_64-unknown-none
rustup component add rust-src --toolchain nightly-x86_64-unknown-linux-gnu
- name: Run Tests
run: make test