-
MacPorts
sudo port selfupdate sudo port upgrade outdated
-
GCC prerequisites
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
Make the "Arm Versatile" board even more versatile, for QEMU, which can | |
stick weird processors into things that were never meant to receive them. | |
Based on: http://unicorn.drogon.net/rpi/linux-arm.patch | |
--- a/arch/arm/mm/Kconfig | |
+++ b/arch/arm/mm/Kconfig | |
@@ -71,7 +71,7 @@ config CPU_ARM9TDMI | |
# ARM920T | |
config CPU_ARM920T |
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
# | |
# Linux/arm 3.10.21 Kernel Configuration | |
# | |
CONFIG_ARM=y | |
CONFIG_MIGHT_HAVE_PCI=y | |
CONFIG_SYS_SUPPORTS_APM_EMULATION=y | |
CONFIG_HAVE_PROC_CPU=y | |
CONFIG_STACKTRACE_SUPPORT=y | |
CONFIG_HAVE_LATENCYTOP_SUPPORT=y | |
CONFIG_LOCKDEP_SUPPORT=y |
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
|
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
|
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
/* | |
* Copyright (c) 2015 Fardjad Davari | |
* | |
* Permission is hereby granted, free of charge, to any person obtaining a copy | |
* of this software and associated documentation files (the "Software"), to | |
* deal in the Software without restriction, including without limitation the | |
* rights to use, copy, modify, merge, publish, distribute, sublicense, and/or | |
* sell copies of the Software, and to permit persons to whom the Software is | |
* furnished to do so, subject to the following conditions: | |
* |
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
; Courtesy of http://superuser.com/a/403191 | |
^#c:: | |
WinGetTitle, windowName, A | |
CenterWindow(windowTitleVariable) { | |
WinGetPos,,, Width, Height, %windowTitleVariable% | |
WinMove, %windowTitleVariable%,, (A_ScreenWidth - Width) / 2, (A_ScreenHeight - Height) / 2 | |
} |
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
[Unit] | |
Description=Packet Capture Service for BitMeter-OS | |
Requires=network-online.target | |
ConditionPathExists=/var/lib/bitmeter/bitmeter.db | |
After=syslog-ng.target network-online.target | |
[Service] | |
ExecStart=/usr/bin/bmcapture | |
Type=idle | |
StandardError=syslog |
OlderNewer