[OS][KERNEL] Initialize tpl_ready_list and tpl_kern in tpl_init_os to… #56
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Build ViPER (Virtual Processor EmulatoR) | |
on: [push, pull_request] | |
jobs: | |
viper: | |
name: Build ViPER | |
runs-on: ubuntu-22.04 | |
steps: | |
- name: Checkout sources | |
uses: actions/checkout@v4 | |
with: | |
submodules: recursive | |
fetch-depth: 0 | |
- name: Build | |
run: make | |
working-directory: viper |