NSG650 / Polaris

A WIP 64-bit UNIX-like kernel
Apache License 2.0
303 stars 15 forks source link

Make needs to be run BEFORE make userspace-base/full to generate Jinx #30

Closed CoolSoulz closed 2 months ago

CoolSoulz commented 3 months ago

Describe the bug If running make userspace-base/full BEFORE make like the guide on the README suggests, it'll fail as it cant find Jinx. The solution is to run make to download Jinx and set it to be executable for some reason

To Reproduce Steps to reproduce the behavior:

  1. Follow the guide and run make userspace-base/full
  2. See error

Expected behavior I expected it to work and get Jinx

Screenshots None

Environment (please complete the following information):

Additional context None

NSG650 commented 2 months ago

Known issue. Will update the README.

CoolSoulz commented 2 months ago

okay