-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
executable file
·282 lines (275 loc) · 13 KB
/
mkdocs.yml
File metadata and controls
executable file
·282 lines (275 loc) · 13 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
site_name: ORIX v2025.3 DOCUMENTATION
markdown_extensions:
- pymdownx.highlight
- pymdownx.inlinehilite
- pymdownx.tabbed:
alternate_style: true
- pymdownx.snippets
- pymdownx.critic
- pymdownx.caret
- pymdownx.keys
- pymdownx.mark
- pymdownx.tilde
- attr_list
- md_in_html
- admonition
- pymdownx.details
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- tables
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
plugins:
- git-revision-date
- search
- markmap
- mkdocs-video
# - mkdocstrings:
# watch:
# - src/project
dev_addr: '172.30.72.43:8001'
theme:
name: material
logo: favicon.png
custom_dir: overrides
highlightjs: true
palette:
primary: black
scheme: default
features:
- navigation.tabs
- navigation.top
- content.tabs.link
nav:
- Home:
- Introduction: index.md
- Hardware: hardware.md
- Software: software.md
# - User manual: user_manual/overview.md
# - Developer manual: developer_manual/index.md
- User manual:
- Quick start : user_manual/quickstart.md
- Features: user_manual/features.md
- Overview: user_manual/overview.md
- Commands:
- All commands: commands/all.md
- asm2k2: commands/asm2k2.md
- bank: commands/bank.md
- basic10: commands/basic10.md
- basic11: commands/basic11.md
- barboric: commands/barboric.md
- blakes7: commands/blakes7.md
- bootfd: commands/bootfd.md
- born1983: commands/born1983.md
- cat: commands/cat.md
- cd: commands/cd.md
- cksum: commands/cksum.md
- clear: commands/clear.md
- cp: commands/cp.md
- df: commands/df.md
- otimer: commands/otimer.md
- dsk-util: commands/dsk-util.md
- echo: commands/echo.md
- env: commands/env.md
- forth: commands/forth.md
- ftdos: commands/ftdos.md
- grep: commands/grep.md
- help: commands/help.md
- hexdump: commands/hexdump.md
- ioports: commands/ioports.md
- list: commands/list.md
- ls: commands/ls.md
- lscpu: commands/lscpu.md
- lsmem: commands/lsmem.md
- loader: commands/loader.md
- man: commands/man.md
- mkdir: commands/mkdir.md
- more: commands/more.md
- mount: commands/mount.md
- orixcfg: commands/orixcfg.md
- pwd: commands/pwd.md
- ps: commands/ps.md
- quintes: commands/quintes.md
- raw2dsk: commands/raw2dsk.md
- readdsk: commands/readdsk.md
- reboot: commands/reboot.md
- rm: commands/rm.md
- sedoric: commands/sedoric.md
- setfont: commands/setfont.md
- sh: commands/sh.md
- sterr: commands/strerr.md
- submit: commands/submit.md
- telstrat: commands/telstrat.md
- touch: commands/touch.md
- twil: commands/twil.md
- twiload: commands/twiload.md
- uname: commands/uname.md
- untar: commands/untar.md
- vi: commands/vi.md
- vidplay: commands/vidplay.md
- viewscr: commands/viewscr.md
- viewhrs: commands/viewhrs.md
- zerofx: commands/zerofx.md
- Twilighte board: user_manual/hardware/index.md
# - Floppy drive commands:
# - Bootfd: user_manual/bootfd.md
# - Shell guide :
# - Basic 11 commands: how-it-work/index.md
- Software loader: user_manual/loader.md
- Hardware manuals:
- Ribbon cable: hardware/nappe.md
- Plug voice synthetizer: hardware/synth_vocal_mea80900.md
- Oric incompatibility: hardware/incompatibility_oric.md
- Hardware issues: hardware/hardware_issues.md
- Sdcard over wifi: user_manual/devices/sdcard_reader_over_wifi.md
- Tutorials:
- Scripting (simple): tutorials/submit_scripts.md
- Autoboot : tutorials/autoboot_fr.md
- Submit scripts: tutorials/advanced_submit_part1
- Updates:
- 2025.3: update/2025_3.md
- 2024.1: update/2024_1.md
- 2023.3: update/2023_3.md
- 2023.2: update/2023_2.md
- 2023.1: update/2023_1.md
- 2022.4: update/2022_4.md
- 2022.3: update/2022_3.md
- commands:
- File: update/file/file.md
- Developer manual:
- Changes: developer_manual/index.md
- Install: developer_manual/first_step.md
- Tutorials:
- hello world: developer_manual/tutorials/print_string.md
- Development guidelines: developer_manual/guidelines.md
- Memory management : developer_manual/memory.md
- Bank signature : developer_manual/bank_signature.md
- Dynamic libraries: developer_manual/dynamic_libraries.md
- Build an Orix rom : developer_manual/buildrom.md
- Build standalone Rom : developer_manual/buildstandalonerom.md
- Generate a binary for sdcard/usb key: binaries/generateBinary.md
- SDK for Assembly (Orixsdk):
- Overview: developer_manual/orixsdk_macros/overview.md
- Main usage: developer_manual/orixsdk.md
- File operations:
- fopen: developer_manual/orixsdk_macros/fopen.md
- fread: developer_manual/orixsdk_macros/fread.md
- fwrite: developer_manual/orixsdk_macros/fwrite.md
- fseek: developer_manual/orixsdk_macros/fseek.md
- fclose: developer_manual/orixsdk_macros/fclose.md
- mkdir: developer_manual/orixsdk_macros/mkdir.md
- chdir: developer_manual/orixsdk_macros/chdir.md
- getcwd: developer_manual/orixsdk_macros/getcwd.md
- unlink: developer_manual/orixsdk_macros/unlink.md
- Text mode operations:
- print: developer_manual/orixsdk_macros/print.md
- prints: developer_manual/orixsdk_macros/prints.md
- print_int: developer_manual/orixsdk_macros/print_int.md
- cputc: developer_manual/orixsdk_macros/cputc.md
- crlf: developer_manual/orixsdk_macros/crlf.md
- scroll: developer_manual/orixsdk_macros/scroll.md
- cursor: developer_manual/orixsdk_macros/cursor.md
- setscreen: developer_manual/orixsdk_macros/setscreen.md
- Memory operations:
- malloc: developer_manual/orixsdk_macros/malloc.md
- mfree: developer_manual/orixsdk_macros/mfree.md
- memdecal: developer_manual/orixsdk_macros/memdecal.md
- memmove: developer_manual/orixsdk_macros/memmove.md
- Strings operations:
- strncat: developer_manual/orixsdk_macros/strncat.md
- strncpy: developer_manual/orixsdk_macros/strncpy.md
- Command line operations:
- initmainargs: developer_manual/orixsdk_macros/initmainargs.md
- getmainargs: developer_manual/orixsdk_macros/getmainargs.md
- Keyboards operations:
- cgetc: developer_manual/orixsdk_macros/cgetc.md
- Process operations:
- exec: developer_manual/orixsdk_macros/exec.md
- Number operations:
- atoi: developer_manual/orixsdk_macros/atoi.md
- tohex: developer_manual/orixsdk_macros/tohex.md
- print_int: developer_manual/orixsdk_macros/print_int.md
- itoa: developer_manual/orixsdk_macros/itoa.md
- Sound operations:
- shoot: developer_manual/orixsdk_macros/shoot.md
- ping: developer_manual/orixsdk_macros/ping.md
- zap: developer_manual/orixsdk_macros/zap.md
- explode: developer_manual/orixsdk_macros/explode.md
- Generate man pages : developer_manual/buildman.md
- cc65 : developer_manual/cc65.md
- Binary and dynamic library header format : developer_manual/header.md
- Joysticks management : developer_manual/joysticks.md
- Cross development on real hardware : developer_manual/pizero_connection.md
- Oricutron VS real hardware : developer_manual/oricutronvsreal.md
- Kernel guide:
- Kernel: developer_manual/kernel.md
- Memmap: developer_manual/kernel/memmap.md
- Notebook: developer_manual/notebook.md
- Primitives:
- General list : developer_manual/kernel/primitives/index.md
- By category:
- Command line args:
- XMAINARGS: developer_manual/kernel/primitives/xmainargs.md
- XGETARGV: developer_manual/kernel/primitives/xgetargv.md
- Files operations:
- XOPEN: developer_manual/kernel/primitives/xopen.md
- XCLOSE: developer_manual/kernel/primitives/xclose.md
- XFREAD: developer_manual/kernel/primitives/xfread.md
- XWRITE: developer_manual/kernel/primitives/xwrite.md
- XFSEEK: developer_manual/kernel/primitives/xfseek.md
- XRM: developer_manual/kernel/primitives/xrm.md
- XMKDIR: developer_manual/kernel/primitives/xmkdir.md
- XCLOSEDIR: developer_manual/kernel/primitives/xclosedir.md
- XOPENDIR: developer_manual/kernel/primitives/xopendir.md
- Memory operations:
- XMALLOC: developer_manual/kernel/primitives/xmalloc.md
- XFREE: developer_manual/kernel/primitives/xfree.md
- XBANK: developer_manual/kernel/primitives/xbank.md
- Process Operations:
- XEXEC: developer_manual/kernel/primitives/xexec.md
- Keyboard Operations:
- XRDW0: developer_manual/kernel/primitives/xrdw0.md
- XRD0: developer_manual/kernel/primitives/xrd0.md
- Textmode Operations:
- XSCROB: developer_manual/kernel/primitives/xscrob.md
- XSCROH: developer_manual/kernel/primitives/xscroh.md
- XCRLF: developer_manual/kernel/primitives/xcrlf.md
- XWR0: developer_manual/kernel/primitives/xwr0.md
- XWSTR0: developer_manual/kernel/primitives/xwstr0.md
- Numbers Operations:
- XBINDX: developer_manual/kernel/primitives/xbindx.md
- XDECIM: developer_manual/kernel/primitives/xdecim.md
- XDECAY: developer_manual/kernel/primitives/xdecay.md
- XHEXA: developer_manual/kernel/primitives/xhexa.md
- Kernel variables Operations:
- XVALUES: developer_manual/kernel/primitives/xvalues.md
- XVARS: developer_manual/kernel/primitives/xvars.md
- Binary boot sequence: developer_manual/binary_starts.md
- Hardware guide :
- Memory: hardware/memory.md
- I/O: hardware/i_o.md
- Firmware informations : developer_manual/firmware.md
- Joysticks: hardware/joysticks.md
- Eeprom structure: hardware/eeprom_structure.md
- Extra Libs :
- Twilighte library lib: "https://orix-software.github.io/twillib/api/"
- RTC lib: "https://orix-software.github.io/ds1501lib/api/"
- USB controler lib: "https://orix-software.github.io/ch376lib/api/"
- Inetlib: "https://orix-software.github.io/inetlib/api/"
- Ethernet Controler lib: "https://orix-software.github.io/ch395lib/api/"
- Progress bar lib: "https://orix-software.github.io/pbarlib/api/"
- Memcache lib: "https://orix-software.github.io/pbarlib/api/"
- Curl lib: "https://orix-software.github.io/curllib/api/"
- Socket lib: "https://orix-software.github.io/socketlib/api/"
extra_css:
- stylesheets/extra.css
extra:
social:
- icon: fontawesome/brands/twitter
link: https://twitter.com/OrixTwil
- icon: fontawesome/brands/youtube
link: https://www.youtube.com/user/jede06600/videos