├── .dialogrc ├── .github ├── ISSUE_TEMPLATE │ ├── bug_report.md │ └── feature_request.md └── workflows │ └── updateimage.yml ├── .gitignore ├── LICENSE ├── README.md ├── config ├── DS1019+ │ ├── 7.0.1-42218 │ │ ├── config.json │ │ └── zImage-001-1019p-42218-ramdisk-and-flag-NOP.bsp │ ├── 7.1.0-42661 │ │ ├── config.json │ │ └── zImage-001-1019p-42962-ramdisk-and-flag-NOP.bsp │ ├── 7.1.1-42962 │ │ ├── config.json │ │ └── zImage-001-1019p-42962-ramdisk-and-flag-NOP.bsp │ ├── 7.2.0-64216 │ │ ├── config.json │ │ └── zImage-001-1019p-64216-ramdisk-and-flag-NOP.bsp │ ├── 7.2.0-64551 │ │ ├── config.json │ │ └── zImage-001-1019p-64551-ramdisk-and-flag-NOP.bsp │ ├── 7.2.0-64561 │ │ ├── config.json │ │ └── zImage-001-1019p-64561-ramdisk-and-flag-NOP.bsp │ ├── 7.2.0-64570 │ │ ├── config.json │ │ └── zImage-001-1019p-64570-ramdisk-and-flag-NOP.bsp │ └── 7.2.1-69057 │ │ ├── config.json │ │ └── zImage-001-1019p-69057-ramdisk-and-flag-NOP.bsp ├── DS1520+ │ ├── 7.0.1-42218 │ │ ├── config.json │ │ └── zImage-001-1520p-42218-ramdisk-and-flag-NOP.bsp │ ├── 7.1.0-42661 │ │ ├── config.json │ │ └── zImage-001-1520p-42661-ramdisk-and-flag-NOP.bsp │ ├── 7.1.1-42962 │ │ ├── config.json │ │ └── zImage-001-1520p-42962-ramdisk-and-flag-NOP.bsp │ ├── 7.2.0-64216 │ │ ├── config.json │ │ └── zImage-001-1520p-64216-ramdisk-and-flag-NOP.bsp │ ├── 7.2.0-64551 │ │ ├── config.json │ │ └── zImage-001-1520p-64551-ramdisk-and-flag-NOP.bsp │ ├── 7.2.0-64561 │ │ ├── config.json │ │ └── zImage-001-1520p-64561-ramdisk-and-flag-NOP.bsp │ ├── 7.2.0-64570 │ │ ├── config.json │ │ └── zImage-001-1520p-64570-ramdisk-and-flag-NOP.bsp │ └── 7.2.1-69057 │ │ ├── config.json │ │ └── zImage-001-1520p-69057-ramdisk-and-flag-NOP.bsp ├── DS1621+ │ ├── 7.0.1-42218 │ │ ├── config.json │ │ └── zImage-001-1621p-42218-ramdisk-and-flag-NOP.bsp │ ├── 7.1.0-42621 │ │ ├── config.json │ │ └── zImage-001-1621p-42621-ramdisk-and-flag-NOP.bsp │ ├── 7.1.0-42661 │ │ ├── config.json │ │ └── zImage-001-1621p-42661-ramdisk-and-flag-NOP.bsp │ ├── 7.1.1-42951 │ │ ├── config.json │ │ └── zImage-001-1621p-42951-ramdisk-and-flag-NOP.bsp │ ├── 7.1.1-42962 │ │ ├── config.json │ │ └── zImage-001-1621p-42962-ramdisk-and-flag-NOP.bsp │ ├── 7.2.0-64216 │ │ ├── config.json │ │ └── zImage-001-1621p-64216-ramdisk-and-flag-NOP.bsp │ ├── 7.2.0-64551 │ │ ├── config.json │ │ └── zImage-001-1621p-64551-ramdisk-and-flag-NOP.bsp │ ├── 7.2.0-64561 │ │ ├── config.json │ │ └── zImage-001-1621p-64561-ramdisk-and-flag-NOP.bsp │ ├── 7.2.0-64570 │ │ ├── config.json │ │ └── zImage-001-1621p-64570-ramdisk-and-flag-NOP.bsp │ └── 7.2.1-69057 │ │ ├── config.json │ │ └── zImage-001-1621p-69057-ramdisk-and-flag-NOP.bsp ├── DS1621xs+ │ ├── 7.0.1-42218 │ │ ├── config.json │ │ └── zImage-001-1621xsp-42218-ramdisk-and-flag-NOP.bsp │ ├── 7.1.0-42661 │ │ ├── config.json │ │ └── zImage-001-1621xsp-42661-ramdisk-and-header.bsp │ ├── 7.1.1-42962 │ │ ├── config.json │ │ └── zImage-001-1621xsp-42962-ramdisk-and-header.bsp │ ├── 7.2.0-64216 │ │ ├── config.json │ │ └── zImage-001-1621xsp-64216-ramdisk-and-header.bsp │ ├── 7.2.0-64551 │ │ ├── config.json │ │ └── zImage-001-1621xsp-64551-ramdisk-and-header.bsp │ ├── 7.2.0-64561 │ │ ├── config.json │ │ └── zImage-001-1621xsp-64561-ramdisk-and-flag-NOP.bsp │ ├── 7.2.0-64570 │ │ ├── config.json │ │ └── zImage-001-1621xsp-64570-ramdisk-and-flag-NOP.bsp │ └── 7.2.1-69057 │ │ ├── config.json │ │ └── zImage-001-1621xsp-69057-ramdisk-and-flag-NOP.bsp ├── DS1819+ │ ├── 7.0.1-42218 │ │ ├── config.json │ │ └── zImage-001-1819p-42218-ramdisk-and-flag-NOP.bsp │ ├── 7.1.1-42962 │ │ ├── config.json │ │ └── zImage-001-1819p-42962-ramdisk-and-flag-NOP.bsp │ ├── 7.2.0-64570 │ │ ├── config.json │ │ └── zImage-001-1819p-64570-ramdisk-and-flag-NOP.bsp │ └── 7.2.1-69057 │ │ ├── config.json │ │ └── zImage-001-1819p-69057-ramdisk-and-flag-NOP.bsp ├── DS1821+ │ ├── 7.0.1-42218 │ │ ├── config.json │ │ └── zImage-001-1821p-42218-ramdisk-and-flag-NOP.bsp │ ├── 7.1.1-42962 │ │ ├── config.json │ │ └── zImage-001-1821p-42962-ramdisk-and-flag-NOP.bsp │ ├── 7.2.0-64570 │ │ ├── config.json │ │ └── zImage-001-1821p-64570-ramdisk-and-flag-NOP.bsp │ └── 7.2.1-69057 │ │ ├── config.json │ │ └── zImage-001-1821p-69057-ramdisk-and-flag-NOP.bsp ├── DS1823xs+ │ ├── 7.1.1-42962 │ │ ├── config.json │ │ └── zImage-001-1823xsp-42962-ramdisk-and-flag-NOP.bsp │ ├── 7.2.0-64570 │ │ ├── config.json │ │ └── zImage-001-1823xsp-64570-ramdisk-and-flag-NOP.bsp │ └── 7.2.1-69057 │ │ ├── config.json │ │ └── zImage-001-1823xsp-69057-ramdisk-and-flag-NOP.bsp ├── DS2422+ │ ├── 7.0.1-42218 │ │ ├── config.json │ │ └── zImage-001-2422p-42218-ramdisk-and-flag-NOP.bsp │ ├── 7.1.0-42661 │ │ ├── config.json │ │ └── zImage-001-2422p-42661-ramdisk-and-flag-NOP.bsp │ ├── 7.1.1-42951 │ │ ├── config.json │ │ └── zImage-001-2422p-42951-ramdisk-and-flag-NOP.bsp │ ├── 7.1.1-42962 │ │ ├── config.json │ │ └── zImage-001-2422p-42962-ramdisk-and-flag-NOP.bsp │ ├── 7.2.0-64216 │ │ ├── config.json │ │ └── zImage-001-2422p-64216-ramdisk-and-flag-NOP.bsp │ ├── 7.2.0-64551 │ │ ├── config.json │ │ └── zImage-001-2422p-64551-ramdisk-and-flag-NOP.bsp │ ├── 7.2.0-64561 │ │ ├── config.json │ │ └── zImage-001-2422p-64561-ramdisk-and-flag-NOP.bsp │ ├── 7.2.0-64570 │ │ ├── config.json │ │ └── zImage-001-2422p-64570-ramdisk-and-flag-NOP.bsp │ └── 7.2.1-69057 │ │ ├── config.json │ │ └── zImage-001-2422p-69057-ramdisk-and-flag-NOP.bsp ├── DS3615xs │ ├── 6.2.4-25556 │ │ ├── config.json │ │ └── zImage-001-3615xs-25556-ramdisk-and-header.bsp │ ├── 7.0-41222 │ │ ├── config.json │ │ └── zImage-001-3615xs-41222-ramdisk-and-header.bsp │ ├── 7.0.1-42218 │ │ ├── config.json │ │ └── zImage-001-3615xs-42218-ramdisk-and-flag-NOP.bsp │ ├── 7.1.0-42621 │ │ ├── config.json │ │ └── zImage-001-3615xs-42621-ramdisk-and-header.bsp │ ├── 7.1.0-42661 │ │ ├── config.json │ │ └── zImage-001-3615xs-42661-ramdisk-and-header.bsp │ ├── 7.1.1-42951 │ │ ├── config.json │ │ └── zImage-001-3615xs-42951-ramdisk-and-header.bsp │ └── 7.1.1-42962 │ │ ├── config.json │ │ └── zImage-001-3615xs-42962-ramdisk-and-header.bsp ├── DS3617xs │ ├── 6.2.4-25556 │ │ ├── config.json │ │ └── zImage-001-3615xs-25556-ramdisk-and-header.bsp │ ├── 7.0-41222 │ │ ├── config.json │ │ └── zImage-001-3615xs-41222-ramdisk-and-header.bsp │ ├── 7.0.1-42218 │ │ ├── config.json │ │ └── zImage-001-3617xs-42218-ramdisk-and-flag-NOP.bsp │ ├── 7.1.0-42621 │ │ ├── config.json │ │ └── zImage-001-3617xs-42661-ramdisk-and-header.bsp │ ├── 7.1.0-42661 │ │ ├── config.json │ │ └── zImage-001-3617xs-42661-ramdisk-and-header.bsp │ ├── 7.1.1-42951 │ │ ├── config.json │ │ └── zImage-001-3617xs-42951-ramdisk-and-header.bsp │ ├── 7.1.1-42962 │ │ ├── config.json │ │ └── zImage-001-3617xs-42962-ramdisk-and-header.bsp │ ├── 7.2.0-64216 │ │ ├── config.json │ │ └── zImage-001-3617xs-64216-ramdisk-and-header.bsp │ ├── 7.2.0-64551 │ │ ├── config.json │ │ └── zImage-001-3617xs-64551-ramdisk-and-header.bsp │ ├── 7.2.0-64561 │ │ ├── config.json │ │ └── zImage-001-3617xs-64561-ramdisk-and-flag-NOP.bsp │ ├── 7.2.0-64570 │ │ ├── config.json │ │ └── zImage-001-3617xs-64570-ramdisk-and-flag-NOP.bsp │ └── 7.2.1-69057 │ │ ├── config.json │ │ └── zImage-001-3617xs-69057-ramdisk-and-flag-NOP.bsp ├── DS3622xs+ │ ├── 7.0.1-42218 │ │ ├── config.json │ │ └── zImage-001-3622xsp-42218-ramdisk-and-flag-NOP.bsp │ ├── 7.1.0-42550 │ │ ├── config.json │ │ └── zImage-001-3622xs+-42550-ramdisk-and-header.bsp │ ├── 7.1.0-42621 │ │ ├── config.json │ │ └── zImage-001-3622xs+-42621-ramdisk-and-header.bsp │ ├── 7.1.0-42661 │ │ ├── config.json │ │ └── zImage-001-3622xs+-42661-ramdisk-and-header.bsp │ ├── 7.1.1-42951 │ │ ├── config.json │ │ └── zImage-001-3622xs+-42951-ramdisk-and-header.bsp │ ├── 7.1.1-42962 │ │ ├── config.json │ │ └── zImage-001-3622xs+-42962-ramdisk-and-header.bsp │ ├── 7.2.0-64216 │ │ ├── config.json │ │ └── zImage-001-3622xs+-64216-ramdisk-and-header.bsp │ ├── 7.2.0-64551 │ │ ├── config.json │ │ └── zImage-001-3622xs+-64551-ramdisk-and-header.bsp │ ├── 7.2.0-64561 │ │ ├── config.json │ │ └── zImage-001-3622xsp-64561-ramdisk-and-flag-NOP.bsp │ ├── 7.2.0-64570 │ │ ├── config.json │ │ └── zImage-001-3622xsp-64570-ramdisk-and-flag-NOP.bsp │ └── 7.2.1-69057 │ │ ├── config.json │ │ └── zImage-001-3622xsp-69057-ramdisk-and-flag-NOP.bsp ├── DS620slim │ ├── 7.0.1-42218 │ │ ├── config.json │ │ └── zImage-001-620slim-42218-ramdisk-and-flag-NOP.bsp │ ├── 7.1.1-42962 │ │ ├── config.json │ │ └── zImage-001-620slim-42962-ramdisk-and-flag-NOP.bsp │ ├── 7.2.0-64570 │ │ ├── config.json │ │ └── zImage-001-620slim-64570-ramdisk-and-flag-NOP.bsp │ └── 7.2.1-69057 │ │ ├── config.json │ │ └── zImage-001-620slim-69057-ramdisk-and-flag-NOP.bsp ├── DS720+ │ ├── 7.1.1-42962 │ │ ├── config.json │ │ └── zImage-001-720p-42962-ramdisk-and-flag-NOP.bsp │ ├── 7.2.0-64551 │ │ ├── config.json │ │ └── zImage-001-720p-64551-ramdisk-and-flag-NOP.bsp │ ├── 7.2.0-64561 │ │ ├── config.json │ │ └── zImage-001-720p-64561-ramdisk-and-flag-NOP.bsp │ ├── 7.2.0-64570 │ │ ├── config.json │ │ └── zImage-001-720p-64570-ramdisk-and-flag-NOP.bsp │ └── 7.2.1-69057 │ │ ├── config.json │ │ └── zImage-001-720p-69057-ramdisk-and-flag-NOP.bsp ├── DS723+ │ ├── 7.1.1-42962 │ │ ├── config.json │ │ └── zImage-001-923p-42962-ramdisk-and-flag-NOP.bsp │ ├── 7.2.0-64551 │ │ ├── config.json │ │ └── zImage-001-723p-64551-ramdisk-and-flag-NOP.bsp │ ├── 7.2.0-64561 │ │ ├── config.json │ │ └── zImage-001-723p-64561-ramdisk-and-flag-NOP.bsp │ ├── 7.2.0-64570 │ │ ├── config.json │ │ └── zImage-001-723p-64570-ramdisk-and-flag-NOP.bsp │ └── 7.2.1-69057 │ │ ├── config.json │ │ └── zImage-001-723p-69057-ramdisk-and-flag-NOP.bsp ├── DS918+ │ ├── 6.2.4-25556 │ │ ├── config.json │ │ └── zImage-001-918p-25556-ramdisk-and-flag-NOP.bsp │ ├── 7.0-41890 │ │ ├── config.json │ │ └── zImage-001-918p-41890-ramdisk-and-flag-NOP.bsp │ ├── 7.0.1-42218 │ │ ├── config.json │ │ └── zImage-001-918p-42218-ramdisk-and-flag-NOP.bsp │ ├── 7.1.0-42621 │ │ ├── config.json │ │ └── zImage-001-918p-42621-ramdisk-and-flag-NOP.bsp │ ├── 7.1.0-42661 │ │ ├── config.json │ │ └── zImage-001-918p-42661-ramdisk-and-flag-NOP.bsp │ ├── 7.1.1-42951 │ │ ├── config.json │ │ └── zImage-001-918p-42951-ramdisk-and-flag-NOP.bsp │ ├── 7.1.1-42962 │ │ ├── config.json │ │ └── zImage-001-918p-42962-ramdisk-and-flag-NOP.bsp │ ├── 7.2.0-64216 │ │ ├── config.json │ │ └── zImage-001-918p-64216-ramdisk-and-flag-NOP.bsp │ ├── 7.2.0-64551 │ │ ├── config.json │ │ └── zImage-001-918p-64551-ramdisk-and-flag-NOP.bsp │ ├── 7.2.0-64561 │ │ ├── config.json │ │ └── zImage-001-918p-64561-ramdisk-and-flag-NOP.bsp │ ├── 7.2.0-64570 │ │ ├── config.json │ │ └── zImage-001-918p-64570-ramdisk-and-flag-NOP.bsp │ └── 7.2.1-69057 │ │ ├── config.json │ │ └── zImage-001-918p-69057-ramdisk-and-flag-NOP.bsp ├── DS920+ │ ├── 7.0.1-42218 │ │ ├── config.json │ │ └── zImage-001-920p-42218-ramdisk-and-flag-NOP.bsp │ ├── 7.1.0-42550 │ │ ├── config.json │ │ └── zImage-001-920p-42550-ramdisk-and-flag-NOP.bsp │ ├── 7.1.0-42621 │ │ ├── config.json │ │ └── zImage-001-920p-42621-ramdisk-and-flag-NOP.bsp │ ├── 7.1.0-42661 │ │ ├── config.json │ │ └── zImage-001-920p-42661-ramdisk-and-flag-NOP.bsp │ ├── 7.1.1-42951 │ │ ├── config.json │ │ └── zImage-001-920p-42951-ramdisk-and-flag-NOP.bsp │ ├── 7.1.1-42962 │ │ ├── config.json │ │ └── zImage-001-920p-42962-ramdisk-and-flag-NOP.bsp │ ├── 7.2.0-64216 │ │ ├── config.json │ │ └── zImage-001-920p-64216-ramdisk-and-flag-NOP.bsp │ ├── 7.2.0-64551 │ │ ├── config.json │ │ └── zImage-001-920p-64551-ramdisk-and-flag-NOP.bsp │ ├── 7.2.0-64561 │ │ ├── config.json │ │ └── zImage-001-920p-64561-ramdisk-and-flag-NOP.bsp │ ├── 7.2.0-64570 │ │ ├── config.json │ │ └── zImage-001-920p-64570-ramdisk-and-flag-NOP.bsp │ └── 7.2.1-69057 │ │ ├── config.json │ │ └── zImage-001-920p-69057-ramdisk-and-flag-NOP.bsp ├── DS923+ │ ├── 7.1.1-42962 │ │ ├── config.json │ │ └── zImage-001-923p-42962-ramdisk-and-flag-NOP.bsp │ ├── 7.2.0-64216 │ │ ├── config.json │ │ └── zImage-001-923p-64216-ramdisk-and-flag-NOP.bsp │ ├── 7.2.0-64551 │ │ ├── config.json │ │ └── zImage-001-923p-64551-ramdisk-and-flag-NOP.bsp │ ├── 7.2.0-64561 │ │ ├── config.json │ │ └── zImage-001-923p-64561-ramdisk-and-flag-NOP.bsp │ ├── 7.2.0-64570 │ │ ├── config.json │ │ └── zImage-001-923p-64570-ramdisk-and-flag-NOP.bsp │ └── 7.2.1-69057 │ │ ├── config.json │ │ └── zImage-001-923p-69057-ramdisk-and-flag-NOP.bsp ├── DVA1622 │ ├── 7.1.0-42661 │ │ ├── config.json │ │ └── zImage-001-dva1622-42661-ramdisk-and-flag-NOP.bsp │ ├── 7.1.1-42951 │ │ ├── config.json │ │ └── zImage-001-dva1622-42951-ramdisk-and-flag-NOP.bsp │ ├── 7.1.1-42962 │ │ ├── config.json │ │ └── zImage-001-dva1622-42962-ramdisk-and-flag-NOP.bsp │ ├── 7.2.0-64216 │ │ ├── config.json │ │ └── zImage-001-dva1622-64216-ramdisk-and-flag-NOP.bsp │ ├── 7.2.0-64551 │ │ ├── config.json │ │ └── zImage-001-dva1622-64551-ramdisk-and-flag-NOP.bsp │ ├── 7.2.0-64561 │ │ ├── config.json │ │ └── zImage-001-dva1622-64561-ramdisk-and-flag-NOP.bsp │ ├── 7.2.0-64570 │ │ ├── config.json │ │ └── zImage-001-dva1622-64570-ramdisk-and-flag-NOP.bsp │ └── 7.2.1-69057 │ │ ├── config.json │ │ └── zImage-001-dva1622-69057-ramdisk-and-flag-NOP.bsp ├── DVA3219 │ ├── 7.0.1-42218 │ │ ├── config.json │ │ └── zImage-001-dva3219-42218-ramdisk-and-flag-NOP.bsp │ ├── 7.1.0-42661 │ │ ├── config.json │ │ └── zImage-001-dav3219-42661-ramdisk-and-header.bsp │ ├── 7.1.1-42962 │ │ ├── config.json │ │ └── zImage-001-dva3219-42962-ramdisk-and-header.bsp │ ├── 7.2.0-64216 │ │ ├── config.json │ │ └── zImage-001-dva3219-64216-ramdisk-and-header.bsp │ ├── 7.2.0-64551 │ │ ├── config.json │ │ └── zImage-001-dva3219-64551-ramdisk-and-header.bsp │ ├── 7.2.0-64561 │ │ ├── config.json │ │ └── zImage-001-dva3219-64561-ramdisk-and-flag-NOP.bsp │ ├── 7.2.0-64570 │ │ ├── config.json │ │ └── zImage-001-dva3219-64570-ramdisk-and-flag-NOP.bsp │ └── 7.2.1-69057 │ │ ├── config.json │ │ └── zImage-001-dva3219-69057-ramdisk-and-flag-NOP.bsp ├── DVA3221 │ ├── 7.0.1-42218 │ │ ├── config.json │ │ └── zImage-001-dva3221-42218-ramdisk-and-flag-NOP.bsp │ ├── 7.1.0-42621 │ │ ├── config.json │ │ ├── zImage-001-dav3221-42621-ramdisk-and-header.bsp │ │ └── zImage-001-dva3221-42621-ramdisk-and-header.bsp │ ├── 7.1.0-42661 │ │ ├── config.json │ │ ├── config.json.update0 │ │ ├── zImage-001-dav3221-42661-ramdisk-and-header.bsp │ │ └── zImage-001-dva3221-42661-ramdisk-and-header.bsp │ ├── 7.1.1-42951 │ │ ├── config.json │ │ └── zImage-001-dva3221-42951-ramdisk-and-header.bsp │ ├── 7.1.1-42962 │ │ ├── config.json │ │ └── zImage-001-dva3221-42962-ramdisk-and-header.bsp │ ├── 7.2.0-64216 │ │ ├── config.json │ │ └── zImage-001-dva3221-64216-ramdisk-and-header.bsp │ ├── 7.2.0-64551 │ │ ├── config.json │ │ └── zImage-001-dva3221-64551-ramdisk-and-header.bsp │ ├── 7.2.0-64561 │ │ ├── config.json │ │ └── zImage-001-dva3221-64561-ramdisk-and-flag-NOP.bsp │ ├── 7.2.0-64570 │ │ ├── config.json │ │ └── zImage-001-dva3221-64570-ramdisk-and-flag-NOP.bsp │ └── 7.2.1-69057 │ │ ├── config.json │ │ └── zImage-001-dva3221-69057-ramdisk-and-flag-NOP.bsp ├── FS2500 │ ├── 7.0.1-42218 │ │ ├── config.json │ │ └── zImage-001-fs2500-42218-ramdisk-and-flag-NOP.bsp │ ├── 7.1.0-42661 │ │ ├── config.json │ │ └── zImage-001-fs2500-42661-ramdisk-and-flag-NOP.bsp │ ├── 7.1.1-42962 │ │ ├── config.json │ │ └── zImage-001-fs2500-42962-ramdisk-and-flag-NOP.bsp │ ├── 7.2.0-64216 │ │ ├── config.json │ │ └── zImage-001-fs2500-64216-ramdisk-and-flag-NOP.bsp │ ├── 7.2.0-64551 │ │ ├── config.json │ │ └── zImage-001-fs2500-64551-ramdisk-and-flag-NOP.bsp │ ├── 7.2.0-64561 │ │ ├── config.json │ │ └── zImage-001-fs2500-64561-ramdisk-and-flag-NOP.bsp │ ├── 7.2.0-64570 │ │ ├── config.json │ │ └── zImage-001-fs2500-64570-ramdisk-and-flag-NOP.bsp │ └── 7.2.1-69057 │ │ ├── config.json │ │ └── zImage-001-fs2500-69057-ramdisk-and-flag-NOP.bsp ├── FS6400 │ ├── 7.0.1-42218 │ │ ├── config.json │ │ └── zImage-001-FS6400-42218-ramdisk-and-header.bsp │ ├── 7.1.1-42951 │ │ ├── config.json │ │ └── zImage-001-FS6400-42951-ramdisk-and-header.bsp │ ├── 7.1.1-42962 │ │ ├── config.json │ │ ├── zImage-001-FS6400-42951-ramdisk-and-header.bsp │ │ └── zImage-001-FS6400-42962-ramdisk-and-header.bsp │ ├── 7.2.0-64216 │ │ ├── config.json │ │ ├── zImage-001-FS6400-42951-ramdisk-and-header.bsp │ │ └── zImage-001-FS6400-64216-ramdisk-and-header.bsp │ ├── 7.2.0-64551 │ │ ├── config.json │ │ └── zImage-001-FS6400-64551-ramdisk-and-header.bsp │ ├── 7.2.0-64561 │ │ └── config.json │ └── 7.2.0-64570 │ │ └── config.json ├── RS1221+ │ ├── 7.1.1-42962 │ │ ├── config.json │ │ └── zImage-001-1221p-42962-ramdisk-and-flag-NOP.bsp │ ├── 7.2.0-64551 │ │ ├── config.json │ │ └── zImage-001-1221p-64551-ramdisk-and-flag-NOP.bsp │ ├── 7.2.0-64561 │ │ ├── config.json │ │ └── zImage-001-1221p-64561-ramdisk-and-flag-NOP.bsp │ ├── 7.2.0-64570 │ │ ├── config.json │ │ └── zImage-001-1221p-64570-ramdisk-and-flag-NOP.bsp │ └── 7.2.1-69057 │ │ ├── config.json │ │ └── zImage-001-1221p-69057-ramdisk-and-flag-NOP.bsp ├── RS3413xs+ │ ├── 7.0.1-42218 │ │ ├── config.json │ │ └── zImage-001-3413xsp-42218-ramdisk-and-flag-NOP.bsp │ ├── 7.1.0-42661 │ │ ├── config.json │ │ ├── config.json.update0 │ │ └── zImage-001-3413xsp-42661-ramdisk-and-header.bsp │ └── 7.1.1-42962 │ │ ├── config.json │ │ └── zImage-001-3413xsp-42962-ramdisk-and-header.bsp ├── RS3618xs │ ├── 7.0.1-42218 │ │ ├── config.json │ │ └── zImage-001-3618xs-42218-ramdisk-and-flag-NOP.bsp │ ├── 7.1.0-42661 │ │ ├── config.json │ │ └── zImage-001-3618xs-42661-ramdisk-and-header.bsp │ ├── 7.1.1-42962 │ │ ├── config.json │ │ └── zImage-001-3618xs-42962-ramdisk-and-header.bsp │ ├── 7.2.0-64216 │ │ ├── config.json │ │ └── zImage-001-3618xs-64216-ramdisk-and-header.bsp │ ├── 7.2.0-64551 │ │ ├── config.json │ │ └── zImage-001-3618xs-64551-ramdisk-and-header.bsp │ ├── 7.2.0-64561 │ │ ├── config.json │ │ └── zImage-001-3618xs-64561-ramdisk-and-flag-NOP.bsp │ ├── 7.2.0-64570 │ │ ├── config.json │ │ └── zImage-001-3618xs-64570-ramdisk-and-flag-NOP.bsp │ └── 7.2.1-69057 │ │ ├── config.json │ │ └── zImage-001-3618xs-69057-ramdisk-and-flag-NOP.bsp ├── RS3621xs+ │ ├── 7.1.1-42962 │ │ ├── config.json │ │ └── zImage-001-3621xsp-42962-ramdisk-and-header.bsp │ ├── 7.2.0-64551 │ │ ├── config.json │ │ ├── zImage-001-3621xsp-64551-ramdisk-and-flag-NOP.bsp │ │ └── zImage-001-3621xsp-64551-ramdisk-and-header.bsp │ ├── 7.2.0-64561 │ │ ├── config.json │ │ └── zImage-001-3621xsp-64561-ramdisk-and-flag-NOP.bsp │ ├── 7.2.0-64570 │ │ ├── config.json │ │ └── zImage-001-3621xsp-64570-ramdisk-and-flag-NOP.bsp │ └── 7.2.1-69057 │ │ ├── config.json │ │ └── zImage-001-3621xsp-69057-ramdisk-and-flag-NOP.bsp ├── RS4021xs+ │ ├── 7.0.1-42218 │ │ ├── config.json │ │ └── zImage-001-4021xsp-42218-ramdisk-and-flag-NOP.bsp │ ├── 7.1.0-42550 │ │ ├── config.json │ │ └── zImage-001-3622xsp-42550-ramdisk-and-header.bsp │ ├── 7.1.0-42661 │ │ ├── config.json │ │ └── zImage-001-4021xsp-42661-ramdisk-and-header.bsp │ ├── 7.1.1-42951 │ │ ├── config.json │ │ └── zImage-001-4021xsp-42951-ramdisk-and-header.bsp │ ├── 7.1.1-42962 │ │ ├── config.json │ │ └── zImage-001-4021xsp-42962-ramdisk-and-header.bsp │ ├── 7.2.0-64216 │ │ ├── config.json │ │ └── zImage-001-4021xsp-64216-ramdisk-and-header.bsp │ ├── 7.2.0-64551 │ │ ├── config.json │ │ └── zImage-001-4021xsp-64551-ramdisk-and-header.bsp │ ├── 7.2.0-64561 │ │ ├── config.json │ │ └── zImage-001-4021xsp-64561-ramdisk-and-flag-NOP.bsp │ ├── 7.2.0-64570 │ │ ├── config.json │ │ └── zImage-001-4021xsp-64570-ramdisk-and-flag-NOP.bsp │ └── 7.2.1-69057 │ │ ├── config.json │ │ └── zImage-001-4021xsp-69057-ramdisk-and-flag-NOP.bsp ├── SA6400 │ ├── 7.1.1-42962 │ │ └── config.json │ ├── 7.2.0-64216 │ │ └── config.json │ └── 7.2.0-64570 │ │ └── config.json ├── _common │ ├── EFI │ │ └── boot │ │ │ ├── SynoBootLoader.conf │ │ │ └── SynoBootLoader.efi │ ├── grub-template.conf │ ├── iosched-trampoline.sh │ ├── iosched-trampoline5.sh │ ├── jun │ │ ├── init │ │ └── usr │ │ │ └── bin │ │ │ └── patch │ ├── ramdisk-001-disable-root-pwd.patch │ ├── ramdisk-002-init-script-NEW-name.patch │ ├── ramdisk-002-init-script-OLD-name.patch │ ├── ramdisk-003-post-init-script-LOWER.patch │ ├── ramdisk-003-post-init-script-UPPER.patch │ ├── ramdisk-004-network-hosts.patch │ ├── ramdisk-005-disable-disabled-ports.patch │ ├── ramdisk-common-etc-rc.patch │ ├── v7.0.1 │ │ ├── ramdisk-002-init-script.patch │ │ ├── ramdisk-003-post-init-script.patch │ │ ├── ramdisk-004-network-hosts.patch │ │ └── ramdisk-004-rc-script.patch │ ├── v7.1.0 │ │ ├── ramdisk-002-init-script.patch │ │ ├── ramdisk-003-post-init-script-ds3615xs.patch │ │ ├── ramdisk-003-post-init-script-noatime.patch │ │ ├── ramdisk-003-post-init-script.patch │ │ ├── ramdisk-004-network-hosts.patch │ │ └── ramdisk-004-rc-script.patch │ ├── v7.1.1 │ │ ├── ramdisk-002-init-script.patch │ │ ├── ramdisk-003-post-init-script-ds3615xs.patch │ │ ├── ramdisk-003-post-init-script-noatime.patch │ │ ├── ramdisk-003-post-init-script.patch │ │ ├── ramdisk-004-network-hosts.patch │ │ └── ramdisk-004-rc-script.patch │ ├── v7.2.0 │ │ ├── ramdisk-001-disable-root-pwd.patch │ │ ├── ramdisk-002-init-script.patch │ │ ├── ramdisk-003-post-init-script-ds3615xs.patch │ │ ├── ramdisk-003-post-init-script-noatime.patch │ │ ├── ramdisk-003-post-init-script.patch │ │ ├── ramdisk-004-network-hosts.patch │ │ └── ramdisk-004-rc-script.patch │ └── v7.2.1 │ │ └── ramdisk-003-post-init-script-noatime.patch └── updaterss.sh ├── custom_config.json ├── custom_config2.json ├── custom_config_jun.json ├── global_config.json ├── html ├── actions.sh ├── addons.json ├── assets │ ├── css │ │ ├── bootstrap-responsive.css │ │ ├── bootstrap.css │ │ └── tcrp.css │ ├── ico │ │ ├── apple-touch-icon-114-precomposed.png │ │ ├── apple-touch-icon-144-precomposed.png │ │ ├── apple-touch-icon-57-precomposed.png │ │ ├── apple-touch-icon-72-precomposed.png │ │ └── favicon.png │ ├── img │ │ └── glyphicon.png │ ├── js │ │ ├── bootstrap-alert.js │ │ ├── bootstrap-button.js │ │ ├── bootstrap-carousel.js │ │ ├── bootstrap-collapse.js │ │ ├── bootstrap-confirmation.js │ │ ├── bootstrap-dropdown.js │ │ ├── bootstrap-modal.js │ │ ├── bootstrap-popover.js │ │ ├── bootstrap-scrollspy.js │ │ ├── bootstrap-tab.js │ │ ├── bootstrap-tooltip.js │ │ ├── bootstrap-transition.js │ │ ├── bootstrap-typeahead.js │ │ ├── html5shiv.js │ │ └── tcrp.js │ └── logo_200x200.png ├── backupfiles │ └── .placeholder ├── files.sh ├── files │ └── .placeholder ├── index.sh ├── logs │ └── .placeholder ├── patch │ └── config-manipulators.sh ├── status.json ├── status.sh └── upload.php ├── include ├── config.sh ├── createcustom.sh ├── createcustom2.sh ├── extmgr.sh ├── grub-template.conf ├── grubmgr.sh ├── listmodules.sh ├── php.ini ├── platforms ├── platforms.csv ├── platforms.json ├── supportedmodels ├── tcrp-template.img.gz ├── user_config.json └── versions ├── modules.alias.3.json.gz ├── modules.alias.4.json.gz ├── partfiles ├── p1 │ ├── EFI │ │ └── BOOT │ │ │ ├── BOOTX64.EFI │ │ │ ├── SynoBootLoader.conf │ │ │ └── SynoBootLoader.efi │ ├── GRUB_VER │ ├── boot │ │ └── grub │ │ │ ├── grub.cfg │ │ │ ├── grubenv │ │ │ ├── i386-pc │ │ │ ├── acpi.mod │ │ │ ├── adler32.mod │ │ │ ├── affs.mod │ │ │ ├── afs.mod │ │ │ ├── afsplitter.mod │ │ │ ├── ahci.mod │ │ │ ├── all_video.mod │ │ │ ├── aout.mod │ │ │ ├── archelp.mod │ │ │ ├── at_keyboard.mod │ │ │ ├── ata.mod │ │ │ ├── backtrace.mod │ │ │ ├── bfs.mod │ │ │ ├── biosdisk.mod │ │ │ ├── bitmap.mod │ │ │ ├── bitmap_scale.mod │ │ │ ├── blocklist.mod │ │ │ ├── boot.img │ │ │ ├── boot.mod │ │ │ ├── bsd.mod │ │ │ ├── bswap_test.mod │ │ │ ├── btrfs.mod │ │ │ ├── bufio.mod │ │ │ ├── cat.mod │ │ │ ├── cbfs.mod │ │ │ ├── cbls.mod │ │ │ ├── cbmemc.mod │ │ │ ├── cbtable.mod │ │ │ ├── cbtime.mod │ │ │ ├── chain.mod │ │ │ ├── cmdline_cat_test.mod │ │ │ ├── cmosdump.mod │ │ │ ├── cmostest.mod │ │ │ ├── cmp.mod │ │ │ ├── cmp_test.mod │ │ │ ├── command.lst │ │ │ ├── configfile.mod │ │ │ ├── core.img │ │ │ ├── cpio.mod │ │ │ ├── cpio_be.mod │ │ │ ├── cpuid.mod │ │ │ ├── crc64.mod │ │ │ ├── crypto.lst │ │ │ ├── crypto.mod │ │ │ ├── cryptodisk.mod │ │ │ ├── cs5536.mod │ │ │ ├── ctz_test.mod │ │ │ ├── date.mod │ │ │ ├── datehook.mod │ │ │ ├── datetime.mod │ │ │ ├── disk.mod │ │ │ ├── diskfilter.mod │ │ │ ├── div.mod │ │ │ ├── div_test.mod │ │ │ ├── dm_nv.mod │ │ │ ├── drivemap.mod │ │ │ ├── echo.mod │ │ │ ├── efiemu.mod │ │ │ ├── efiemu32.o │ │ │ ├── efiemu64.o │ │ │ ├── ehci.mod │ │ │ ├── elf.mod │ │ │ ├── eval.mod │ │ │ ├── exfat.mod │ │ │ ├── exfctest.mod │ │ │ ├── ext2.mod │ │ │ ├── extcmd.mod │ │ │ ├── f2fs.mod │ │ │ ├── fat.mod │ │ │ ├── file.mod │ │ │ ├── font.mod │ │ │ ├── freedos.mod │ │ │ ├── fs.lst │ │ │ ├── fshelp.mod │ │ │ ├── functional_test.mod │ │ │ ├── gcry_arcfour.mod │ │ │ ├── gcry_blowfish.mod │ │ │ ├── gcry_camellia.mod │ │ │ ├── gcry_cast5.mod │ │ │ ├── gcry_crc.mod │ │ │ ├── gcry_des.mod │ │ │ ├── gcry_dsa.mod │ │ │ ├── gcry_idea.mod │ │ │ ├── gcry_md4.mod │ │ │ ├── gcry_md5.mod │ │ │ ├── gcry_rfc2268.mod │ │ │ ├── gcry_rijndael.mod │ │ │ ├── gcry_rmd160.mod │ │ │ ├── gcry_rsa.mod │ │ │ ├── gcry_seed.mod │ │ │ ├── gcry_serpent.mod │ │ │ ├── gcry_sha1.mod │ │ │ ├── gcry_sha256.mod │ │ │ ├── gcry_sha512.mod │ │ │ ├── gcry_tiger.mod │ │ │ ├── gcry_twofish.mod │ │ │ ├── gcry_whirlpool.mod │ │ │ ├── gdb.mod │ │ │ ├── geli.mod │ │ │ ├── gettext.mod │ │ │ ├── gfxmenu.mod │ │ │ ├── gfxterm.mod │ │ │ ├── gfxterm_background.mod │ │ │ ├── gfxterm_menu.mod │ │ │ ├── gptsync.mod │ │ │ ├── gzio.mod │ │ │ ├── halt.mod │ │ │ ├── hashsum.mod │ │ │ ├── hdparm.mod │ │ │ ├── hello.mod │ │ │ ├── help.mod │ │ │ ├── hexdump.mod │ │ │ ├── hfs.mod │ │ │ ├── hfsplus.mod │ │ │ ├── hfspluscomp.mod │ │ │ ├── http.mod │ │ │ ├── iorw.mod │ │ │ ├── iso9660.mod │ │ │ ├── jfs.mod │ │ │ ├── jpeg.mod │ │ │ ├── json.mod │ │ │ ├── keylayouts.mod │ │ │ ├── keystatus.mod │ │ │ ├── ldm.mod │ │ │ ├── legacy_password_test.mod │ │ │ ├── legacycfg.mod │ │ │ ├── linux.mod │ │ │ ├── linux16.mod │ │ │ ├── loadenv.mod │ │ │ ├── loopback.mod │ │ │ ├── ls.mod │ │ │ ├── lsacpi.mod │ │ │ ├── lsapm.mod │ │ │ ├── lsmmap.mod │ │ │ ├── lspci.mod │ │ │ ├── luks.mod │ │ │ ├── luks2.mod │ │ │ ├── lvm.mod │ │ │ ├── lzopio.mod │ │ │ ├── macbless.mod │ │ │ ├── macho.mod │ │ │ ├── mda_text.mod │ │ │ ├── mdraid09.mod │ │ │ ├── mdraid09_be.mod │ │ │ ├── mdraid1x.mod │ │ │ ├── memdisk.mod │ │ │ ├── memrw.mod │ │ │ ├── minicmd.mod │ │ │ ├── minix.mod │ │ │ ├── minix2.mod │ │ │ ├── minix2_be.mod │ │ │ ├── minix3.mod │ │ │ ├── minix3_be.mod │ │ │ ├── minix_be.mod │ │ │ ├── mmap.mod │ │ │ ├── moddep.lst │ │ │ ├── modinfo.sh │ │ │ ├── morse.mod │ │ │ ├── mpi.mod │ │ │ ├── msdospart.mod │ │ │ ├── mul_test.mod │ │ │ ├── multiboot.mod │ │ │ ├── multiboot2.mod │ │ │ ├── nativedisk.mod │ │ │ ├── net.mod │ │ │ ├── newc.mod │ │ │ ├── nilfs2.mod │ │ │ ├── normal.mod │ │ │ ├── ntfs.mod │ │ │ ├── ntfscomp.mod │ │ │ ├── ntldr.mod │ │ │ ├── odc.mod │ │ │ ├── offsetio.mod │ │ │ ├── ohci.mod │ │ │ ├── part_acorn.mod │ │ │ ├── part_amiga.mod │ │ │ ├── part_apple.mod │ │ │ ├── part_bsd.mod │ │ │ ├── part_dfly.mod │ │ │ ├── part_dvh.mod │ │ │ ├── part_gpt.mod │ │ │ ├── part_msdos.mod │ │ │ ├── part_plan.mod │ │ │ ├── part_sun.mod │ │ │ ├── part_sunpc.mod │ │ │ ├── partmap.lst │ │ │ ├── parttool.lst │ │ │ ├── parttool.mod │ │ │ ├── password.mod │ │ │ ├── password_pbkdf2.mod │ │ │ ├── pata.mod │ │ │ ├── pbkdf2.mod │ │ │ ├── pbkdf2_test.mod │ │ │ ├── pci.mod │ │ │ ├── pcidump.mod │ │ │ ├── pgp.mod │ │ │ ├── plan9.mod │ │ │ ├── play.mod │ │ │ ├── png.mod │ │ │ ├── priority_queue.mod │ │ │ ├── probe.mod │ │ │ ├── procfs.mod │ │ │ ├── progress.mod │ │ │ ├── pxe.mod │ │ │ ├── pxechain.mod │ │ │ ├── raid5rec.mod │ │ │ ├── raid6rec.mod │ │ │ ├── random.mod │ │ │ ├── rdmsr.mod │ │ │ ├── read.mod │ │ │ ├── reboot.mod │ │ │ ├── regexp.mod │ │ │ ├── reiserfs.mod │ │ │ ├── relocator.mod │ │ │ ├── romfs.mod │ │ │ ├── scsi.mod │ │ │ ├── search.mod │ │ │ ├── search_fs_file.mod │ │ │ ├── search_fs_uuid.mod │ │ │ ├── search_label.mod │ │ │ ├── sendkey.mod │ │ │ ├── serial.mod │ │ │ ├── setjmp.mod │ │ │ ├── setjmp_test.mod │ │ │ ├── setpci.mod │ │ │ ├── sfs.mod │ │ │ ├── shift_test.mod │ │ │ ├── signature_test.mod │ │ │ ├── sleep.mod │ │ │ ├── sleep_test.mod │ │ │ ├── smbios.mod │ │ │ ├── spkmodem.mod │ │ │ ├── squash4.mod │ │ │ ├── strtoull_test.mod │ │ │ ├── syslinuxcfg.mod │ │ │ ├── tar.mod │ │ │ ├── terminal.lst │ │ │ ├── terminal.mod │ │ │ ├── terminfo.mod │ │ │ ├── test.mod │ │ │ ├── test_blockarg.mod │ │ │ ├── testload.mod │ │ │ ├── testspeed.mod │ │ │ ├── tftp.mod │ │ │ ├── tga.mod │ │ │ ├── time.mod │ │ │ ├── tr.mod │ │ │ ├── trig.mod │ │ │ ├── true.mod │ │ │ ├── truecrypt.mod │ │ │ ├── udf.mod │ │ │ ├── ufs1.mod │ │ │ ├── ufs1_be.mod │ │ │ ├── ufs2.mod │ │ │ ├── uhci.mod │ │ │ ├── usb.mod │ │ │ ├── usb_keyboard.mod │ │ │ ├── usbms.mod │ │ │ ├── usbserial_common.mod │ │ │ ├── usbserial_ftdi.mod │ │ │ ├── usbserial_pl2303.mod │ │ │ ├── usbserial_usbdebug.mod │ │ │ ├── usbtest.mod │ │ │ ├── vbe.mod │ │ │ ├── vga.mod │ │ │ ├── vga_text.mod │ │ │ ├── video.lst │ │ │ ├── video.mod │ │ │ ├── video_bochs.mod │ │ │ ├── video_cirrus.mod │ │ │ ├── video_colors.mod │ │ │ ├── video_fb.mod │ │ │ ├── videoinfo.mod │ │ │ ├── videotest.mod │ │ │ ├── videotest_checksum.mod │ │ │ ├── wrmsr.mod │ │ │ ├── xfs.mod │ │ │ ├── xnu.mod │ │ │ ├── xnu_uuid.mod │ │ │ ├── xnu_uuid_test.mod │ │ │ ├── xzio.mod │ │ │ ├── zfs.mod │ │ │ ├── zfscrypt.mod │ │ │ ├── zfsinfo.mod │ │ │ └── zstd.mod │ │ │ ├── locale │ │ │ ├── ast.mo │ │ │ ├── ca.mo │ │ │ ├── da.mo │ │ │ ├── de.mo │ │ │ ├── de@hebrew.mo │ │ │ ├── de_CH.mo │ │ │ ├── en@arabic.mo │ │ │ ├── en@cyrillic.mo │ │ │ ├── en@greek.mo │ │ │ ├── en@hebrew.mo │ │ │ ├── en@piglatin.mo │ │ │ ├── en@quot.mo │ │ │ ├── eo.mo │ │ │ ├── es.mo │ │ │ ├── fi.mo │ │ │ ├── fr.mo │ │ │ ├── gl.mo │ │ │ ├── hr.mo │ │ │ ├── hu.mo │ │ │ ├── id.mo │ │ │ ├── it.mo │ │ │ ├── ja.mo │ │ │ ├── ko.mo │ │ │ ├── lg.mo │ │ │ ├── lt.mo │ │ │ ├── nb.mo │ │ │ ├── nl.mo │ │ │ ├── pa.mo │ │ │ ├── pl.mo │ │ │ ├── pt.mo │ │ │ ├── pt_BR.mo │ │ │ ├── ro.mo │ │ │ ├── ru.mo │ │ │ ├── sl.mo │ │ │ ├── sr.mo │ │ │ ├── sv.mo │ │ │ ├── tr.mo │ │ │ ├── uk.mo │ │ │ ├── vi.mo │ │ │ ├── zh_CN.mo │ │ │ └── zh_TW.mo │ │ │ └── x86_64-efi │ │ │ ├── acpi.mod │ │ │ ├── adler32.mod │ │ │ ├── affs.mod │ │ │ ├── afs.mod │ │ │ ├── afsplitter.mod │ │ │ ├── ahci.mod │ │ │ ├── all_video.mod │ │ │ ├── aout.mod │ │ │ ├── appleldr.mod │ │ │ ├── archelp.mod │ │ │ ├── at_keyboard.mod │ │ │ ├── ata.mod │ │ │ ├── backtrace.mod │ │ │ ├── bfs.mod │ │ │ ├── bitmap.mod │ │ │ ├── bitmap_scale.mod │ │ │ ├── blocklist.mod │ │ │ ├── boot.mod │ │ │ ├── bsd.mod │ │ │ ├── bswap_test.mod │ │ │ ├── btrfs.mod │ │ │ ├── bufio.mod │ │ │ ├── cat.mod │ │ │ ├── cbfs.mod │ │ │ ├── cbls.mod │ │ │ ├── cbmemc.mod │ │ │ ├── cbtable.mod │ │ │ ├── cbtime.mod │ │ │ ├── chain.mod │ │ │ ├── cmdline_cat_test.mod │ │ │ ├── cmp.mod │ │ │ ├── cmp_test.mod │ │ │ ├── command.lst │ │ │ ├── configfile.mod │ │ │ ├── core.efi │ │ │ ├── cpio.mod │ │ │ ├── cpio_be.mod │ │ │ ├── cpuid.mod │ │ │ ├── crc64.mod │ │ │ ├── crypto.lst │ │ │ ├── crypto.mod │ │ │ ├── cryptodisk.mod │ │ │ ├── cs5536.mod │ │ │ ├── ctz_test.mod │ │ │ ├── date.mod │ │ │ ├── datehook.mod │ │ │ ├── datetime.mod │ │ │ ├── disk.mod │ │ │ ├── diskfilter.mod │ │ │ ├── div.mod │ │ │ ├── div_test.mod │ │ │ ├── dm_nv.mod │ │ │ ├── echo.mod │ │ │ ├── efi_gop.mod │ │ │ ├── efi_uga.mod │ │ │ ├── efifwsetup.mod │ │ │ ├── efinet.mod │ │ │ ├── ehci.mod │ │ │ ├── elf.mod │ │ │ ├── eval.mod │ │ │ ├── exfat.mod │ │ │ ├── exfctest.mod │ │ │ ├── ext2.mod │ │ │ ├── extcmd.mod │ │ │ ├── f2fs.mod │ │ │ ├── fat.mod │ │ │ ├── file.mod │ │ │ ├── fixvideo.mod │ │ │ ├── font.mod │ │ │ ├── fs.lst │ │ │ ├── fshelp.mod │ │ │ ├── functional_test.mod │ │ │ ├── gcry_arcfour.mod │ │ │ ├── gcry_blowfish.mod │ │ │ ├── gcry_camellia.mod │ │ │ ├── gcry_cast5.mod │ │ │ ├── gcry_crc.mod │ │ │ ├── gcry_des.mod │ │ │ ├── gcry_dsa.mod │ │ │ ├── gcry_idea.mod │ │ │ ├── gcry_md4.mod │ │ │ ├── gcry_md5.mod │ │ │ ├── gcry_rfc2268.mod │ │ │ ├── gcry_rijndael.mod │ │ │ ├── gcry_rmd160.mod │ │ │ ├── gcry_rsa.mod │ │ │ ├── gcry_seed.mod │ │ │ ├── gcry_serpent.mod │ │ │ ├── gcry_sha1.mod │ │ │ ├── gcry_sha256.mod │ │ │ ├── gcry_sha512.mod │ │ │ ├── gcry_tiger.mod │ │ │ ├── gcry_twofish.mod │ │ │ ├── gcry_whirlpool.mod │ │ │ ├── geli.mod │ │ │ ├── gettext.mod │ │ │ ├── gfxmenu.mod │ │ │ ├── gfxterm.mod │ │ │ ├── gfxterm_background.mod │ │ │ ├── gfxterm_menu.mod │ │ │ ├── gptsync.mod │ │ │ ├── grub.efi │ │ │ ├── gzio.mod │ │ │ ├── halt.mod │ │ │ ├── hashsum.mod │ │ │ ├── hdparm.mod │ │ │ ├── hello.mod │ │ │ ├── help.mod │ │ │ ├── hexdump.mod │ │ │ ├── hfs.mod │ │ │ ├── hfsplus.mod │ │ │ ├── hfspluscomp.mod │ │ │ ├── http.mod │ │ │ ├── iorw.mod │ │ │ ├── iso9660.mod │ │ │ ├── jfs.mod │ │ │ ├── jpeg.mod │ │ │ ├── json.mod │ │ │ ├── keylayouts.mod │ │ │ ├── keystatus.mod │ │ │ ├── ldm.mod │ │ │ ├── legacy_password_test.mod │ │ │ ├── legacycfg.mod │ │ │ ├── linux.mod │ │ │ ├── linux16.mod │ │ │ ├── loadbios.mod │ │ │ ├── loadenv.mod │ │ │ ├── loopback.mod │ │ │ ├── ls.mod │ │ │ ├── lsacpi.mod │ │ │ ├── lsefi.mod │ │ │ ├── lsefimmap.mod │ │ │ ├── lsefisystab.mod │ │ │ ├── lsmmap.mod │ │ │ ├── lspci.mod │ │ │ ├── lssal.mod │ │ │ ├── luks.mod │ │ │ ├── luks2.mod │ │ │ ├── lvm.mod │ │ │ ├── lzopio.mod │ │ │ ├── macbless.mod │ │ │ ├── macho.mod │ │ │ ├── mdraid09.mod │ │ │ ├── mdraid09_be.mod │ │ │ ├── mdraid1x.mod │ │ │ ├── memdisk.mod │ │ │ ├── memrw.mod │ │ │ ├── minicmd.mod │ │ │ ├── minix.mod │ │ │ ├── minix2.mod │ │ │ ├── minix2_be.mod │ │ │ ├── minix3.mod │ │ │ ├── minix3_be.mod │ │ │ ├── minix_be.mod │ │ │ ├── mmap.mod │ │ │ ├── moddep.lst │ │ │ ├── modinfo.sh │ │ │ ├── morse.mod │ │ │ ├── mpi.mod │ │ │ ├── msdospart.mod │ │ │ ├── mul_test.mod │ │ │ ├── multiboot.mod │ │ │ ├── multiboot2.mod │ │ │ ├── nativedisk.mod │ │ │ ├── net.mod │ │ │ ├── newc.mod │ │ │ ├── nilfs2.mod │ │ │ ├── normal.mod │ │ │ ├── ntfs.mod │ │ │ ├── ntfscomp.mod │ │ │ ├── odc.mod │ │ │ ├── offsetio.mod │ │ │ ├── ohci.mod │ │ │ ├── part_acorn.mod │ │ │ ├── part_amiga.mod │ │ │ ├── part_apple.mod │ │ │ ├── part_bsd.mod │ │ │ ├── part_dfly.mod │ │ │ ├── part_dvh.mod │ │ │ ├── part_gpt.mod │ │ │ ├── part_msdos.mod │ │ │ ├── part_plan.mod │ │ │ ├── part_sun.mod │ │ │ ├── part_sunpc.mod │ │ │ ├── partmap.lst │ │ │ ├── parttool.lst │ │ │ ├── parttool.mod │ │ │ ├── password.mod │ │ │ ├── password_pbkdf2.mod │ │ │ ├── pata.mod │ │ │ ├── pbkdf2.mod │ │ │ ├── pbkdf2_test.mod │ │ │ ├── pcidump.mod │ │ │ ├── pgp.mod │ │ │ ├── play.mod │ │ │ ├── png.mod │ │ │ ├── priority_queue.mod │ │ │ ├── probe.mod │ │ │ ├── procfs.mod │ │ │ ├── progress.mod │ │ │ ├── raid5rec.mod │ │ │ ├── raid6rec.mod │ │ │ ├── random.mod │ │ │ ├── rdmsr.mod │ │ │ ├── read.mod │ │ │ ├── reboot.mod │ │ │ ├── regexp.mod │ │ │ ├── reiserfs.mod │ │ │ ├── relocator.mod │ │ │ ├── romfs.mod │ │ │ ├── scsi.mod │ │ │ ├── search.mod │ │ │ ├── search_fs_file.mod │ │ │ ├── search_fs_uuid.mod │ │ │ ├── search_label.mod │ │ │ ├── serial.mod │ │ │ ├── setjmp.mod │ │ │ ├── setjmp_test.mod │ │ │ ├── setpci.mod │ │ │ ├── sfs.mod │ │ │ ├── shift_test.mod │ │ │ ├── signature_test.mod │ │ │ ├── sleep.mod │ │ │ ├── sleep_test.mod │ │ │ ├── smbios.mod │ │ │ ├── spkmodem.mod │ │ │ ├── squash4.mod │ │ │ ├── strtoull_test.mod │ │ │ ├── syslinuxcfg.mod │ │ │ ├── tar.mod │ │ │ ├── terminal.lst │ │ │ ├── terminal.mod │ │ │ ├── terminfo.mod │ │ │ ├── test.mod │ │ │ ├── test_blockarg.mod │ │ │ ├── testload.mod │ │ │ ├── testspeed.mod │ │ │ ├── tftp.mod │ │ │ ├── tga.mod │ │ │ ├── time.mod │ │ │ ├── tpm.mod │ │ │ ├── tr.mod │ │ │ ├── trig.mod │ │ │ ├── true.mod │ │ │ ├── udf.mod │ │ │ ├── ufs1.mod │ │ │ ├── ufs1_be.mod │ │ │ ├── ufs2.mod │ │ │ ├── uhci.mod │ │ │ ├── usb.mod │ │ │ ├── usb_keyboard.mod │ │ │ ├── usbms.mod │ │ │ ├── usbserial_common.mod │ │ │ ├── usbserial_ftdi.mod │ │ │ ├── usbserial_pl2303.mod │ │ │ ├── usbserial_usbdebug.mod │ │ │ ├── usbtest.mod │ │ │ ├── video.lst │ │ │ ├── video.mod │ │ │ ├── video_bochs.mod │ │ │ ├── video_cirrus.mod │ │ │ ├── video_colors.mod │ │ │ ├── video_fb.mod │ │ │ ├── videoinfo.mod │ │ │ ├── videotest.mod │ │ │ ├── videotest_checksum.mod │ │ │ ├── wrmsr.mod │ │ │ ├── xfs.mod │ │ │ ├── xnu.mod │ │ │ ├── xnu_uuid.mod │ │ │ ├── xnu_uuid_test.mod │ │ │ ├── xzio.mod │ │ │ ├── zfs.mod │ │ │ ├── zfscrypt.mod │ │ │ ├── zfsinfo.mod │ │ │ └── zstd.mod │ └── grub_cksum.syno └── p2 │ ├── EFI │ └── boot │ │ ├── SynoBootLoader.conf │ │ └── SynoBootLoader.efi │ ├── GRUB_VER │ ├── Sone.8 │ ├── Sone.9 │ ├── checksum.syno │ └── grub_cksum.syno ├── rpext-index.json ├── rploader.sh ├── serialnumbergen.sh ├── tools ├── bspatch ├── bzImage-template-v5.gz ├── bzImage-to-vmlinux.sh ├── calc_run_size.sh ├── crc32 ├── dtc ├── grub-editenv ├── kexec ├── kpatch ├── ramdisk-patch.sh ├── vmlinux-to-bzImage.sh ├── xxd ├── zImage_template.gz └── zimage-patch.sh └── user_config.json /.gitignore: -------------------------------------------------------------------------------- 1 | newrploader.sh 2 | -------------------------------------------------------------------------------- /config/DS1019+/7.0.1-42218/zImage-001-1019p-42218-ramdisk-and-flag-NOP.bsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/config/DS1019+/7.0.1-42218/zImage-001-1019p-42218-ramdisk-and-flag-NOP.bsp -------------------------------------------------------------------------------- /config/DS1019+/7.1.0-42661/zImage-001-1019p-42962-ramdisk-and-flag-NOP.bsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/config/DS1019+/7.1.0-42661/zImage-001-1019p-42962-ramdisk-and-flag-NOP.bsp -------------------------------------------------------------------------------- /config/DS1019+/7.1.1-42962/zImage-001-1019p-42962-ramdisk-and-flag-NOP.bsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/config/DS1019+/7.1.1-42962/zImage-001-1019p-42962-ramdisk-and-flag-NOP.bsp -------------------------------------------------------------------------------- /config/DS1019+/7.2.0-64216/zImage-001-1019p-64216-ramdisk-and-flag-NOP.bsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/config/DS1019+/7.2.0-64216/zImage-001-1019p-64216-ramdisk-and-flag-NOP.bsp -------------------------------------------------------------------------------- /config/DS1019+/7.2.0-64551/zImage-001-1019p-64551-ramdisk-and-flag-NOP.bsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/config/DS1019+/7.2.0-64551/zImage-001-1019p-64551-ramdisk-and-flag-NOP.bsp -------------------------------------------------------------------------------- /config/DS1019+/7.2.0-64561/zImage-001-1019p-64561-ramdisk-and-flag-NOP.bsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/config/DS1019+/7.2.0-64561/zImage-001-1019p-64561-ramdisk-and-flag-NOP.bsp -------------------------------------------------------------------------------- /config/DS1019+/7.2.0-64570/zImage-001-1019p-64570-ramdisk-and-flag-NOP.bsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/config/DS1019+/7.2.0-64570/zImage-001-1019p-64570-ramdisk-and-flag-NOP.bsp -------------------------------------------------------------------------------- /config/DS1019+/7.2.1-69057/zImage-001-1019p-69057-ramdisk-and-flag-NOP.bsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/config/DS1019+/7.2.1-69057/zImage-001-1019p-69057-ramdisk-and-flag-NOP.bsp -------------------------------------------------------------------------------- /config/DS1520+/7.0.1-42218/zImage-001-1520p-42218-ramdisk-and-flag-NOP.bsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/config/DS1520+/7.0.1-42218/zImage-001-1520p-42218-ramdisk-and-flag-NOP.bsp -------------------------------------------------------------------------------- /config/DS1520+/7.1.0-42661/zImage-001-1520p-42661-ramdisk-and-flag-NOP.bsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/config/DS1520+/7.1.0-42661/zImage-001-1520p-42661-ramdisk-and-flag-NOP.bsp -------------------------------------------------------------------------------- /config/DS1520+/7.1.1-42962/zImage-001-1520p-42962-ramdisk-and-flag-NOP.bsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/config/DS1520+/7.1.1-42962/zImage-001-1520p-42962-ramdisk-and-flag-NOP.bsp -------------------------------------------------------------------------------- /config/DS1520+/7.2.0-64216/zImage-001-1520p-64216-ramdisk-and-flag-NOP.bsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/config/DS1520+/7.2.0-64216/zImage-001-1520p-64216-ramdisk-and-flag-NOP.bsp -------------------------------------------------------------------------------- /config/DS1520+/7.2.0-64551/zImage-001-1520p-64551-ramdisk-and-flag-NOP.bsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/config/DS1520+/7.2.0-64551/zImage-001-1520p-64551-ramdisk-and-flag-NOP.bsp -------------------------------------------------------------------------------- /config/DS1520+/7.2.0-64561/zImage-001-1520p-64561-ramdisk-and-flag-NOP.bsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/config/DS1520+/7.2.0-64561/zImage-001-1520p-64561-ramdisk-and-flag-NOP.bsp -------------------------------------------------------------------------------- /config/DS1520+/7.2.0-64570/zImage-001-1520p-64570-ramdisk-and-flag-NOP.bsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/config/DS1520+/7.2.0-64570/zImage-001-1520p-64570-ramdisk-and-flag-NOP.bsp -------------------------------------------------------------------------------- /config/DS1520+/7.2.1-69057/zImage-001-1520p-69057-ramdisk-and-flag-NOP.bsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/config/DS1520+/7.2.1-69057/zImage-001-1520p-69057-ramdisk-and-flag-NOP.bsp -------------------------------------------------------------------------------- /config/DS1621+/7.0.1-42218/zImage-001-1621p-42218-ramdisk-and-flag-NOP.bsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/config/DS1621+/7.0.1-42218/zImage-001-1621p-42218-ramdisk-and-flag-NOP.bsp -------------------------------------------------------------------------------- /config/DS1621+/7.1.0-42621/zImage-001-1621p-42621-ramdisk-and-flag-NOP.bsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/config/DS1621+/7.1.0-42621/zImage-001-1621p-42621-ramdisk-and-flag-NOP.bsp -------------------------------------------------------------------------------- /config/DS1621+/7.1.0-42661/zImage-001-1621p-42661-ramdisk-and-flag-NOP.bsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/config/DS1621+/7.1.0-42661/zImage-001-1621p-42661-ramdisk-and-flag-NOP.bsp -------------------------------------------------------------------------------- /config/DS1621+/7.1.1-42951/zImage-001-1621p-42951-ramdisk-and-flag-NOP.bsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/config/DS1621+/7.1.1-42951/zImage-001-1621p-42951-ramdisk-and-flag-NOP.bsp -------------------------------------------------------------------------------- /config/DS3615xs/7.0-41222/zImage-001-3615xs-41222-ramdisk-and-header.bsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/config/DS3615xs/7.0-41222/zImage-001-3615xs-41222-ramdisk-and-header.bsp -------------------------------------------------------------------------------- /config/DS3617xs/7.0-41222/zImage-001-3615xs-41222-ramdisk-and-header.bsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/config/DS3617xs/7.0-41222/zImage-001-3615xs-41222-ramdisk-and-header.bsp -------------------------------------------------------------------------------- /config/DS720+/7.1.1-42962/zImage-001-720p-42962-ramdisk-and-flag-NOP.bsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/config/DS720+/7.1.1-42962/zImage-001-720p-42962-ramdisk-and-flag-NOP.bsp -------------------------------------------------------------------------------- /config/DS720+/7.2.0-64551/zImage-001-720p-64551-ramdisk-and-flag-NOP.bsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/config/DS720+/7.2.0-64551/zImage-001-720p-64551-ramdisk-and-flag-NOP.bsp -------------------------------------------------------------------------------- /config/DS720+/7.2.0-64561/zImage-001-720p-64561-ramdisk-and-flag-NOP.bsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/config/DS720+/7.2.0-64561/zImage-001-720p-64561-ramdisk-and-flag-NOP.bsp -------------------------------------------------------------------------------- /config/DS720+/7.2.0-64570/zImage-001-720p-64570-ramdisk-and-flag-NOP.bsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/config/DS720+/7.2.0-64570/zImage-001-720p-64570-ramdisk-and-flag-NOP.bsp -------------------------------------------------------------------------------- /config/DS720+/7.2.1-69057/zImage-001-720p-69057-ramdisk-and-flag-NOP.bsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/config/DS720+/7.2.1-69057/zImage-001-720p-69057-ramdisk-and-flag-NOP.bsp -------------------------------------------------------------------------------- /config/DS723+/7.1.1-42962/zImage-001-923p-42962-ramdisk-and-flag-NOP.bsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/config/DS723+/7.1.1-42962/zImage-001-923p-42962-ramdisk-and-flag-NOP.bsp -------------------------------------------------------------------------------- /config/DS723+/7.2.0-64551/zImage-001-723p-64551-ramdisk-and-flag-NOP.bsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/config/DS723+/7.2.0-64551/zImage-001-723p-64551-ramdisk-and-flag-NOP.bsp -------------------------------------------------------------------------------- /config/DS723+/7.2.0-64561/zImage-001-723p-64561-ramdisk-and-flag-NOP.bsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/config/DS723+/7.2.0-64561/zImage-001-723p-64561-ramdisk-and-flag-NOP.bsp -------------------------------------------------------------------------------- /config/DS723+/7.2.0-64570/zImage-001-723p-64570-ramdisk-and-flag-NOP.bsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/config/DS723+/7.2.0-64570/zImage-001-723p-64570-ramdisk-and-flag-NOP.bsp -------------------------------------------------------------------------------- /config/DS723+/7.2.1-69057/zImage-001-723p-69057-ramdisk-and-flag-NOP.bsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/config/DS723+/7.2.1-69057/zImage-001-723p-69057-ramdisk-and-flag-NOP.bsp -------------------------------------------------------------------------------- /config/DS918+/6.2.4-25556/zImage-001-918p-25556-ramdisk-and-flag-NOP.bsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/config/DS918+/6.2.4-25556/zImage-001-918p-25556-ramdisk-and-flag-NOP.bsp -------------------------------------------------------------------------------- /config/DS918+/7.0-41890/zImage-001-918p-41890-ramdisk-and-flag-NOP.bsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/config/DS918+/7.0-41890/zImage-001-918p-41890-ramdisk-and-flag-NOP.bsp -------------------------------------------------------------------------------- /config/DS918+/7.0.1-42218/zImage-001-918p-42218-ramdisk-and-flag-NOP.bsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/config/DS918+/7.0.1-42218/zImage-001-918p-42218-ramdisk-and-flag-NOP.bsp -------------------------------------------------------------------------------- /config/DS918+/7.1.0-42621/zImage-001-918p-42621-ramdisk-and-flag-NOP.bsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/config/DS918+/7.1.0-42621/zImage-001-918p-42621-ramdisk-and-flag-NOP.bsp -------------------------------------------------------------------------------- /config/DS918+/7.1.0-42661/zImage-001-918p-42661-ramdisk-and-flag-NOP.bsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/config/DS918+/7.1.0-42661/zImage-001-918p-42661-ramdisk-and-flag-NOP.bsp -------------------------------------------------------------------------------- /config/DS918+/7.1.1-42951/zImage-001-918p-42951-ramdisk-and-flag-NOP.bsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/config/DS918+/7.1.1-42951/zImage-001-918p-42951-ramdisk-and-flag-NOP.bsp -------------------------------------------------------------------------------- /config/DS918+/7.1.1-42962/zImage-001-918p-42962-ramdisk-and-flag-NOP.bsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/config/DS918+/7.1.1-42962/zImage-001-918p-42962-ramdisk-and-flag-NOP.bsp -------------------------------------------------------------------------------- /config/DS918+/7.2.0-64216/zImage-001-918p-64216-ramdisk-and-flag-NOP.bsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/config/DS918+/7.2.0-64216/zImage-001-918p-64216-ramdisk-and-flag-NOP.bsp -------------------------------------------------------------------------------- /config/DS918+/7.2.0-64551/zImage-001-918p-64551-ramdisk-and-flag-NOP.bsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/config/DS918+/7.2.0-64551/zImage-001-918p-64551-ramdisk-and-flag-NOP.bsp -------------------------------------------------------------------------------- /config/DS918+/7.2.0-64561/zImage-001-918p-64561-ramdisk-and-flag-NOP.bsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/config/DS918+/7.2.0-64561/zImage-001-918p-64561-ramdisk-and-flag-NOP.bsp -------------------------------------------------------------------------------- /config/DS918+/7.2.0-64570/zImage-001-918p-64570-ramdisk-and-flag-NOP.bsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/config/DS918+/7.2.0-64570/zImage-001-918p-64570-ramdisk-and-flag-NOP.bsp -------------------------------------------------------------------------------- /config/DS918+/7.2.1-69057/zImage-001-918p-69057-ramdisk-and-flag-NOP.bsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/config/DS918+/7.2.1-69057/zImage-001-918p-69057-ramdisk-and-flag-NOP.bsp -------------------------------------------------------------------------------- /config/DS920+/7.0.1-42218/zImage-001-920p-42218-ramdisk-and-flag-NOP.bsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/config/DS920+/7.0.1-42218/zImage-001-920p-42218-ramdisk-and-flag-NOP.bsp -------------------------------------------------------------------------------- /config/DS920+/7.1.0-42550/zImage-001-920p-42550-ramdisk-and-flag-NOP.bsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/config/DS920+/7.1.0-42550/zImage-001-920p-42550-ramdisk-and-flag-NOP.bsp -------------------------------------------------------------------------------- /config/DS920+/7.1.0-42621/zImage-001-920p-42621-ramdisk-and-flag-NOP.bsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/config/DS920+/7.1.0-42621/zImage-001-920p-42621-ramdisk-and-flag-NOP.bsp -------------------------------------------------------------------------------- /config/DS920+/7.1.0-42661/zImage-001-920p-42661-ramdisk-and-flag-NOP.bsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/config/DS920+/7.1.0-42661/zImage-001-920p-42661-ramdisk-and-flag-NOP.bsp -------------------------------------------------------------------------------- /config/DS920+/7.1.1-42951/zImage-001-920p-42951-ramdisk-and-flag-NOP.bsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/config/DS920+/7.1.1-42951/zImage-001-920p-42951-ramdisk-and-flag-NOP.bsp -------------------------------------------------------------------------------- /config/DS920+/7.1.1-42962/zImage-001-920p-42962-ramdisk-and-flag-NOP.bsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/config/DS920+/7.1.1-42962/zImage-001-920p-42962-ramdisk-and-flag-NOP.bsp -------------------------------------------------------------------------------- /config/DS920+/7.2.0-64216/zImage-001-920p-64216-ramdisk-and-flag-NOP.bsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/config/DS920+/7.2.0-64216/zImage-001-920p-64216-ramdisk-and-flag-NOP.bsp -------------------------------------------------------------------------------- /config/DS920+/7.2.0-64551/zImage-001-920p-64551-ramdisk-and-flag-NOP.bsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/config/DS920+/7.2.0-64551/zImage-001-920p-64551-ramdisk-and-flag-NOP.bsp -------------------------------------------------------------------------------- /config/DS920+/7.2.0-64561/zImage-001-920p-64561-ramdisk-and-flag-NOP.bsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/config/DS920+/7.2.0-64561/zImage-001-920p-64561-ramdisk-and-flag-NOP.bsp -------------------------------------------------------------------------------- /config/DS920+/7.2.0-64570/zImage-001-920p-64570-ramdisk-and-flag-NOP.bsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/config/DS920+/7.2.0-64570/zImage-001-920p-64570-ramdisk-and-flag-NOP.bsp -------------------------------------------------------------------------------- /config/DS920+/7.2.1-69057/zImage-001-920p-69057-ramdisk-and-flag-NOP.bsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/config/DS920+/7.2.1-69057/zImage-001-920p-69057-ramdisk-and-flag-NOP.bsp -------------------------------------------------------------------------------- /config/DS923+/7.1.1-42962/zImage-001-923p-42962-ramdisk-and-flag-NOP.bsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/config/DS923+/7.1.1-42962/zImage-001-923p-42962-ramdisk-and-flag-NOP.bsp -------------------------------------------------------------------------------- /config/DS923+/7.2.0-64216/zImage-001-923p-64216-ramdisk-and-flag-NOP.bsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/config/DS923+/7.2.0-64216/zImage-001-923p-64216-ramdisk-and-flag-NOP.bsp -------------------------------------------------------------------------------- /config/DS923+/7.2.0-64551/zImage-001-923p-64551-ramdisk-and-flag-NOP.bsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/config/DS923+/7.2.0-64551/zImage-001-923p-64551-ramdisk-and-flag-NOP.bsp -------------------------------------------------------------------------------- /config/DS923+/7.2.0-64561/zImage-001-923p-64561-ramdisk-and-flag-NOP.bsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/config/DS923+/7.2.0-64561/zImage-001-923p-64561-ramdisk-and-flag-NOP.bsp -------------------------------------------------------------------------------- /config/DS923+/7.2.0-64570/zImage-001-923p-64570-ramdisk-and-flag-NOP.bsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/config/DS923+/7.2.0-64570/zImage-001-923p-64570-ramdisk-and-flag-NOP.bsp -------------------------------------------------------------------------------- /config/DS923+/7.2.1-69057/zImage-001-923p-69057-ramdisk-and-flag-NOP.bsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/config/DS923+/7.2.1-69057/zImage-001-923p-69057-ramdisk-and-flag-NOP.bsp -------------------------------------------------------------------------------- /config/FS6400/7.0.1-42218/zImage-001-FS6400-42218-ramdisk-and-header.bsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/config/FS6400/7.0.1-42218/zImage-001-FS6400-42218-ramdisk-and-header.bsp -------------------------------------------------------------------------------- /config/FS6400/7.1.1-42951/zImage-001-FS6400-42951-ramdisk-and-header.bsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/config/FS6400/7.1.1-42951/zImage-001-FS6400-42951-ramdisk-and-header.bsp -------------------------------------------------------------------------------- /config/FS6400/7.1.1-42962/zImage-001-FS6400-42951-ramdisk-and-header.bsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/config/FS6400/7.1.1-42962/zImage-001-FS6400-42951-ramdisk-and-header.bsp -------------------------------------------------------------------------------- /config/FS6400/7.1.1-42962/zImage-001-FS6400-42962-ramdisk-and-header.bsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/config/FS6400/7.1.1-42962/zImage-001-FS6400-42962-ramdisk-and-header.bsp -------------------------------------------------------------------------------- /config/FS6400/7.2.0-64216/zImage-001-FS6400-42951-ramdisk-and-header.bsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/config/FS6400/7.2.0-64216/zImage-001-FS6400-42951-ramdisk-and-header.bsp -------------------------------------------------------------------------------- /config/FS6400/7.2.0-64216/zImage-001-FS6400-64216-ramdisk-and-header.bsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/config/FS6400/7.2.0-64216/zImage-001-FS6400-64216-ramdisk-and-header.bsp -------------------------------------------------------------------------------- /config/FS6400/7.2.0-64551/zImage-001-FS6400-64551-ramdisk-and-header.bsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/config/FS6400/7.2.0-64551/zImage-001-FS6400-64551-ramdisk-and-header.bsp -------------------------------------------------------------------------------- /config/_common/EFI/boot/SynoBootLoader.efi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/config/_common/EFI/boot/SynoBootLoader.efi -------------------------------------------------------------------------------- /config/_common/jun/init: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | /bin/patch --no-backup-if-mismatch -p1 < /etc/jun.patch 3 | exec /bin/busybox init 4 | -------------------------------------------------------------------------------- /config/_common/jun/usr/bin/patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/config/_common/jun/usr/bin/patch -------------------------------------------------------------------------------- /html/assets/ico/apple-touch-icon-114-precomposed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/html/assets/ico/apple-touch-icon-114-precomposed.png -------------------------------------------------------------------------------- /html/assets/ico/apple-touch-icon-144-precomposed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/html/assets/ico/apple-touch-icon-144-precomposed.png -------------------------------------------------------------------------------- /html/assets/ico/apple-touch-icon-57-precomposed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/html/assets/ico/apple-touch-icon-57-precomposed.png -------------------------------------------------------------------------------- /html/assets/ico/apple-touch-icon-72-precomposed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/html/assets/ico/apple-touch-icon-72-precomposed.png -------------------------------------------------------------------------------- /html/assets/ico/favicon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/html/assets/ico/favicon.png -------------------------------------------------------------------------------- /html/assets/img/glyphicon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/html/assets/img/glyphicon.png -------------------------------------------------------------------------------- /html/assets/logo_200x200.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/html/assets/logo_200x200.png -------------------------------------------------------------------------------- /html/backupfiles/.placeholder: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /html/files/.placeholder: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/html/files/.placeholder -------------------------------------------------------------------------------- /html/logs/.placeholder: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/html/logs/.placeholder -------------------------------------------------------------------------------- /include/tcrp-template.img.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/include/tcrp-template.img.gz -------------------------------------------------------------------------------- /include/versions: -------------------------------------------------------------------------------- 1 | 7.0.1-42218 2 | 7.1.0-42661 3 | 7.1.1-42962 4 | 7.2.0-64570 5 | -------------------------------------------------------------------------------- /modules.alias.3.json.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/modules.alias.3.json.gz -------------------------------------------------------------------------------- /modules.alias.4.json.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/modules.alias.4.json.gz -------------------------------------------------------------------------------- /partfiles/p1/EFI/BOOT/BOOTX64.EFI: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/EFI/BOOT/BOOTX64.EFI -------------------------------------------------------------------------------- /partfiles/p1/EFI/BOOT/SynoBootLoader.efi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/EFI/BOOT/SynoBootLoader.efi -------------------------------------------------------------------------------- /partfiles/p1/GRUB_VER: -------------------------------------------------------------------------------- 1 | MODEL="DS923+" 2 | PLATFORM="R1000" 3 | GRUB_PROJECT="grub-2.x" 4 | GRUB_VERSION="1" 5 | DSM_VERSION="42962" 6 | -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/i386-pc/acpi.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/i386-pc/acpi.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/i386-pc/adler32.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/i386-pc/adler32.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/i386-pc/affs.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/i386-pc/affs.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/i386-pc/afs.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/i386-pc/afs.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/i386-pc/afsplitter.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/i386-pc/afsplitter.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/i386-pc/ahci.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/i386-pc/ahci.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/i386-pc/all_video.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/i386-pc/all_video.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/i386-pc/aout.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/i386-pc/aout.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/i386-pc/archelp.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/i386-pc/archelp.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/i386-pc/at_keyboard.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/i386-pc/at_keyboard.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/i386-pc/ata.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/i386-pc/ata.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/i386-pc/backtrace.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/i386-pc/backtrace.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/i386-pc/bfs.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/i386-pc/bfs.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/i386-pc/biosdisk.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/i386-pc/biosdisk.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/i386-pc/bitmap.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/i386-pc/bitmap.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/i386-pc/bitmap_scale.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/i386-pc/bitmap_scale.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/i386-pc/blocklist.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/i386-pc/blocklist.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/i386-pc/boot.img: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/i386-pc/boot.img -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/i386-pc/boot.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/i386-pc/boot.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/i386-pc/bsd.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/i386-pc/bsd.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/i386-pc/bswap_test.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/i386-pc/bswap_test.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/i386-pc/btrfs.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/i386-pc/btrfs.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/i386-pc/bufio.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/i386-pc/bufio.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/i386-pc/cat.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/i386-pc/cat.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/i386-pc/cbfs.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/i386-pc/cbfs.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/i386-pc/cbls.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/i386-pc/cbls.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/i386-pc/cbmemc.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/i386-pc/cbmemc.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/i386-pc/cbtable.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/i386-pc/cbtable.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/i386-pc/cbtime.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/i386-pc/cbtime.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/i386-pc/chain.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/i386-pc/chain.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/i386-pc/cmdline_cat_test.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/i386-pc/cmdline_cat_test.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/i386-pc/cmosdump.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/i386-pc/cmosdump.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/i386-pc/cmostest.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/i386-pc/cmostest.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/i386-pc/cmp.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/i386-pc/cmp.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/i386-pc/cmp_test.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/i386-pc/cmp_test.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/i386-pc/configfile.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/i386-pc/configfile.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/i386-pc/core.img: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/i386-pc/core.img -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/i386-pc/cpio.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/i386-pc/cpio.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/i386-pc/cpio_be.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/i386-pc/cpio_be.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/i386-pc/cpuid.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/i386-pc/cpuid.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/i386-pc/crc64.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/i386-pc/crc64.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/i386-pc/crypto.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/i386-pc/crypto.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/i386-pc/cryptodisk.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/i386-pc/cryptodisk.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/i386-pc/cs5536.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/i386-pc/cs5536.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/i386-pc/ctz_test.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/i386-pc/ctz_test.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/i386-pc/date.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/i386-pc/date.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/i386-pc/datehook.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/i386-pc/datehook.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/i386-pc/datetime.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/i386-pc/datetime.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/i386-pc/disk.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/i386-pc/disk.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/i386-pc/diskfilter.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/i386-pc/diskfilter.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/i386-pc/div.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/i386-pc/div.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/i386-pc/div_test.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/i386-pc/div_test.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/i386-pc/dm_nv.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/i386-pc/dm_nv.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/i386-pc/drivemap.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/i386-pc/drivemap.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/i386-pc/echo.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/i386-pc/echo.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/i386-pc/efiemu.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/i386-pc/efiemu.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/i386-pc/efiemu32.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/i386-pc/efiemu32.o -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/i386-pc/efiemu64.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/i386-pc/efiemu64.o -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/i386-pc/ehci.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/i386-pc/ehci.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/i386-pc/elf.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/i386-pc/elf.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/i386-pc/eval.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/i386-pc/eval.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/i386-pc/exfat.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/i386-pc/exfat.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/i386-pc/exfctest.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/i386-pc/exfctest.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/i386-pc/ext2.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/i386-pc/ext2.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/i386-pc/extcmd.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/i386-pc/extcmd.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/i386-pc/f2fs.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/i386-pc/f2fs.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/i386-pc/fat.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/i386-pc/fat.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/i386-pc/file.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/i386-pc/file.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/i386-pc/font.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/i386-pc/font.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/i386-pc/freedos.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/i386-pc/freedos.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/i386-pc/fshelp.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/i386-pc/fshelp.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/i386-pc/functional_test.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/i386-pc/functional_test.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/i386-pc/gcry_arcfour.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/i386-pc/gcry_arcfour.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/i386-pc/gcry_blowfish.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/i386-pc/gcry_blowfish.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/i386-pc/gcry_camellia.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/i386-pc/gcry_camellia.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/i386-pc/gcry_cast5.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/i386-pc/gcry_cast5.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/i386-pc/gcry_crc.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/i386-pc/gcry_crc.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/i386-pc/gcry_des.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/i386-pc/gcry_des.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/i386-pc/gcry_dsa.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/i386-pc/gcry_dsa.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/i386-pc/gcry_idea.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/i386-pc/gcry_idea.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/i386-pc/gcry_md4.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/i386-pc/gcry_md4.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/i386-pc/gcry_md5.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/i386-pc/gcry_md5.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/i386-pc/gcry_rfc2268.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/i386-pc/gcry_rfc2268.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/i386-pc/gcry_rijndael.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/i386-pc/gcry_rijndael.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/i386-pc/gcry_rmd160.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/i386-pc/gcry_rmd160.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/i386-pc/gcry_rsa.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/i386-pc/gcry_rsa.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/i386-pc/gcry_seed.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/i386-pc/gcry_seed.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/i386-pc/gcry_serpent.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/i386-pc/gcry_serpent.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/i386-pc/gcry_sha1.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/i386-pc/gcry_sha1.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/i386-pc/gcry_sha256.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/i386-pc/gcry_sha256.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/i386-pc/gcry_sha512.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/i386-pc/gcry_sha512.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/i386-pc/gcry_tiger.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/i386-pc/gcry_tiger.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/i386-pc/gcry_twofish.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/i386-pc/gcry_twofish.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/i386-pc/gcry_whirlpool.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/i386-pc/gcry_whirlpool.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/i386-pc/gdb.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/i386-pc/gdb.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/i386-pc/geli.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/i386-pc/geli.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/i386-pc/gettext.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/i386-pc/gettext.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/i386-pc/gfxmenu.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/i386-pc/gfxmenu.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/i386-pc/gfxterm.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/i386-pc/gfxterm.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/i386-pc/gfxterm_background.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/i386-pc/gfxterm_background.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/i386-pc/gfxterm_menu.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/i386-pc/gfxterm_menu.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/i386-pc/gptsync.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/i386-pc/gptsync.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/i386-pc/gzio.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/i386-pc/gzio.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/i386-pc/halt.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/i386-pc/halt.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/i386-pc/hashsum.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/i386-pc/hashsum.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/i386-pc/hdparm.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/i386-pc/hdparm.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/i386-pc/hello.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/i386-pc/hello.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/i386-pc/help.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/i386-pc/help.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/i386-pc/hexdump.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/i386-pc/hexdump.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/i386-pc/hfs.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/i386-pc/hfs.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/i386-pc/hfsplus.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/i386-pc/hfsplus.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/i386-pc/hfspluscomp.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/i386-pc/hfspluscomp.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/i386-pc/http.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/i386-pc/http.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/i386-pc/iorw.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/i386-pc/iorw.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/i386-pc/iso9660.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/i386-pc/iso9660.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/i386-pc/jfs.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/i386-pc/jfs.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/i386-pc/jpeg.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/i386-pc/jpeg.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/i386-pc/json.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/i386-pc/json.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/i386-pc/keylayouts.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/i386-pc/keylayouts.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/i386-pc/keystatus.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/i386-pc/keystatus.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/i386-pc/ldm.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/i386-pc/ldm.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/i386-pc/legacy_password_test.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/i386-pc/legacy_password_test.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/i386-pc/legacycfg.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/i386-pc/legacycfg.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/i386-pc/linux.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/i386-pc/linux.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/i386-pc/linux16.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/i386-pc/linux16.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/i386-pc/loadenv.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/i386-pc/loadenv.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/i386-pc/loopback.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/i386-pc/loopback.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/i386-pc/ls.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/i386-pc/ls.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/i386-pc/lsacpi.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/i386-pc/lsacpi.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/i386-pc/lsapm.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/i386-pc/lsapm.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/i386-pc/lsmmap.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/i386-pc/lsmmap.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/i386-pc/lspci.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/i386-pc/lspci.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/i386-pc/luks.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/i386-pc/luks.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/i386-pc/luks2.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/i386-pc/luks2.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/i386-pc/lvm.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/i386-pc/lvm.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/i386-pc/lzopio.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/i386-pc/lzopio.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/i386-pc/macbless.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/i386-pc/macbless.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/i386-pc/macho.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/i386-pc/macho.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/i386-pc/mda_text.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/i386-pc/mda_text.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/i386-pc/mdraid09.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/i386-pc/mdraid09.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/i386-pc/mdraid09_be.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/i386-pc/mdraid09_be.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/i386-pc/mdraid1x.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/i386-pc/mdraid1x.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/i386-pc/memdisk.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/i386-pc/memdisk.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/i386-pc/memrw.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/i386-pc/memrw.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/i386-pc/minicmd.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/i386-pc/minicmd.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/i386-pc/minix.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/i386-pc/minix.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/i386-pc/minix2.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/i386-pc/minix2.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/i386-pc/minix2_be.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/i386-pc/minix2_be.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/i386-pc/minix3.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/i386-pc/minix3.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/i386-pc/minix3_be.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/i386-pc/minix3_be.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/i386-pc/minix_be.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/i386-pc/minix_be.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/i386-pc/mmap.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/i386-pc/mmap.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/i386-pc/morse.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/i386-pc/morse.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/i386-pc/mpi.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/i386-pc/mpi.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/i386-pc/msdospart.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/i386-pc/msdospart.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/i386-pc/mul_test.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/i386-pc/mul_test.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/i386-pc/multiboot.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/i386-pc/multiboot.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/i386-pc/multiboot2.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/i386-pc/multiboot2.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/i386-pc/nativedisk.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/i386-pc/nativedisk.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/i386-pc/net.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/i386-pc/net.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/i386-pc/newc.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/i386-pc/newc.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/i386-pc/nilfs2.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/i386-pc/nilfs2.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/i386-pc/normal.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/i386-pc/normal.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/i386-pc/ntfs.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/i386-pc/ntfs.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/i386-pc/ntfscomp.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/i386-pc/ntfscomp.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/i386-pc/ntldr.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/i386-pc/ntldr.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/i386-pc/odc.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/i386-pc/odc.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/i386-pc/offsetio.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/i386-pc/offsetio.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/i386-pc/ohci.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/i386-pc/ohci.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/i386-pc/part_acorn.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/i386-pc/part_acorn.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/i386-pc/part_amiga.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/i386-pc/part_amiga.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/i386-pc/part_apple.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/i386-pc/part_apple.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/i386-pc/part_bsd.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/i386-pc/part_bsd.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/i386-pc/part_dfly.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/i386-pc/part_dfly.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/i386-pc/part_dvh.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/i386-pc/part_dvh.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/i386-pc/part_gpt.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/i386-pc/part_gpt.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/i386-pc/part_msdos.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/i386-pc/part_msdos.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/i386-pc/part_plan.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/i386-pc/part_plan.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/i386-pc/part_sun.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/i386-pc/part_sun.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/i386-pc/part_sunpc.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/i386-pc/part_sunpc.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/i386-pc/partmap.lst: -------------------------------------------------------------------------------- 1 | part_acorn 2 | part_amiga 3 | part_apple 4 | part_bsd 5 | part_dfly 6 | part_dvh 7 | part_gpt 8 | part_msdos 9 | part_plan 10 | part_sun 11 | part_sunpc 12 | -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/i386-pc/parttool.lst: -------------------------------------------------------------------------------- 1 | msdos: msdospart 2 | -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/i386-pc/parttool.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/i386-pc/parttool.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/i386-pc/password.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/i386-pc/password.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/i386-pc/password_pbkdf2.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/i386-pc/password_pbkdf2.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/i386-pc/pata.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/i386-pc/pata.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/i386-pc/pbkdf2.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/i386-pc/pbkdf2.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/i386-pc/pbkdf2_test.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/i386-pc/pbkdf2_test.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/i386-pc/pci.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/i386-pc/pci.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/i386-pc/pcidump.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/i386-pc/pcidump.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/i386-pc/pgp.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/i386-pc/pgp.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/i386-pc/plan9.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/i386-pc/plan9.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/i386-pc/play.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/i386-pc/play.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/i386-pc/png.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/i386-pc/png.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/i386-pc/priority_queue.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/i386-pc/priority_queue.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/i386-pc/probe.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/i386-pc/probe.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/i386-pc/procfs.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/i386-pc/procfs.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/i386-pc/progress.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/i386-pc/progress.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/i386-pc/pxe.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/i386-pc/pxe.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/i386-pc/pxechain.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/i386-pc/pxechain.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/i386-pc/raid5rec.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/i386-pc/raid5rec.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/i386-pc/raid6rec.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/i386-pc/raid6rec.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/i386-pc/random.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/i386-pc/random.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/i386-pc/rdmsr.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/i386-pc/rdmsr.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/i386-pc/read.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/i386-pc/read.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/i386-pc/reboot.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/i386-pc/reboot.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/i386-pc/regexp.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/i386-pc/regexp.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/i386-pc/reiserfs.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/i386-pc/reiserfs.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/i386-pc/relocator.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/i386-pc/relocator.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/i386-pc/romfs.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/i386-pc/romfs.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/i386-pc/scsi.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/i386-pc/scsi.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/i386-pc/search.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/i386-pc/search.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/i386-pc/search_fs_file.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/i386-pc/search_fs_file.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/i386-pc/search_fs_uuid.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/i386-pc/search_fs_uuid.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/i386-pc/search_label.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/i386-pc/search_label.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/i386-pc/sendkey.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/i386-pc/sendkey.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/i386-pc/serial.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/i386-pc/serial.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/i386-pc/setjmp.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/i386-pc/setjmp.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/i386-pc/setjmp_test.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/i386-pc/setjmp_test.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/i386-pc/setpci.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/i386-pc/setpci.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/i386-pc/sfs.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/i386-pc/sfs.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/i386-pc/shift_test.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/i386-pc/shift_test.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/i386-pc/signature_test.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/i386-pc/signature_test.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/i386-pc/sleep.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/i386-pc/sleep.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/i386-pc/sleep_test.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/i386-pc/sleep_test.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/i386-pc/smbios.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/i386-pc/smbios.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/i386-pc/spkmodem.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/i386-pc/spkmodem.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/i386-pc/squash4.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/i386-pc/squash4.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/i386-pc/strtoull_test.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/i386-pc/strtoull_test.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/i386-pc/syslinuxcfg.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/i386-pc/syslinuxcfg.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/i386-pc/tar.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/i386-pc/tar.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/i386-pc/terminal.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/i386-pc/terminal.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/i386-pc/terminfo.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/i386-pc/terminfo.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/i386-pc/test.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/i386-pc/test.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/i386-pc/test_blockarg.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/i386-pc/test_blockarg.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/i386-pc/testload.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/i386-pc/testload.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/i386-pc/testspeed.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/i386-pc/testspeed.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/i386-pc/tftp.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/i386-pc/tftp.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/i386-pc/tga.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/i386-pc/tga.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/i386-pc/time.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/i386-pc/time.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/i386-pc/tr.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/i386-pc/tr.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/i386-pc/trig.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/i386-pc/trig.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/i386-pc/true.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/i386-pc/true.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/i386-pc/truecrypt.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/i386-pc/truecrypt.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/i386-pc/udf.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/i386-pc/udf.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/i386-pc/ufs1.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/i386-pc/ufs1.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/i386-pc/ufs1_be.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/i386-pc/ufs1_be.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/i386-pc/ufs2.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/i386-pc/ufs2.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/i386-pc/uhci.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/i386-pc/uhci.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/i386-pc/usb.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/i386-pc/usb.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/i386-pc/usb_keyboard.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/i386-pc/usb_keyboard.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/i386-pc/usbms.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/i386-pc/usbms.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/i386-pc/usbserial_common.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/i386-pc/usbserial_common.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/i386-pc/usbserial_ftdi.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/i386-pc/usbserial_ftdi.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/i386-pc/usbserial_pl2303.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/i386-pc/usbserial_pl2303.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/i386-pc/usbserial_usbdebug.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/i386-pc/usbserial_usbdebug.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/i386-pc/usbtest.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/i386-pc/usbtest.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/i386-pc/vbe.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/i386-pc/vbe.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/i386-pc/vga.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/i386-pc/vga.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/i386-pc/vga_text.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/i386-pc/vga_text.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/i386-pc/video.lst: -------------------------------------------------------------------------------- 1 | vbe 2 | vga 3 | video_bochs 4 | video_cirrus 5 | -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/i386-pc/video.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/i386-pc/video.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/i386-pc/video_bochs.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/i386-pc/video_bochs.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/i386-pc/video_cirrus.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/i386-pc/video_cirrus.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/i386-pc/video_colors.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/i386-pc/video_colors.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/i386-pc/video_fb.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/i386-pc/video_fb.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/i386-pc/videoinfo.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/i386-pc/videoinfo.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/i386-pc/videotest.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/i386-pc/videotest.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/i386-pc/videotest_checksum.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/i386-pc/videotest_checksum.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/i386-pc/wrmsr.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/i386-pc/wrmsr.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/i386-pc/xfs.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/i386-pc/xfs.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/i386-pc/xnu.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/i386-pc/xnu.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/i386-pc/xnu_uuid.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/i386-pc/xnu_uuid.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/i386-pc/xnu_uuid_test.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/i386-pc/xnu_uuid_test.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/i386-pc/xzio.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/i386-pc/xzio.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/i386-pc/zfs.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/i386-pc/zfs.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/i386-pc/zfscrypt.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/i386-pc/zfscrypt.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/i386-pc/zfsinfo.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/i386-pc/zfsinfo.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/i386-pc/zstd.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/i386-pc/zstd.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/locale/ast.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/locale/ast.mo -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/locale/ca.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/locale/ca.mo -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/locale/da.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/locale/da.mo -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/locale/de.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/locale/de.mo -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/locale/de@hebrew.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/locale/de@hebrew.mo -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/locale/de_CH.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/locale/de_CH.mo -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/locale/en@arabic.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/locale/en@arabic.mo -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/locale/en@cyrillic.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/locale/en@cyrillic.mo -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/locale/en@greek.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/locale/en@greek.mo -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/locale/en@hebrew.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/locale/en@hebrew.mo -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/locale/en@piglatin.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/locale/en@piglatin.mo -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/locale/en@quot.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/locale/en@quot.mo -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/locale/eo.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/locale/eo.mo -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/locale/es.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/locale/es.mo -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/locale/fi.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/locale/fi.mo -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/locale/fr.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/locale/fr.mo -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/locale/gl.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/locale/gl.mo -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/locale/hr.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/locale/hr.mo -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/locale/hu.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/locale/hu.mo -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/locale/id.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/locale/id.mo -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/locale/it.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/locale/it.mo -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/locale/ja.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/locale/ja.mo -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/locale/ko.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/locale/ko.mo -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/locale/lg.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/locale/lg.mo -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/locale/lt.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/locale/lt.mo -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/locale/nb.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/locale/nb.mo -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/locale/nl.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/locale/nl.mo -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/locale/pa.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/locale/pa.mo -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/locale/pl.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/locale/pl.mo -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/locale/pt.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/locale/pt.mo -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/locale/pt_BR.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/locale/pt_BR.mo -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/locale/ro.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/locale/ro.mo -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/locale/ru.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/locale/ru.mo -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/locale/sl.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/locale/sl.mo -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/locale/sr.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/locale/sr.mo -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/locale/sv.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/locale/sv.mo -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/locale/tr.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/locale/tr.mo -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/locale/uk.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/locale/uk.mo -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/locale/vi.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/locale/vi.mo -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/locale/zh_CN.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/locale/zh_CN.mo -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/locale/zh_TW.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/locale/zh_TW.mo -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/x86_64-efi/acpi.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/x86_64-efi/acpi.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/x86_64-efi/adler32.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/x86_64-efi/adler32.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/x86_64-efi/affs.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/x86_64-efi/affs.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/x86_64-efi/afs.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/x86_64-efi/afs.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/x86_64-efi/afsplitter.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/x86_64-efi/afsplitter.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/x86_64-efi/ahci.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/x86_64-efi/ahci.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/x86_64-efi/all_video.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/x86_64-efi/all_video.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/x86_64-efi/aout.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/x86_64-efi/aout.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/x86_64-efi/appleldr.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/x86_64-efi/appleldr.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/x86_64-efi/archelp.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/x86_64-efi/archelp.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/x86_64-efi/at_keyboard.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/x86_64-efi/at_keyboard.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/x86_64-efi/ata.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/x86_64-efi/ata.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/x86_64-efi/backtrace.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/x86_64-efi/backtrace.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/x86_64-efi/bfs.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/x86_64-efi/bfs.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/x86_64-efi/bitmap.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/x86_64-efi/bitmap.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/x86_64-efi/bitmap_scale.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/x86_64-efi/bitmap_scale.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/x86_64-efi/blocklist.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/x86_64-efi/blocklist.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/x86_64-efi/boot.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/x86_64-efi/boot.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/x86_64-efi/bsd.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/x86_64-efi/bsd.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/x86_64-efi/bswap_test.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/x86_64-efi/bswap_test.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/x86_64-efi/btrfs.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/x86_64-efi/btrfs.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/x86_64-efi/bufio.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/x86_64-efi/bufio.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/x86_64-efi/cat.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/x86_64-efi/cat.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/x86_64-efi/cbfs.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/x86_64-efi/cbfs.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/x86_64-efi/cbls.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/x86_64-efi/cbls.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/x86_64-efi/cbmemc.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/x86_64-efi/cbmemc.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/x86_64-efi/cbtable.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/x86_64-efi/cbtable.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/x86_64-efi/cbtime.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/x86_64-efi/cbtime.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/x86_64-efi/chain.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/x86_64-efi/chain.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/x86_64-efi/cmdline_cat_test.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/x86_64-efi/cmdline_cat_test.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/x86_64-efi/cmp.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/x86_64-efi/cmp.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/x86_64-efi/cmp_test.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/x86_64-efi/cmp_test.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/x86_64-efi/configfile.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/x86_64-efi/configfile.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/x86_64-efi/core.efi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/x86_64-efi/core.efi -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/x86_64-efi/cpio.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/x86_64-efi/cpio.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/x86_64-efi/cpio_be.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/x86_64-efi/cpio_be.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/x86_64-efi/cpuid.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/x86_64-efi/cpuid.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/x86_64-efi/crc64.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/x86_64-efi/crc64.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/x86_64-efi/crypto.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/x86_64-efi/crypto.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/x86_64-efi/cryptodisk.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/x86_64-efi/cryptodisk.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/x86_64-efi/cs5536.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/x86_64-efi/cs5536.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/x86_64-efi/ctz_test.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/x86_64-efi/ctz_test.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/x86_64-efi/date.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/x86_64-efi/date.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/x86_64-efi/datehook.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/x86_64-efi/datehook.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/x86_64-efi/datetime.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/x86_64-efi/datetime.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/x86_64-efi/disk.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/x86_64-efi/disk.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/x86_64-efi/diskfilter.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/x86_64-efi/diskfilter.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/x86_64-efi/div.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/x86_64-efi/div.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/x86_64-efi/div_test.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/x86_64-efi/div_test.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/x86_64-efi/dm_nv.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/x86_64-efi/dm_nv.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/x86_64-efi/echo.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/x86_64-efi/echo.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/x86_64-efi/efi_gop.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/x86_64-efi/efi_gop.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/x86_64-efi/efi_uga.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/x86_64-efi/efi_uga.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/x86_64-efi/efifwsetup.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/x86_64-efi/efifwsetup.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/x86_64-efi/efinet.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/x86_64-efi/efinet.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/x86_64-efi/ehci.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/x86_64-efi/ehci.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/x86_64-efi/elf.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/x86_64-efi/elf.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/x86_64-efi/eval.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/x86_64-efi/eval.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/x86_64-efi/exfat.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/x86_64-efi/exfat.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/x86_64-efi/exfctest.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/x86_64-efi/exfctest.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/x86_64-efi/ext2.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/x86_64-efi/ext2.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/x86_64-efi/extcmd.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/x86_64-efi/extcmd.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/x86_64-efi/f2fs.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/x86_64-efi/f2fs.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/x86_64-efi/fat.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/x86_64-efi/fat.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/x86_64-efi/file.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/x86_64-efi/file.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/x86_64-efi/fixvideo.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/x86_64-efi/fixvideo.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/x86_64-efi/font.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/x86_64-efi/font.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/x86_64-efi/fshelp.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/x86_64-efi/fshelp.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/x86_64-efi/functional_test.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/x86_64-efi/functional_test.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/x86_64-efi/gcry_arcfour.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/x86_64-efi/gcry_arcfour.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/x86_64-efi/gcry_blowfish.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/x86_64-efi/gcry_blowfish.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/x86_64-efi/gcry_camellia.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/x86_64-efi/gcry_camellia.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/x86_64-efi/gcry_cast5.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/x86_64-efi/gcry_cast5.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/x86_64-efi/gcry_crc.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/x86_64-efi/gcry_crc.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/x86_64-efi/gcry_des.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/x86_64-efi/gcry_des.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/x86_64-efi/gcry_dsa.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/x86_64-efi/gcry_dsa.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/x86_64-efi/gcry_idea.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/x86_64-efi/gcry_idea.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/x86_64-efi/gcry_md4.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/x86_64-efi/gcry_md4.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/x86_64-efi/gcry_md5.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/x86_64-efi/gcry_md5.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/x86_64-efi/gcry_rfc2268.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/x86_64-efi/gcry_rfc2268.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/x86_64-efi/gcry_rijndael.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/x86_64-efi/gcry_rijndael.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/x86_64-efi/gcry_rmd160.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/x86_64-efi/gcry_rmd160.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/x86_64-efi/gcry_rsa.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/x86_64-efi/gcry_rsa.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/x86_64-efi/gcry_seed.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/x86_64-efi/gcry_seed.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/x86_64-efi/gcry_serpent.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/x86_64-efi/gcry_serpent.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/x86_64-efi/gcry_sha1.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/x86_64-efi/gcry_sha1.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/x86_64-efi/gcry_sha256.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/x86_64-efi/gcry_sha256.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/x86_64-efi/gcry_sha512.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/x86_64-efi/gcry_sha512.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/x86_64-efi/gcry_tiger.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/x86_64-efi/gcry_tiger.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/x86_64-efi/gcry_twofish.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/x86_64-efi/gcry_twofish.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/x86_64-efi/gcry_whirlpool.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/x86_64-efi/gcry_whirlpool.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/x86_64-efi/geli.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/x86_64-efi/geli.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/x86_64-efi/gettext.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/x86_64-efi/gettext.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/x86_64-efi/gfxmenu.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/x86_64-efi/gfxmenu.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/x86_64-efi/gfxterm.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/x86_64-efi/gfxterm.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/x86_64-efi/gfxterm_background.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/x86_64-efi/gfxterm_background.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/x86_64-efi/gfxterm_menu.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/x86_64-efi/gfxterm_menu.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/x86_64-efi/gptsync.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/x86_64-efi/gptsync.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/x86_64-efi/grub.efi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/x86_64-efi/grub.efi -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/x86_64-efi/gzio.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/x86_64-efi/gzio.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/x86_64-efi/halt.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/x86_64-efi/halt.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/x86_64-efi/hashsum.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/x86_64-efi/hashsum.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/x86_64-efi/hdparm.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/x86_64-efi/hdparm.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/x86_64-efi/hello.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/x86_64-efi/hello.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/x86_64-efi/help.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/x86_64-efi/help.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/x86_64-efi/hexdump.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/x86_64-efi/hexdump.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/x86_64-efi/hfs.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/x86_64-efi/hfs.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/x86_64-efi/hfsplus.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/x86_64-efi/hfsplus.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/x86_64-efi/hfspluscomp.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/x86_64-efi/hfspluscomp.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/x86_64-efi/http.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/x86_64-efi/http.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/x86_64-efi/iorw.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/x86_64-efi/iorw.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/x86_64-efi/iso9660.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/x86_64-efi/iso9660.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/x86_64-efi/jfs.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/x86_64-efi/jfs.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/x86_64-efi/jpeg.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/x86_64-efi/jpeg.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/x86_64-efi/json.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/x86_64-efi/json.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/x86_64-efi/keylayouts.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/x86_64-efi/keylayouts.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/x86_64-efi/keystatus.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/x86_64-efi/keystatus.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/x86_64-efi/ldm.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/x86_64-efi/ldm.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/x86_64-efi/legacy_password_test.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/x86_64-efi/legacy_password_test.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/x86_64-efi/legacycfg.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/x86_64-efi/legacycfg.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/x86_64-efi/linux.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/x86_64-efi/linux.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/x86_64-efi/linux16.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/x86_64-efi/linux16.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/x86_64-efi/loadbios.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/x86_64-efi/loadbios.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/x86_64-efi/loadenv.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/x86_64-efi/loadenv.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/x86_64-efi/loopback.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/x86_64-efi/loopback.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/x86_64-efi/ls.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/x86_64-efi/ls.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/x86_64-efi/lsacpi.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/x86_64-efi/lsacpi.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/x86_64-efi/lsefi.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/x86_64-efi/lsefi.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/x86_64-efi/lsefimmap.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/x86_64-efi/lsefimmap.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/x86_64-efi/lsefisystab.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/x86_64-efi/lsefisystab.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/x86_64-efi/lsmmap.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/x86_64-efi/lsmmap.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/x86_64-efi/lspci.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/x86_64-efi/lspci.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/x86_64-efi/lssal.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/x86_64-efi/lssal.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/x86_64-efi/luks.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/x86_64-efi/luks.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/x86_64-efi/luks2.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/x86_64-efi/luks2.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/x86_64-efi/lvm.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/x86_64-efi/lvm.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/x86_64-efi/lzopio.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/x86_64-efi/lzopio.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/x86_64-efi/macbless.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/x86_64-efi/macbless.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/x86_64-efi/macho.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/x86_64-efi/macho.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/x86_64-efi/mdraid09.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/x86_64-efi/mdraid09.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/x86_64-efi/mdraid09_be.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/x86_64-efi/mdraid09_be.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/x86_64-efi/mdraid1x.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/x86_64-efi/mdraid1x.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/x86_64-efi/memdisk.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/x86_64-efi/memdisk.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/x86_64-efi/memrw.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/x86_64-efi/memrw.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/x86_64-efi/minicmd.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/x86_64-efi/minicmd.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/x86_64-efi/minix.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/x86_64-efi/minix.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/x86_64-efi/minix2.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/x86_64-efi/minix2.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/x86_64-efi/minix2_be.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/x86_64-efi/minix2_be.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/x86_64-efi/minix3.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/x86_64-efi/minix3.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/x86_64-efi/minix3_be.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/x86_64-efi/minix3_be.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/x86_64-efi/minix_be.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/x86_64-efi/minix_be.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/x86_64-efi/mmap.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/x86_64-efi/mmap.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/x86_64-efi/morse.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/x86_64-efi/morse.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/x86_64-efi/mpi.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/x86_64-efi/mpi.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/x86_64-efi/msdospart.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/x86_64-efi/msdospart.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/x86_64-efi/mul_test.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/x86_64-efi/mul_test.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/x86_64-efi/multiboot.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/x86_64-efi/multiboot.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/x86_64-efi/multiboot2.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/x86_64-efi/multiboot2.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/x86_64-efi/nativedisk.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/x86_64-efi/nativedisk.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/x86_64-efi/net.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/x86_64-efi/net.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/x86_64-efi/newc.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/x86_64-efi/newc.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/x86_64-efi/nilfs2.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/x86_64-efi/nilfs2.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/x86_64-efi/normal.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/x86_64-efi/normal.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/x86_64-efi/ntfs.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/x86_64-efi/ntfs.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/x86_64-efi/ntfscomp.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/x86_64-efi/ntfscomp.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/x86_64-efi/odc.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/x86_64-efi/odc.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/x86_64-efi/offsetio.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/x86_64-efi/offsetio.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/x86_64-efi/ohci.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/x86_64-efi/ohci.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/x86_64-efi/part_acorn.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/x86_64-efi/part_acorn.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/x86_64-efi/part_amiga.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/x86_64-efi/part_amiga.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/x86_64-efi/part_apple.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/x86_64-efi/part_apple.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/x86_64-efi/part_bsd.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/x86_64-efi/part_bsd.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/x86_64-efi/part_dfly.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/x86_64-efi/part_dfly.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/x86_64-efi/part_dvh.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/x86_64-efi/part_dvh.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/x86_64-efi/part_gpt.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/x86_64-efi/part_gpt.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/x86_64-efi/part_msdos.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/x86_64-efi/part_msdos.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/x86_64-efi/part_plan.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/x86_64-efi/part_plan.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/x86_64-efi/part_sun.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/x86_64-efi/part_sun.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/x86_64-efi/part_sunpc.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/x86_64-efi/part_sunpc.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/x86_64-efi/partmap.lst: -------------------------------------------------------------------------------- 1 | part_acorn 2 | part_amiga 3 | part_apple 4 | part_bsd 5 | part_dfly 6 | part_dvh 7 | part_gpt 8 | part_msdos 9 | part_plan 10 | part_sun 11 | part_sunpc 12 | -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/x86_64-efi/parttool.lst: -------------------------------------------------------------------------------- 1 | msdos: msdospart 2 | -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/x86_64-efi/parttool.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/x86_64-efi/parttool.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/x86_64-efi/password.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/x86_64-efi/password.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/x86_64-efi/password_pbkdf2.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/x86_64-efi/password_pbkdf2.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/x86_64-efi/pata.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/x86_64-efi/pata.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/x86_64-efi/pbkdf2.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/x86_64-efi/pbkdf2.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/x86_64-efi/pbkdf2_test.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/x86_64-efi/pbkdf2_test.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/x86_64-efi/pcidump.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/x86_64-efi/pcidump.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/x86_64-efi/pgp.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/x86_64-efi/pgp.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/x86_64-efi/play.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/x86_64-efi/play.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/x86_64-efi/png.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/x86_64-efi/png.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/x86_64-efi/priority_queue.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/x86_64-efi/priority_queue.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/x86_64-efi/probe.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/x86_64-efi/probe.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/x86_64-efi/procfs.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/x86_64-efi/procfs.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/x86_64-efi/progress.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/x86_64-efi/progress.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/x86_64-efi/raid5rec.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/x86_64-efi/raid5rec.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/x86_64-efi/raid6rec.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/x86_64-efi/raid6rec.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/x86_64-efi/random.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/x86_64-efi/random.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/x86_64-efi/rdmsr.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/x86_64-efi/rdmsr.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/x86_64-efi/read.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/x86_64-efi/read.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/x86_64-efi/reboot.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/x86_64-efi/reboot.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/x86_64-efi/regexp.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/x86_64-efi/regexp.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/x86_64-efi/reiserfs.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/x86_64-efi/reiserfs.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/x86_64-efi/relocator.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/x86_64-efi/relocator.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/x86_64-efi/romfs.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/x86_64-efi/romfs.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/x86_64-efi/scsi.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/x86_64-efi/scsi.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/x86_64-efi/search.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/x86_64-efi/search.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/x86_64-efi/search_fs_file.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/x86_64-efi/search_fs_file.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/x86_64-efi/search_fs_uuid.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/x86_64-efi/search_fs_uuid.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/x86_64-efi/search_label.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/x86_64-efi/search_label.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/x86_64-efi/serial.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/x86_64-efi/serial.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/x86_64-efi/setjmp.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/x86_64-efi/setjmp.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/x86_64-efi/setjmp_test.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/x86_64-efi/setjmp_test.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/x86_64-efi/setpci.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/x86_64-efi/setpci.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/x86_64-efi/sfs.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/x86_64-efi/sfs.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/x86_64-efi/shift_test.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/x86_64-efi/shift_test.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/x86_64-efi/signature_test.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/x86_64-efi/signature_test.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/x86_64-efi/sleep.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/x86_64-efi/sleep.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/x86_64-efi/sleep_test.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/x86_64-efi/sleep_test.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/x86_64-efi/smbios.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/x86_64-efi/smbios.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/x86_64-efi/spkmodem.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/x86_64-efi/spkmodem.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/x86_64-efi/squash4.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/x86_64-efi/squash4.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/x86_64-efi/strtoull_test.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/x86_64-efi/strtoull_test.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/x86_64-efi/syslinuxcfg.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/x86_64-efi/syslinuxcfg.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/x86_64-efi/tar.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/x86_64-efi/tar.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/x86_64-efi/terminal.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/x86_64-efi/terminal.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/x86_64-efi/terminfo.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/x86_64-efi/terminfo.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/x86_64-efi/test.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/x86_64-efi/test.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/x86_64-efi/test_blockarg.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/x86_64-efi/test_blockarg.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/x86_64-efi/testload.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/x86_64-efi/testload.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/x86_64-efi/testspeed.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/x86_64-efi/testspeed.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/x86_64-efi/tftp.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/x86_64-efi/tftp.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/x86_64-efi/tga.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/x86_64-efi/tga.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/x86_64-efi/time.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/x86_64-efi/time.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/x86_64-efi/tpm.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/x86_64-efi/tpm.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/x86_64-efi/tr.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/x86_64-efi/tr.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/x86_64-efi/trig.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/x86_64-efi/trig.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/x86_64-efi/true.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/x86_64-efi/true.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/x86_64-efi/udf.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/x86_64-efi/udf.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/x86_64-efi/ufs1.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/x86_64-efi/ufs1.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/x86_64-efi/ufs1_be.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/x86_64-efi/ufs1_be.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/x86_64-efi/ufs2.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/x86_64-efi/ufs2.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/x86_64-efi/uhci.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/x86_64-efi/uhci.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/x86_64-efi/usb.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/x86_64-efi/usb.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/x86_64-efi/usb_keyboard.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/x86_64-efi/usb_keyboard.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/x86_64-efi/usbms.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/x86_64-efi/usbms.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/x86_64-efi/usbserial_common.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/x86_64-efi/usbserial_common.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/x86_64-efi/usbserial_ftdi.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/x86_64-efi/usbserial_ftdi.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/x86_64-efi/usbserial_pl2303.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/x86_64-efi/usbserial_pl2303.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/x86_64-efi/usbserial_usbdebug.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/x86_64-efi/usbserial_usbdebug.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/x86_64-efi/usbtest.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/x86_64-efi/usbtest.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/x86_64-efi/video.lst: -------------------------------------------------------------------------------- 1 | efi_gop 2 | efi_uga 3 | video_bochs 4 | video_cirrus 5 | -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/x86_64-efi/video.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/x86_64-efi/video.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/x86_64-efi/video_bochs.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/x86_64-efi/video_bochs.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/x86_64-efi/video_cirrus.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/x86_64-efi/video_cirrus.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/x86_64-efi/video_colors.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/x86_64-efi/video_colors.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/x86_64-efi/video_fb.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/x86_64-efi/video_fb.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/x86_64-efi/videoinfo.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/x86_64-efi/videoinfo.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/x86_64-efi/videotest.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/x86_64-efi/videotest.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/x86_64-efi/videotest_checksum.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/x86_64-efi/videotest_checksum.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/x86_64-efi/wrmsr.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/x86_64-efi/wrmsr.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/x86_64-efi/xfs.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/x86_64-efi/xfs.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/x86_64-efi/xnu.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/x86_64-efi/xnu.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/x86_64-efi/xnu_uuid.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/x86_64-efi/xnu_uuid.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/x86_64-efi/xnu_uuid_test.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/x86_64-efi/xnu_uuid_test.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/x86_64-efi/xzio.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/x86_64-efi/xzio.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/x86_64-efi/zfs.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/x86_64-efi/zfs.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/x86_64-efi/zfscrypt.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/x86_64-efi/zfscrypt.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/x86_64-efi/zfsinfo.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/x86_64-efi/zfsinfo.mod -------------------------------------------------------------------------------- /partfiles/p1/boot/grub/x86_64-efi/zstd.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p1/boot/grub/x86_64-efi/zstd.mod -------------------------------------------------------------------------------- /partfiles/p1/grub_cksum.syno: -------------------------------------------------------------------------------- 1 | /zImage Encrypted: a239d84a 2 | /rd.gz Encrypted: d8915491 3 | -------------------------------------------------------------------------------- /partfiles/p2/EFI/boot/SynoBootLoader.efi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p2/EFI/boot/SynoBootLoader.efi -------------------------------------------------------------------------------- /partfiles/p2/GRUB_VER: -------------------------------------------------------------------------------- 1 | MODEL="DS923+" 2 | PLATFORM="R1000" 3 | GRUB_PROJECT="grub-2.x" 4 | GRUB_VERSION="1" 5 | DSM_VERSION="42962" 6 | -------------------------------------------------------------------------------- /partfiles/p2/Sone.8: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p2/Sone.8 -------------------------------------------------------------------------------- /partfiles/p2/Sone.9: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/partfiles/p2/Sone.9 -------------------------------------------------------------------------------- /partfiles/p2/checksum.syno: -------------------------------------------------------------------------------- 1 | 4294967295 3546624 zImage 6151015 730 2 | 220340636 5420400 rd.gz 10136983 686 3 | 2684683868 55 grub_cksum.syno 83 307 4 | 1054072715 2866 model.dtb 4815 87 5 | -------------------------------------------------------------------------------- /partfiles/p2/grub_cksum.syno: -------------------------------------------------------------------------------- 1 | /zImage Encrypted: c2dbb2fb 2 | /rd.gz Encrypted: 3264bedd 3 | -------------------------------------------------------------------------------- /tools/bspatch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/tools/bspatch -------------------------------------------------------------------------------- /tools/bzImage-template-v5.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/tools/bzImage-template-v5.gz -------------------------------------------------------------------------------- /tools/crc32: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/tools/crc32 -------------------------------------------------------------------------------- /tools/dtc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/tools/dtc -------------------------------------------------------------------------------- /tools/grub-editenv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/tools/grub-editenv -------------------------------------------------------------------------------- /tools/kexec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/tools/kexec -------------------------------------------------------------------------------- /tools/kpatch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/tools/kpatch -------------------------------------------------------------------------------- /tools/xxd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/tools/xxd -------------------------------------------------------------------------------- /tools/zImage_template.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llm-y2k/tinycore-redpill/e8557547bfd9b114189463dad2f58e5afa5e8e3e/tools/zImage_template.gz --------------------------------------------------------------------------------