Software Projects
Let's start coding :)
Hardware projects
Development States
You want to help ?
Latest news
Orix v2021.1 Release
KERNEL Fix a bug when a command line is greater than 20 bytes (and should correct some orixcfg crashes) Add XMAINARGS primitive : https://orix-software.github.io/orix8bits/primitives/xmainargs/ add XGETARGV primitive : https://orix-software.github.io/orix8bits/primitives/xgetargv Fix some bug in XFREE primitive when a free chunk is created : now it’s merged when these chunk is merged Fix overflow when command is Read more about Orix v2021.1 Release[…]
dsk-util : .dsk tool
Displays Sedoric catalog Extracting all .hrs from a sedoric file Time for extraction : 14 mins for 70 hrs file Extract all files from ftdos .dsk file List a basic file extracted from a ftdos .dsk file
Orix v2020.4 Release
Kernel Displays change at boot : it displays now right memory (rom and eeprom) Fix a bug : when we type 4 times a command which does not exists, we reached max malloc, and kernel refuses to start any others process Now kernel can swap from sdcard to usbkey (see twil and mount command) Fix Read more about Orix v2020.4 Release[…]
Drag and drop files from PC to the card
Prerequisite a raspberry pi zero W(wifi) with a sdcard in it Kernel v2020.4 Shell v2020.4 a micro usb cable Install raspian on rasbperry pi Install the last raspbian version on sdcard for the raspberry pi zero After this step, you can now plug usb cable on USB twilighte board port and insert the mini usb Read more about Drag and drop files from PC to the card[…]
sdcard.tgz
This file contains all files (binaries and data) in http://repo.orix.oric.org/dists/official/tgz/6502/ you can download the file here : http://repo.orix.oric.org/dists/official/tgz/6502/sdcard.tgz You need to download this file, and you can use (tar/gzip to uncompress or 7z under windows to uncompress) all files must be copied in the root folder of the sdcard. In that way, you will have Read more about sdcard.tgz[…]
Command : mount
Displays mounts Since ‘shell v2020.4’ and kernel ‘kernel v2020.4’
Command : mkdir
Create a folder Available in v2020.4 mkdir etc Does not work /usr #mkdir ../etc
Command : cd
Change directory Working commands cd etc cd /etc cd .. Does not work usr# cd ../etc/
Orix v2020.3 Release
Kernel Fix keyboard buffer which did not work on some oric Cleaning source code Shell cd command added (it allows to enter in a directory with absolute or relative path except with ../ at the begining), it supports cd .. and cd /. OOM fixed in cd command fix overflow in command line (command must Read more about Orix v2020.3 Release[…]