]> git.sesse.net Git - pistorm/log
pistorm
2 years agoAdd Meson build files. master
Steinar H. Gunderson [Thu, 17 Jun 2021 21:47:08 +0000 (23:47 +0200)]
Add Meson build files.

2 years agoAs Arm is an architecture with weakly ordered memory,
Rune Holm [Fri, 25 Jun 2021 18:20:27 +0000 (19:20 +0100)]
As Arm is an architecture with weakly ordered memory,
it isn't safe to do cross-thread communication with multiple variables
unless we use memory barriers between them, both on writes and reads.
In the case of musashi, it's the sequence of set irq/do_reset and reset cycles left.
This patch introduces memory barriers between the writes and reads of these

2 years agoavoid false sharing between the do_reset and amiga_reset variable that caused the...
Rune Holm [Fri, 25 Jun 2021 17:20:52 +0000 (18:20 +0100)]
avoid false sharing between the do_reset and amiga_reset variable that caused the cache line to bounce between the two A53 L1 caches. Also clean up a few of the global variables, in addition to placing 64 bytes of pad around do_reset to prevent future false sharing

2 years agoRemove debug IRQ disable/enable from PiSCSI boot ROM
beeanyew [Fri, 25 Jun 2021 03:07:47 +0000 (05:07 +0200)]
Remove debug IRQ disable/enable from PiSCSI boot ROM

This somehow broke the interrupt handlers for a bunch of things, including the standard HDD installed version of Monkey Island II.

2 years agoBreak IRQs again
beeanyew [Thu, 24 Jun 2021 07:52:36 +0000 (09:52 +0200)]
Break IRQs again

2 years agoFix Musashi compilation with MMU emulation enabled
beeanyew [Thu, 24 Jun 2021 07:34:29 +0000 (09:34 +0200)]
Fix Musashi compilation with MMU emulation enabled

2 years agoAdd System ROM pos setvar to Mac platform
beeanyew [Thu, 24 Jun 2021 00:25:33 +0000 (02:25 +0200)]
Add System ROM pos setvar to Mac platform

2 years agoActually revert to old IRQ behavior
beeanyew [Wed, 23 Jun 2021 08:27:04 +0000 (10:27 +0200)]
Actually revert to old IRQ behavior

2 years agoRevert to new IRQ behavior after some unsuccessful experiments
beeanyew [Wed, 23 Jun 2021 04:43:25 +0000 (06:43 +0200)]
Revert to new IRQ behavior after some unsuccessful experiments

This brings back all the graphics and music glitches, but it does make fewer games and software lock up on missed IRQs.

2 years agoActually remove the read/write ranges "properly"
beeanyew [Wed, 23 Jun 2021 02:52:44 +0000 (04:52 +0200)]
Actually remove the read/write ranges "properly"

2 years agoAdd some more Mac68k handling stuff
beeanyew [Wed, 23 Jun 2021 02:42:58 +0000 (04:42 +0200)]
Add some more Mac68k handling stuff

2 years agoSome more write-through cache RAM map OVL handling
beeanyew [Tue, 22 Jun 2021 12:32:45 +0000 (14:32 +0200)]
Some more write-through cache RAM map OVL handling

2 years agoAdd OVL handling to write-through cache RAM
beeanyew [Tue, 22 Jun 2021 12:00:36 +0000 (14:00 +0200)]
Add OVL handling to write-through cache RAM

2 years agoAdd write-through cached RAM for Mac experiments
beeanyew [Tue, 22 Jun 2021 11:13:13 +0000 (13:13 +0200)]
Add write-through cached RAM for Mac experiments

2 years agoMerge pull request #49 from runehol/main
beeanyew [Mon, 21 Jun 2021 01:16:16 +0000 (03:16 +0200)]
Merge pull request #49 from runehol/main

Pass around a m68i_cpu_core pointer instead of accessing it as a global variable

2 years agoremoved most traces of direct access to the m68ki_cpu global variable
Rune Holm [Sun, 20 Jun 2021 19:34:59 +0000 (21:34 +0200)]
removed most traces of direct access to the m68ki_cpu global variable

2 years agointroducing CPU state parameter 5 - now switched most register state over
Rune Holm [Sun, 20 Jun 2021 19:20:36 +0000 (21:20 +0200)]
introducing CPU state parameter 5 - now switched most register state over

