File tree Expand file tree Collapse file tree 3 files changed +30
-22
lines changed
Expand file tree Collapse file tree 3 files changed +30
-22
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1+ name : OS Build
2+
3+ on : [push]
4+
5+ jobs :
6+ build :
7+ runs-on : ubuntu-latest
8+
9+ steps :
10+ - uses : actions/checkout@v4
11+ - name : Use Node.js
12+ uses : actions/setup-node@v3
13+ with :
14+ node-version : ' 20.8.0'
15+
16+ - name : Install nasm
17+ run : sudo apt-get install -y nasm
18+
19+ - name : Install mtools
20+ run : sudo apt-get install -y mtools
21+
22+ - name : Install DOS-FS tools
23+ run : sudo apt-get install -y dosfstools
24+
25+ - name : Build OS image
26+ run : npm run build
27+
28+ - name : Clean up build
29+ run : npm run clean
Original file line number Diff line number Diff line change 11# Zync OS: Nothing Operating System
22
3- ![ NASM Build] ( https://github.com/nthnn/Zync-OS/actions/workflows/nasm_build .yml/badge.svg )
3+ ![ OS Build] ( https://github.com/nthnn/Zync-OS/actions/workflows/os_build .yml/badge.svg )
44![ GitHub repo size] ( https://img.shields.io/github/repo-size/nthnn/Zync-OS?logo=git&label=Repository%20Size )
55
66Zync OS is a mock-up bootloader and kernel-only dummy operating system. It has a very basic boring shell.
You can’t perform that action at this time.
0 commit comments