Skip to content

Revert "linker.ld: disable maximum size assertion, replace by map info" #19

Revert "linker.ld: disable maximum size assertion, replace by map info"

Revert "linker.ld: disable maximum size assertion, replace by map info" #19

Workflow file for this run

name: Make build
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Install NASM and BBE
run: sudo apt-get update && sudo apt-get install nasm bbe
- name: Checkout code
uses: actions/checkout@v4
- name: make
run: make
- name: Upload raw disk image
uses: actions/upload-artifact@v4
with:
name: disk.img
path: build/disk.img