2 years agointroducing CPU state parameter 4
Rune Holm [Sun, 20 Jun 2021 19:03:05 +0000 (21:03 +0200)]
introducing CPU state parameter 4

2 years agointroducing CPU state parameter 3
Rune Holm [Sun, 20 Jun 2021 18:55:25 +0000 (20:55 +0200)]
introducing CPU state parameter 3

2 years agointroducing CPU state paramter 2
Rune Holm [Sun, 20 Jun 2021 17:47:22 +0000 (19:47 +0200)]
introducing CPU state paramter 2

2 years agointroducing CPU state parameter
Rune Holm [Sun, 20 Jun 2021 16:22:03 +0000 (18:22 +0200)]
introducing CPU state parameter

2 years agostep 1: add a state parameter to all opcode functions
Rune Holm [Sun, 20 Jun 2021 16:12:09 +0000 (18:12 +0200)]
step 1: add a state parameter to all opcode functions

2 years ago[HAX] Fix old-new IRQ behavior a bit?
beeanyew [Sun, 20 Jun 2021 16:00:31 +0000 (18:00 +0200)]
[HAX] Fix old-new IRQ behavior a bit?

2 years agoMake experimental bitstream optional
beeanyew [Sun, 20 Jun 2021 15:59:11 +0000 (16:59 +0100)]
Make experimental bitstream optional

2 years ago[HAX] Try some different IRQ behavior
beeanyew [Sun, 20 Jun 2021 04:13:40 +0000 (06:13 +0200)]
[HAX] Try some different IRQ behavior

May or may not require a make clean, also may or may not require a custom firmware to work.

2 years agoDisable mouse/kb hook on Amiga platform shutdown
beeanyew [Fri, 18 Jun 2021 23:05:08 +0000 (01:05 +0200)]
Disable mouse/kb hook on Amiga platform shutdown

2 years agoMerge pull request #48 from runehol/main
beeanyew [Fri, 18 Jun 2021 22:39:10 +0000 (00:39 +0200)]
Merge pull request #48 from runehol/main

Smaller speed improvements

2 years agomove address translation cache fields from global variables to the m68k struct, as
Rune Holm [Fri, 18 Jun 2021 19:19:41 +0000 (20:19 +0100)]
move address translation cache fields from global variables to the m68k struct, as
this way we can pass around one pointer and access them all in the future.
This happens to win 5-10% performance, because now the code generator can generate a single
global variable pointer to get to all of the translation cache/range fields at once.

2 years agooptimise away an unnecessary subtract on the instruction fetch fast path
Rune Holm [Fri, 18 Jun 2021 18:51:46 +0000 (19:51 +0100)]
optimise away an unnecessary subtract on the instruction fetch fast path

2 years agoAdd some Mac thing to enable/disable ROM overlay
beeanyew [Fri, 18 Jun 2021 15:32:32 +0000 (17:32 +0200)]
Add some Mac thing to enable/disable ROM overlay

2 years agoMove Amiga register read/write checks to PLATFORM_AMIGA scope
beeanyew [Fri, 18 Jun 2021 14:58:28 +0000 (16:58 +0200)]
Move Amiga register read/write checks to PLATFORM_AMIGA scope

2 years agoImprove 68k cycle state machine
shanshe [Fri, 18 Jun 2021 09:48:45 +0000 (11:48 +0200)]
Improve 68k cycle state machine

S7 and S0 states are made faster to gain almost a c7m cycle, making Chip
access faster. (sysinfo 4.4 chip speed from 0.97 to 1.13)

2 years agoFix config reload?
beeanyew [Fri, 18 Jun 2021 08:39:39 +0000 (10:39 +0200)]
Fix config reload?

Apparently I forgot to stage a hunk, also don't attempt to initialize A314 emulation if it has already been initialized.

2 years ago[HAX] Inline ps_read8/16/32 in emulator.c to avoid long jumps on bus transactions
beeanyew [Thu, 17 Jun 2021 18:14:42 +0000 (20:14 +0200)]
[HAX] Inline ps_read8/16/32 in emulator.c to avoid long jumps on bus transactions

2 years agoFix Musashi compilation with prefetch emulation disabled
beeanyew [Thu, 17 Jun 2021 17:10:02 +0000 (19:10 +0200)]
Fix Musashi compilation with prefetch emulation disabled

