Skip to content

Implement kprintf format length specifiers #23

Implement kprintf format length specifiers

Implement kprintf format length specifiers #23

Workflow file for this run

name: Build CI
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install dependencies
run: sudo apt-get install gcc-riscv64-unknown-elf libnewlib-dev
- name: Make
run: make CROSS_PREFIX=riscv64-unknown-elf-
- name: Upload artifacts
uses: actions/upload-artifact@v3
with:
name: kernel.elf
path: build/kernel.elf