Skip to content

change base addresses of peripherals according to new VA translation … #31

change base addresses of peripherals according to new VA translation …

change base addresses of peripherals according to new VA translation … #31

Workflow file for this run

name: Makefile CI
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: macos-latest
steps:
- name: create homebrew directory
run: mkdir -p /opt/homebrew/opt/
- name: Install LLVM and Clang
uses: KyleMayes/install-llvm-action@v2
with:
version: "10.0"
directory: /opt/homebrew/opt/llvm
- uses: actions/checkout@v4
- name: Install dependencies
run: make
- uses: actions/upload-artifact@v4
with:
name: kernel8.img
path: ./kernel8.img