2 years agoSuppress CLI-window at startup when using AmiTCP
Jarno Lehtinen [Thu, 17 Jun 2021 11:10:54 +0000 (14:10 +0300)]
Suppress CLI-window at startup when using AmiTCP

Redirect AmiTCP:bin/startnet output to NIL: so it doesn't open new persistent CLI-window at startup.

2 years agoFixed building of the generated sources.
Marcus Agehall [Wed, 16 Jun 2021 22:29:13 +0000 (23:29 +0100)]
Fixed building of the generated sources.

2 years agoAdded dependency tracking of include files.
Marcus Agehall [Wed, 16 Jun 2021 22:00:53 +0000 (23:00 +0100)]
Added dependency tracking of include files.

2 years agoDo not free MAPTYPE_RAM_NOALLOC mapped data
beeanyew [Wed, 16 Jun 2021 18:36:46 +0000 (20:36 +0200)]
Do not free MAPTYPE_RAM_NOALLOC mapped data

2 years agoAdd some Mac thing to enable/disable ROM overlay
beeanyew [Fri, 18 Jun 2021 15:32:32 +0000 (17:32 +0200)]
Add some Mac thing to enable/disable ROM overlay

2 years agoMove Amiga register read/write checks to PLATFORM_AMIGA scope
beeanyew [Fri, 18 Jun 2021 14:58:28 +0000 (16:58 +0200)]
Move Amiga register read/write checks to PLATFORM_AMIGA scope

2 years agoMerge pull request #46 from shanshe/wip-crap
beeanyew [Fri, 18 Jun 2021 09:52:40 +0000 (11:52 +0200)]
Merge pull request #46 from shanshe/wip-crap

Improve 68k cycle state machine

2 years agoImprove 68k cycle state machine
shanshe [Fri, 18 Jun 2021 09:48:45 +0000 (11:48 +0200)]
Improve 68k cycle state machine

S7 and S0 states are made faster to gain almost a c7m cycle, making Chip
access faster. (sysinfo 4.4 chip speed from 0.97 to 1.13)

2 years agoFix config reload?
beeanyew [Fri, 18 Jun 2021 08:39:39 +0000 (10:39 +0200)]
Fix config reload?

Apparently I forgot to stage a hunk, also don't attempt to initialize A314 emulation if it has already been initialized.

2 years ago[HAX] Inline ps_read8/16/32 in emulator.c to avoid long jumps on bus transactions
beeanyew [Thu, 17 Jun 2021 18:14:42 +0000 (20:14 +0200)]
[HAX] Inline ps_read8/16/32 in emulator.c to avoid long jumps on bus transactions

2 years agoFix Musashi compilation with prefetch emulation disabled
beeanyew [Thu, 17 Jun 2021 17:10:02 +0000 (19:10 +0200)]
Fix Musashi compilation with prefetch emulation disabled

2 years agoMerge pull request #45 from mcgurk/wip-crap
beeanyew [Thu, 17 Jun 2021 13:48:49 +0000 (15:48 +0200)]
Merge pull request #45 from mcgurk/wip-crap

Suppress CLI-window at startup when using AmiTCP

2 years agoSuppress CLI-window at startup when using AmiTCP
Jarno Lehtinen [Thu, 17 Jun 2021 11:10:54 +0000 (14:10 +0300)]
Suppress CLI-window at startup when using AmiTCP

Redirect AmiTCP:bin/startnet output to NIL: so it doesn't open new persistent CLI-window at startup.

2 years agoMerge pull request #44 from agehall/wip-crap
beeanyew [Wed, 16 Jun 2021 22:35:08 +0000 (00:35 +0200)]
Merge pull request #44 from agehall/wip-crap

Fixed building of the generated sources.

2 years agoFixed building of the generated sources.
Marcus Agehall [Wed, 16 Jun 2021 22:29:13 +0000 (23:29 +0100)]
Fixed building of the generated sources.

2 years agoMerge pull request #43 from agehall/wip-crap
beeanyew [Wed, 16 Jun 2021 22:06:40 +0000 (00:06 +0200)]
Merge pull request #43 from agehall/wip-crap

Added dependency tracking of include files.

2 years agoAdded dependency tracking of include files.
Marcus Agehall [Wed, 16 Jun 2021 22:00:53 +0000 (23:00 +0100)]
Added dependency tracking of include files.

