Commit Graph

70 Commits (main)

Author SHA1 Message Date
xenia 06790e4d08 Update repo to have the dependencies in the current directory instead of above 2024-02-04 12:06:11 +01:00
Ry 153ba2cb00
Merge pull request #28 from mebibytedraco/debug-prefix
Add '%' debug prefix to shell
2023-12-24 18:03:04 -08:00
mebibytedraco 460166b746 Add '%' debug prefix to shell 2023-12-24 20:43:47 -05:00
Ry 9b78bc2581 base + kernel + Fetcher: Use a batch file for defining startup tasks 2023-12-17 23:39:29 -08:00
Ry 956c527391 sh: Implement support for batch files 2023-12-16 22:30:26 -08:00
Ry 87ac29eb0d icons: Fix incorrect resource count 2023-10-18 15:41:04 -07:00
Ry 1b1c8cb856 Fetcher: Use `msc` resource as the icon for misc files 2023-10-14 18:18:49 -07:00
Ry 4b57165588 icons: Add new icons by horsesnoot on Discord 2023-10-14 18:07:46 -07:00
Ry 6072f41442 Fetcher: Add support for "open file" dialogs 2023-10-12 21:14:29 -07:00
Ry f6fed505cc Fetcher: Add browser icons, pulled from icons.res at runtime 2023-10-12 16:49:37 -07:00
Ry a033fae4ae Fetcher: Use the global icons.res resource for the desktop icons 2023-10-12 16:20:12 -07:00
Ry 19f5996855 kernel/res + base: Add `get_resource` and an icons.res file 2023-10-12 16:18:07 -07:00
Ry beb7a8f479 Fetcher: Use `sleep_task` 2023-10-11 16:32:24 -07:00
Ry c2960e8fd7 Fetcher: Use a CONST for the window struct size 2023-10-01 23:05:09 -07:00
Ry 9ae1e4710d OkmPaint: Clean up some things that can use register pointer offsets 2023-09-13 15:19:30 -07:00
Ry 403da7474e Fetcher: Clean up some things that can use register pointer offsets 2023-09-13 15:09:14 -07:00
Ry 6ab8c6dfb3 Fetcher: Fix issue #25
This closes #25.
2023-07-25 16:26:47 -07:00
Ry ccd0b837c8 all: Enable optimizations 2023-07-24 21:17:56 -07:00
Ry b832aa83be Fetcher: WIP "About" screen 2023-07-15 21:56:09 -07:00
Ry 0059493bb2 sh: Check to make sure we have a stream struct before continuing
Fixes issue #17.
2023-07-13 21:15:20 -07:00
Ry 73bf9275bc Fetcher: View and launch FXF binaries 2023-07-13 00:11:02 -07:00
Ry 7d4918041b Fetcher: Proper desktop icons! 2023-07-12 17:33:57 -07:00
Ry 20e25f963e Fetcher: Minor code style fixes 2023-07-12 16:41:39 -07:00
TalonFox aa60133fe0
Improve window dragging and add fetcher animation
Signed-off-by: TalonFox <105325988+TalonFox@users.noreply.github.com>
2023-07-12 12:41:11 -05:00
Ry e6293f1e28 Fetcher: Fix incorrect comments 2023-07-12 00:01:53 -07:00
Ry df9e7eb311 Fetcher: Initial commit
This commit includes needed kernel changes and additions.
2023-07-12 00:00:08 -07:00
Ry 6a9dc85d81 all: Fix incorrect/old file struct size
Surprised this didn't cause more issues :p
2023-07-11 15:54:08 -07:00
Ry c101b58dea OkmPaint: Initial commit 2023-06-25 16:46:42 -07:00
Ry d5e9404413 Fix some messed up formatting, add Okameron submodule 2023-06-24 16:05:17 -07:00
Ry f6ec0dde0b sh: Add `echo` command 2023-04-02 13:17:54 -07:00
Ry 7a2f96717e sh: Add `rdall` command 2023-04-02 13:09:32 -07:00
Ry d3c75a7c9c sh: Add `rdnext` command
This command redirects the IO stream for the next command to the
specified file or named stream
2023-03-31 16:32:00 -07:00
Ry 958e6348f7 launcher: Launch applications from the current disk 2023-03-31 00:32:02 -07:00
Ry 8bea7c39b4 kernel + sh: Another stream overhaul
Certain streams can now be opened by name by prefixing the name
with a colon (':'). The only supported named stream at the moment
is :fb, which streams to/from the background framebuffer.

A new syscall called `get_size` was also added, which should be used
instead of `ryfs_get_size`. This new syscall supports getting the size
of streams.
2023-03-30 22:18:23 -07:00
Ry fa693c71a7 all: Increase file struct size to 32 bytes for both files and streams 2023-03-30 21:46:24 -07:00
Ry 861031ea6c terminal: Use `launch_fxf_from_disk` 2023-03-23 00:37:39 -07:00
Ry 201336ad31 serial: Use `launch_fxf_from_disk` 2023-03-23 00:37:16 -07:00
Ry 8103ec8bcd kernel/fxf and launcher: Add and use `launch_fxf_from_disk` syscall 2023-03-22 22:18:33 -07:00
Ry 22c8e1f820 bg: Use data.strz for the filename 2023-03-22 16:36:25 -07:00
Ry 4e0ab3a75d sh/launch: Use `ryfs_open` directly instead of `open` for now 2023-03-20 17:32:14 -07:00
Ry 60a322ca53 kernel+apps: Use a more standard filename format (8.3 with no spaces) 2023-03-15 17:53:45 -07:00
Ry 6253b60762 sh: Fix inverted condition in the `disk` command 2023-03-05 17:39:29 -08:00
Ry 6318fbb6f9 bg: Use the "current" disk id 2023-03-05 17:30:51 -08:00
Ry fb3eac0d98 terminal/task: Use the "current" disk id 2023-03-04 23:36:17 -08:00
Ry ebbc2fa81e sh: Use the "current" disk id 2023-03-04 23:35:54 -08:00
Ry 8d3ef81cba terminal/text: Treat delete (ASCII 127) as backspace 2023-02-16 22:02:52 -08:00
Ry 8bfd66941d sh/dir: Show file sizes 2023-02-04 17:34:20 -08:00
Ry 6c4790cd5f sh/dir: Add a space between the file name and type, and show a header 2023-02-04 16:37:34 -08:00
Ry f37c9b37bd sh: Move terminal control character consts to main.asm 2023-02-04 16:29:47 -08:00
Ry 36f76ed12d serial: Add missing `ret` to `print_str_to_terminal` 2023-02-04 16:19:09 -08:00