This file has been truncated, but you can view the full file.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #! /bin/sh | |
| # Guess values for system-dependent variables and create Makefiles. | |
| # Generated by GNU Autoconf 2.69. | |
| # | |
| # | |
| # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc. | |
| # | |
| # | |
| # This configure script is free software; the Free Software Foundation | |
| # gives unlimited permission to copy, distribute and modify it. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| == Overview =================================================================== | |
| The SGS and SG1 share similarities in software and hardware design because the | |
| SGS was originally a | |
| "Simplified version of SG1, with only one channel and precedence removed". | |
| == Features =================================================================== | |
| -- SG1 Basic Features --------------------------------------------------------- |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| SG1 Basic Boot Flow: | |
| 1. bootstrap (Non-IPEC code): | |
| Initialize MCU | |
| Load program memory | |
| Call setup | |
| 2. setup: | |
| Configure prescale factor | |
| Initialize display |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Project manager, lead developer, lead maintainer: | |
| - IPEC Care Packaging System | |
| - PD SG1 Firmware | |
| - PD SG1 Windows Firmware Update Tool | |
| - PD SGS Firmware | |
| - PD Worksafe Firmware | |
| - PD Tester Firmware | |
| - LCDity Daemon | |
| - Sprocket ASM Database Backend API | |
| - ASM Console Menu System |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| --------------------------------------- | |
| What needs doing: | |
| Sprocket / iSM: | |
| - Testing (Chris et al) | |
| - Testing / completion of sync & auto-mailing the sync completion (David, Koen) | |
| - Deployment | |
| - Future: | |
| - Frontend editing capabilities |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| resizing to: w:256x232, ratio:1.250000,1.000000, rect->w:800, rect->h:480 | |
| Entered MDFNSS_Save | |
| Calling MDFNSS_SaveSM | |
| Entered MDFNSS_SaveSM | |
| Passed is_multires checks | |
| Entered smem_write | |
| Leaving smem_write | |
| Entered smem_write | |
| Leaving smem_write | |
| Entered smem_write |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| resizing to: w:256x232, ratio:1.250000,1.000000, rect->w:800, rect->h:480 | |
| Loaded save state variable: BaseRAM | |
| Unknown variable in save state: PCE_TimestampBase | |
| Unknown variable in save state: CD_TrayOpen | |
| Unknown variable in save state: CD_SelectedDisc | |
| Variable missing from save state: PCEIODataBuffer | |
| Loaded save state variable: PC | |
| Loaded save state variable: A | |
| Loaded save state variable: P | |
| Unknown variable in save state: IFlagSample |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env perl | |
| # A script for patching small strings within intel hex files. | |
| # Specifically written to replace the existing serial number in | |
| # the SGS program memory. | |
| # | |
| # There are some limitations: | |
| # - All input and output is buffered, so it needs some memory | |
| # - The strings must be of equal length | |
| # - The string may not be longer than 32 bytes because we only |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 85.229.138.143 DST | |
| 90.231.43.237 DST | |
| 109.102.28.70 DST | |
| 83.157.85.245 DST | |
| 90.231.43.237 DST | |
| 80.213.56.144 DST | |
| 109.69.115.239 DST | |
| 77.123.183.77 DST | |
| 69.207.218.103 DST | |
| 69.207.218.103 DST |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| root@opium:/ram/var/log # iptables --list-rules | |
| -P INPUT DROP | |
| -P FORWARD DROP | |
| -P OUTPUT ACCEPT | |
| -N ACCOUNT_FORWARD_IN | |
| -N ACCOUNT_FORWARD_OUT | |
| -N ACCOUNT_INPUT | |
| -N ACCOUNT_OUTPUT | |
| -N ADRFILTERFORWARD | |
| -N ADRFILTERINPUT |