2 years agoDo not free MAPTYPE_RAM_NOALLOC mapped data
beeanyew [Wed, 16 Jun 2021 18:36:46 +0000 (20:36 +0200)]
Do not free MAPTYPE_RAM_NOALLOC mapped data

2 years agoMerge pull request #30 from beeanyew/wip-crap
beeanyew [Sun, 13 Jun 2021 23:03:05 +0000 (01:03 +0200)]
Merge pull request #30 from beeanyew/wip-crap

Current WIP features and fixes

2 years agoRestore missing lines to m68kcpu.c
beeanyew [Fri, 11 Jun 2021 19:47:27 +0000 (21:47 +0200)]
Restore missing lines to m68kcpu.c

2 years agoMerge pull request #42 from runehol/main
beeanyew [Fri, 11 Jun 2021 19:38:58 +0000 (21:38 +0200)]
Merge pull request #42 from runehol/main

Last translated PC range cache

2 years agoMerge branch 'wip-crap' into main
beeanyew [Fri, 11 Jun 2021 19:38:36 +0000 (21:38 +0200)]
Merge branch 'wip-crap' into main

2 years agopull the PC masking into the code translation cache, so that we only need to mask...
Rune Holm [Fri, 11 Jun 2021 18:34:03 +0000 (19:34 +0100)]
pull the PC masking into the code translation cache, so that we only need to mask the PC on our slow path. Gives us another 5-10% speedup.

2 years agoCreated address translation fast path for code reads, separated slow path into separa...
Rune Holm [Fri, 11 Jun 2021 17:37:57 +0000 (18:37 +0100)]
Created address translation fast path for code reads, separated slow path into separate function so the fast path is more likely to be inlined. 10-20% performance improvement

2 years agoMerge pull request #41 from tehKaiN/i2c_programmer
beeanyew [Fri, 11 Jun 2021 16:52:06 +0000 (18:52 +0200)]
Merge pull request #41 from tehKaiN/i2c_programmer

Initial work on FPGA I2C programmer

2 years agoInitial work on FPGA I2C programmer
tehKaiN [Fri, 11 Jun 2021 16:48:11 +0000 (17:48 +0100)]
Initial work on FPGA I2C programmer

2 years agoMerge pull request #39 from LinuxJedi/rebuild-hdf
beeanyew [Fri, 11 Jun 2021 15:49:01 +0000 (17:49 +0200)]
Merge pull request #39 from LinuxJedi/rebuild-hdf

Rebuild HDF with latest RTG changes

2 years agoRebuild HDF with latest RTG changes
Andrew Hutchings [Tue, 8 Jun 2021 10:41:09 +0000 (11:41 +0100)]
Rebuild HDF with latest RTG changes

2 years agoSome PiSCSI file system reloc changes
beeanyew [Fri, 11 Jun 2021 07:09:50 +0000 (09:09 +0200)]
Some PiSCSI file system reloc changes

2 years agoMagically fix PiSCSI custom file system loading from disk
beeanyew [Thu, 10 Jun 2021 18:29:10 +0000 (20:29 +0200)]
Magically fix PiSCSI custom file system loading from disk

By adding a single line of code that I forgot to type in. Hello boilerplate.

2 years agoActually add data/fs directory
beeanyew [Thu, 10 Jun 2021 18:20:30 +0000 (20:20 +0200)]
Actually add data/fs directory

2 years agoSome non-working loading of file systems from disk for PiSCSI
beeanyew [Thu, 10 Jun 2021 18:20:05 +0000 (20:20 +0200)]
Some non-working loading of file systems from disk for PiSCSI

2 years agoMerge pull request #38 from mcgurk/wip-crap
beeanyew [Wed, 9 Jun 2021 00:04:42 +0000 (02:04 +0200)]
Merge pull request #38 from mcgurk/wip-crap

AmiTCP network instructions added

2 years agoAmiTCP instructions added
Jarno Lehtinen [Tue, 8 Jun 2021 20:37:09 +0000 (23:37 +0300)]
AmiTCP instructions added

2 years agoReduce lag of repeatedly triggered interrupts a bit
beeanyew [Tue, 8 Jun 2021 20:23:26 +0000 (22:23 +0200)]
Reduce lag of repeatedly triggered interrupts a bit

Please tell me if this breaks everything.

