-
Download the NeverWare's ChromeOS build from http://www.neverware.com/freedownload
-
Extract the *.bin.zip
-
Convert it to VDI.
vboxmanage convertdd chromiumos_image.bin chromiumos_image.vdi
-
mv chromiumis_image.vdi C:\t\v\chromeos\
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-- | |
-- Subject: Finding IBM i class objects and return the class attributes | |
-- Author: Scott Forstie | |
-- Date : February, 2025 | |
-- | |
-- Co-author: Christian Jorgensen | |
-- Date : February, 2025 | |
-- | |
-- This service uses a stored procedure to call API QWCRCLSI, | |
-- not using printed output from the Display Class (DSPCLS) CL command. |