]> git.sesse.net Git - pistorm/commitdiff
Update Makefile and PiSCSI readme
authorbeeanyew <beeanyew@gmail.com>
Thu, 6 May 2021 09:15:44 +0000 (11:15 +0200)
committerbeeanyew <beeanyew@gmail.com>
Thu, 6 May 2021 09:15:44 +0000 (11:15 +0200)
Makefile
platforms/amiga/piscsi/readme.md

index 609af5c808a3d67fad5e1e393372e7d58a908d95..8563b481bad6b38bb5d758789700035a92425976 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -42,7 +42,7 @@ CFLAGS    = $(WARNINGS) -I. -I./raylib -march=armv8-a -mfloat-abi=hard -mfpu=neo
 # Old SDL2 stuff
 #LFLAGS    = $(WARNINGS) `sdl2-config --libs`
 # Pi4 experimental crap
-#LFLAGS    = $(WARNINGS) -L/opt/vc/lib -L./raylib -lraylib -lbrcmGLESv2 -lbrcmEGL -lbcm_host -I./raylib/external/glfw/include -I./raylib/external/glfw/deps/mingw -I/usr/include/libdrm
+#LFLAGS    = $(WARNINGS) -I./raylib_pi4_test -L./raylib_pi4_test -L/opt/vc/lib -lraylib -lbrcmGLESv2 -lbrcmEGL -lbcm_host -ldrm -lgbm
 # Pi3 standard raylib stuff
 LFLAGS    = $(WARNINGS) -L/opt/vc/lib -L./raylib -lraylib -lbrcmGLESv2 -lbrcmEGL -lbcm_host
 
index ca45139a1522aa71e8b4830f24558be4cb0da001..ccd47ced30f8dbb5ab34e11e0304c26da0124dee 100644 (file)
@@ -8,6 +8,9 @@ While this driver is considered mostly stable, it's still work in progress. Do n
 
 * PiSCSI **requires** some Fast RAM to be mapped on your PiStorm to work.
   * This may change at some point, but for now make sure that you configure at the very least a few megabytes of Fast RAM so that the boot ROM can load and initialize properly.
+* PiSCSI **only** supports **512 byte** block size for virtual SCSI devices.
+  * The block size is hard coded, this will probably be addressed relatively soon (TM). If you need very large partitions, please use PFS3AIO or a similar file system instead of FFS.
+  * Selecting a different block size may appear to work in some cases, but in reality it does not. Do not change the block size from the default 512 bytes.
 * Autobooting, Kickstart 2.0 and up
   * PiSCSI does NOT work with Kickstart 1.3 yet, as it is missing some code needed to properly add boot nodes with old Kickstarts.
 * Mounting RDSK/RDB disk images, physical devices with a file system the Amiga can use