2 years agoRework RTG WaitVerticalSync a bit
beeanyew [Tue, 8 Jun 2021 09:13:29 +0000 (11:13 +0200)]
Rework RTG WaitVerticalSync a bit

2 years agoFix P96 2.1E(?) issues
beeanyew [Tue, 8 Jun 2021 08:04:27 +0000 (10:04 +0200)]
Fix P96 2.1E(?) issues

The Picasso96 bundled with some WB installs was refusing to enumerate any modes when encountering a palette or graphics controller type higher than its old assigned maximum.
This should fix the problem with sometimes being unable to find any graphics modes through the CyberGraphX API.
NOTE: Requires reattaching the Picasso96 settings to the board, since the palette/graphics controller chip type has changed.

2 years agoSome janitorial stuff
beeanyew [Mon, 7 Jun 2021 22:19:49 +0000 (00:19 +0200)]
Some janitorial stuff

Fix a314.device build.bat to build a314.device to the correct directory
Disable MMU emulation for now, since it mostly just causes problems when enabled

2 years agoMerge pull request #36 from LinuxJedi/p96update
beeanyew [Mon, 7 Jun 2021 17:59:52 +0000 (19:59 +0200)]
Merge pull request #36 from LinuxJedi/p96update

Update pistorm.hdf for RTG changes

2 years agoUpdate pistorm.hdf for RTG changes
Andrew Hutchings [Mon, 7 Jun 2021 15:49:20 +0000 (16:49 +0100)]
Update pistorm.hdf for RTG changes

New P96 patch file from Lemaru and update the card files in the HDF.

2 years agoSupport unaligned memory writes over the 68000 bus
beeanyew [Mon, 7 Jun 2021 08:22:31 +0000 (10:22 +0200)]
Support unaligned memory writes over the 68000 bus

2 years agoSome RTG fixes
beeanyew [Mon, 7 Jun 2021 02:12:16 +0000 (04:12 +0200)]
Some RTG fixes

Fix RTG screen not being re-enabled after boot without an initial SetSwitch 0 call, should take care of issues switching resolutions and rebooting with Aminet Picasso96
Add hold left shift to not initialize RTG driver, thanks to flype

2 years agoMerge pull request #35 from LinuxJedi/canned-hdf-fixes
beeanyew [Sun, 6 Jun 2021 07:00:50 +0000 (09:00 +0200)]
Merge pull request #35 from LinuxJedi/canned-hdf-fixes

Fixes to pistorm.hdf

2 years agoFixes to pistorm.hdf
Andrew Hutchings [Sun, 6 Jun 2021 06:22:32 +0000 (07:22 +0100)]
Fixes to pistorm.hdf

Now does the following:
* Uses a DOS/1 filesystem binary
* Creates a partition 100% of the disk size
* Adds Lemaru's PiGFX_Installer
* Adds missing .info file

2 years agoPiSCSI hunk reloc change
beeanyew [Fri, 4 Jun 2021 14:34:22 +0000 (16:34 +0200)]
PiSCSI hunk reloc change

Came across a version of PFS3AIO with an excessive number of hunk relocations in the binary compared to the ones I've seen.
Fixes segmentation fault when loading said file systems, requires `make` and `make clean` to take effect.

2 years agoActually include pistorm-dev-enums.h
beeanyew [Fri, 4 Jun 2021 07:38:37 +0000 (09:38 +0200)]
Actually include pistorm-dev-enums.h

2 years agoFix PiStorm dev memcpy, correct extern gayle_emulation_enabled type
beeanyew [Fri, 4 Jun 2021 07:37:33 +0000 (09:37 +0200)]
Fix PiStorm dev memcpy, correct extern gayle_emulation_enabled type

2 years agoAdd somewhat proper RTG vsync handling
beeanyew [Thu, 3 Jun 2021 20:48:52 +0000 (22:48 +0200)]
Add somewhat proper RTG vsync handling

2 years agoSome RTG bug fixes, (inactive for now) P2C iRTG implementation
beeanyew [Thu, 3 Jun 2021 20:16:12 +0000 (22:16 +0200)]
Some RTG bug fixes, (inactive for now) P2C iRTG implementation

Fix P2C/P2D behavior when swiching between color depths.
Add P2C iRTG implementation. This is currently too slow to be used due to the massive amount of single ps_read_8s, needs something to copy all the data similar to the RTG driver code.

