Commit Graph

18 Commits

Author SHA1 Message Date
06790e4d08 Update repo to have the dependencies in the current directory instead of above 2024-02-04 12:06:11 +01:00
Ry
9b78bc2581 base + kernel + Fetcher: Use a batch file for defining startup tasks 2023-12-17 23:39:29 -08:00
Ry
1b1c8cb856 Fetcher: Use msc resource as the icon for misc files 2023-10-14 18:18:49 -07:00
Ry
6072f41442 Fetcher: Add support for "open file" dialogs 2023-10-12 21:14:29 -07:00
Ry
19f5996855 kernel/res + base: Add get_resource and an icons.res file 2023-10-12 16:18:07 -07:00
Ry
b832aa83be Fetcher: WIP "About" screen 2023-07-15 21:56:09 -07:00
Ry
7d4918041b Fetcher: Proper desktop icons! 2023-07-12 17:33:57 -07:00
Ry
df9e7eb311 Fetcher: Initial commit
This commit includes needed kernel changes and additions.
2023-07-12 00:00:08 -07:00
Ry
c101b58dea OkmPaint: Initial commit 2023-06-25 16:46:42 -07:00
Ry
76d669bfda Makefile: Add clean target 2023-03-15 17:02:55 -07:00
Ry
31b19537c8 Build a minimal romdisk image 2023-03-04 23:35:34 -08:00
jn
bef0aa9700 Add serial.fxf: Serial terminal 2023-02-02 04:08:18 +01:00
jn
46f44cdf30 Makefile: simplify fox32os.img rule 2023-02-01 23:41:30 +01:00
jn
c9457baa42 Let users provide their own startup.cfg without pain
Users can now edit base_image/startup.cfg without git paying attention
to it. Typing `make` and using the default works, too.
2023-02-01 23:41:30 +01:00
Ry
c3b68946f5 launcher: Initial commit 2023-01-24 17:08:55 -08:00
jn
a0d1a78c1c Makefile: Declare all dependencies
Test with:

  find -name '*.asm' | while read f; do echo $f && touch $f && make | grep 'fox32asm 0.' || break; done

If the last line of output is a filename, that means this file isn't tracked as
a dependency.
2023-01-21 12:00:09 +01:00
Ry
9e256a7e3c sh: Move to an application outside of the kernel
Fixes issue #3
2023-01-21 00:17:10 -08:00
jn
b9fc96b161 Replace build.sh with a Makefile 2023-01-20 15:48:53 +01:00