programs: Add Uxn emulator #272
Open
iyzsong
wants to merge 1 commits from
iyzsong/kolibrios:main
into main
pull from: iyzsong/kolibrios:main
merge into: KolibriOS:main
KolibriOS:main
KolibriOS:webview-new-proxy
KolibriOS:blocks-add-models
KolibriOS:rewrite_ide_drv
KolibriOS:info3ds-update
KolibriOS:refactor/links
KolibriOS:add_usbother
KolibriOS:webview-3.91
KolibriOS:qrcodegen
KolibriOS:ci/update
KolibriOS:add-license-file-header-to-guide
KolibriOS:floppybird-window-fix
KolibriOS:laser-tank-fix-win-height
KolibriOS:improvement/commit-and-branch-styles
KolibriOS:docs/libs
Labels
Clear labels
C
Category/Applications
Category/Drivers
Category/General
Category/Kernel
Category/Libraries
Eolite
FASM
FS
GSoC
This issue in GSoC program
HardwareTested
HLL
Influence/Settings
Influence/Text/TYPO
IRCC
Kernel
Kind
Breaking
Breaking change that won't be backward compatible
Kind
Bug
Something is not working
Kind
Build
Kind
Documentation
Documentation changes
Kind
Enhancement
Improve existing functionality
Kind
Feature
New functionality
Kind
Security
This is security issue
Kind
Testing
Issue or pull request related to testing
Pay for the code
Paid task
PR
Conflicts
PR conflicts with main
PR
Dependent
This PR is dependent on another PR
Priority
Critical
The priority is critical
Priority
High
The priority is high
Priority
Low
The priority is low
Priority
Medium
The priority is medium
PR
Ready to merge
Pull request is ready for merge
PR
Request changes
Changes requested in pull request
PR
Review required
Reviewed
Confirmed
Issue has been confirmed
Reviewed
Duplicate
This issue or pull request already exists
Reviewed
Invalid
Invalid issue
Reviewed
Won't Fix
This issue won't be fixed
Status
Abandoned
Somebody has started to work on this but abandoned work
Status
Blocked
Something is blocking this issue or pull request
Status
Need More Info
Feedback is required to reproduce issue or to continue work
No Label
Milestone
No items
No Milestone
Projects
Clear projects
No project
No Assignees
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: KolibriOS/kolibrios#272
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
No description provided.
Delete Branch "iyzsong/kolibrios:main"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
To build this, a zig compiler (tested: 0.14.1) is needed, run
zig build --release=fast
.It will download https://github.com/chmod222/zuxn when building.
Hello!
You can configure associations to run
.rom
files in this config:https://git.kolibrios.org/KolibriOS/kolibrios/src/branch/main/data/common/settings/assoc.ini
Also, you probably would like to configure icons for
.rom
files and additional associations (for some file managers), using config files in this folder:https://git.kolibrios.org/KolibriOS/kolibrios/src/branch/main/data/common/File%20Managers
All available icons and numbers can be found in
/sys/@reshare
app,ICONS16/W
section.603f643f67
toa826c724ee
Add association and icon for
.rom
files, thanks.Also implement the file device (without stat op), and remove the MPL-2.0 license file (which I think should be in the root folder so that each program don't need to store its own).
a826c724ee
to24d245c09b
24d245c09b
to3633516f62
Hi!
Wanted to test it and realized that emulator itself isn't included in image auto-build yet.
To include it, you need to use KolibriOS TUP build system:
Tupfile.lua
to emulator source code folder.data/Tupfile.lua
file.You can get an example in this commit and adapt it to your Zig building pipeline:
2d9007da32
Hi, it seems tup doesn't want to work with
zig build
, which will download 3rd deps and manage some cache itself.May I commit the built binary into the repo?
Yep, if tup can't work with Zig - binary is okay.
3633516f62
to6fba27b780
OK, now I commit the built binary.
Your project can be in a separate repo with autobuild. While building the OS download an artifact from CI
View command line instructions.
Checkout
From your project repository, check out a new branch and test the changes.