2 years agoOnly allow get_mapped functions to return RAM and ROM ranges
beeanyew [Thu, 3 Jun 2021 09:14:49 +0000 (11:14 +0200)]
Only allow get_mapped functions to return RAM and ROM ranges

2 years agoFix iRTG BlitTemplate add iRTG BlitPattern support
beeanyew [Thu, 3 Jun 2021 09:06:37 +0000 (11:06 +0200)]
Fix iRTG BlitTemplate add iRTG BlitPattern support

2 years agoAdd iRTG implementation for BlitTemplate, clean up BlitTemplate RTG code
beeanyew [Thu, 3 Jun 2021 06:35:38 +0000 (08:35 +0200)]
Add iRTG implementation for BlitTemplate, clean up BlitTemplate RTG code

2 years agoiRTG initial implementation
beeanyew [Wed, 2 Jun 2021 14:10:23 +0000 (16:10 +0200)]
iRTG initial implementation

Reworked PiGFX .card driver to build using m68k-amigaos-gcc instead of VBCC
Add some iRTG accelerated functionality to rtg.c
Move rtg_enums.h to match other Amiga driver build setups
pigfx020i.card must be used to enable iRTG usage

2 years agoUpdate readme.md with more specific BOM CPLD model information
beeanyew [Wed, 2 Jun 2021 00:13:41 +0000 (02:13 +0200)]
Update readme.md with more specific BOM CPLD model information

2 years agoMerge pull request #27 from TheRealTachyon/patch-1
beeanyew [Tue, 1 Jun 2021 23:51:01 +0000 (01:51 +0200)]
Merge pull request #27 from TheRealTachyon/patch-1

Update README.md

2 years agoUpdate README.md
TheRealTachyon [Tue, 1 Jun 2021 23:47:31 +0000 (17:47 -0600)]
Update README.md

2 years agoMerge pull request #34 from paulofduarte/wip-crap
beeanyew [Mon, 31 May 2021 08:30:07 +0000 (10:30 +0200)]
Merge pull request #34 from paulofduarte/wip-crap

Added a314 documentation.

2 years agoAdded a314 documentation.
Paulo Duarte [Mon, 31 May 2021 08:27:45 +0000 (09:27 +0100)]
Added a314 documentation.

2 years agoMerge pull request #33 from paulofduarte/wip-crap
beeanyew [Mon, 31 May 2021 02:03:05 +0000 (04:03 +0200)]
Merge pull request #33 from paulofduarte/wip-crap

Fixes to allow a314 configuration on non default paths

2 years agoFixes to allow a314 configuration on non default paths
Paulo Duarte [Mon, 31 May 2021 01:09:41 +0000 (02:09 +0100)]
Fixes to allow a314 configuration on non default paths

2 years agoMerge pull request #32 from LinuxJedi/fix-fonts
beeanyew [Sun, 30 May 2021 07:35:53 +0000 (09:35 +0200)]
Merge pull request #32 from LinuxJedi/fix-fonts

Fix font rendering issue in GUI

2 years agoFix font rendering issue in GUI
Andrew Hutchings [Sun, 30 May 2021 07:31:25 +0000 (08:31 +0100)]
Fix font rendering issue in GUI

In OS3.9 and others a different font is used which screws up the layout
for the PiStorm GUI gadgets. We now fix this to Topaz 8 so that it is
the same as other Amiga OS versions.

Also fix Disk.info to show all files and rebuild the hdf.

2 years agoMap the default 128MB of Z3 Fast on Kick 1.3
beeanyew [Thu, 27 May 2021 11:39:15 +0000 (13:39 +0200)]
Map the default 128MB of Z3 Fast on Kick 1.3

This assumes that the original Z3 Fast map line in the config has not been edited.
Z3 Fast is autoconfed before this on newer Kickstarts, so they're unaffected by this as the memory range will no longer sit around at $10000000.
1.3 PiSCSI autoboot still doesn't work.

2 years agoSome more failed PiSCSI 1.3 autoboot ventures
beeanyew [Thu, 27 May 2021 04:20:29 +0000 (06:20 +0200)]
Some more failed PiSCSI 1.3 autoboot ventures

2 years agoMerge pull request #31 from paulofduarte/wip-crap
beeanyew [Sun, 23 May 2021 08:45:19 +0000 (10:45 +0200)]
Merge pull request #31 from paulofduarte/wip-crap

Fixed a314fs paths