Skip to content

Commit

Permalink
jinx: Upgrade to 0.4.7
Browse files Browse the repository at this point in the history
  • Loading branch information
mintsuki committed Dec 16, 2024
1 parent 94cd077 commit a1d87d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions GNUmakefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# GNUmakefile: Main makefile of the project.
# Code is governed by the GPL-2.0 license.
# Copyright (C) 2021-2022 The Vinix authors.
# Copyright (C) 2021-2024 The Vinix authors.

QEMUFLAGS ?= -M q35,smm=off -m 8G -cdrom vinix.iso -serial stdio -smp 4

Expand All @@ -17,7 +17,7 @@ debug:
JINX_CONFIG_FILE=jinx-config-debug $(MAKE) all

jinx:
curl -Lo jinx https://github.com/mintsuki/jinx/raw/f459adb138abff6afc7936f5fd4bc9e24023a495/jinx
curl -Lo jinx https://github.com/mintsuki/jinx/raw/7a101a39eb061713f9c50ceafa1d713f35f17a3b/jinx
chmod +x jinx

.PHONY: run-kvm
Expand Down

0 comments on commit a1d87d0

Please sign in to comment.