3
0
mirror of https://github.com/Qortal/Brooklyn.git synced 2025-01-30 14:52:17 +00:00
QortalOS Brooklyn for Raspberry Pi 4
Go to file
2021-05-27 00:24:01 +05:00
arch initial commit 2021-05-27 00:09:36 +05:00
block initial commit 2021-05-27 00:09:36 +05:00
certs initial commit 2021-05-27 00:09:36 +05:00
crypto initial commit 2021-05-27 00:09:36 +05:00
Documentation initial commit 2021-05-27 00:09:36 +05:00
drivers initial commit 2021-05-27 00:09:36 +05:00
DRM Create README.txt 2021-05-27 00:24:01 +05:00
fs initial commit 2021-05-27 00:09:36 +05:00
gnuk GNUK 2021-05-27 00:21:07 +05:00
include initial commit 2021-05-27 00:09:36 +05:00
init initial commit 2021-05-27 00:09:36 +05:00
ipc initial commit 2021-05-27 00:09:36 +05:00
kernel initial commit 2021-05-27 00:09:36 +05:00
lib initial commit 2021-05-27 00:09:36 +05:00
LICENSES initial commit 2021-05-27 00:09:36 +05:00
mm initial commit 2021-05-27 00:09:36 +05:00
net initial commit 2021-05-27 00:09:36 +05:00
samples initial commit 2021-05-27 00:09:36 +05:00
scripts initial commit 2021-05-27 00:09:36 +05:00
security initial commit 2021-05-27 00:09:36 +05:00
sound initial commit 2021-05-27 00:09:36 +05:00
tools initial commit 2021-05-27 00:09:36 +05:00
usr initial commit 2021-05-27 00:09:36 +05:00
virt initial commit 2021-05-27 00:09:36 +05:00
.gitattributes first commit 2021-05-26 23:31:02 +05:00
clang-format.txt first commit 2021-05-26 23:31:02 +05:00
cocciconfig.txt first commit 2021-05-26 23:31:02 +05:00
config.boot.txt first commit 2021-05-26 23:31:02 +05:00
COPYING.txt first commit 2021-05-26 23:31:02 +05:00
CREDITS.txt first commit 2021-05-26 23:31:02 +05:00
get_maintainer.ignore first commit 2021-05-26 23:31:02 +05:00
gitattributes.txt first commit 2021-05-26 23:31:02 +05:00
gitignore.txt first commit 2021-05-26 23:31:02 +05:00
Kbuild.txt first commit 2021-05-26 23:31:02 +05:00
Kconfig.txt first commit 2021-05-26 23:31:02 +05:00
LICENSE first commit 2021-05-26 23:31:02 +05:00
mailmap.txt first commit 2021-05-26 23:31:02 +05:00
MAINTAINERS.txt first commit 2021-05-26 23:31:02 +05:00
Makefile.txt first commit 2021-05-26 23:31:02 +05:00
README.txt first commit 2021-05-26 23:31:02 +05:00

D: Raziel A. Crowe aka Scare Crowe
M: Sean Torchy aka Moose on the loose
A: Jason A. Crowe aka Crowetic
X: Netflix & Chill

		 GNUK Token Implementation
		 Source: http://www.gniibe.org

                     SWD port
                        (GND, SWD-CLK, SWD-IO)
    Power port +---------------------+
           Vdd |[]           []()() -------+
           GND |[]                  |      |
               |()() I/O port       | USB  |
               |      (PA2, PA3)    |      |
               |                    -------+
               +---------------------+

http://git.gniibe.org/gitweb/?p=gnuk/fst-01.git

Want to send some tip for continued development?

DOGE: DJTRkmhwhG7W8t7WvAddZBnNkKWML6nHqJ
LTC: LQyhdH9LfL9m5vqMHfeTZdRoUU8qAouZmQ
TRON: TPApU3DDHGGpCXx2xyzKwzbeze9FQ2My9K
Monero: 8AAwtBUuf9qbFttEZevtkpScq1K5XG5iEjTWE5VjAea6gSFvDAiZzNAT6GWSt8bNLSHxvi57j3b2bYzC2KGgfeD664EzRHk
ETH: 0xa69b98d7241006c2f23e895d81fdc7f562a8e378
USDT ERC20 : 0xa69b98d7241006c2f23e895d81fdc7f562a8e378
BTC: 13zp3jdZ5utX5vmZaZiDyJtam8daS4uBpC



Linux Kernel Qortal 5.12.6-accelerated+stable
=============================================

There are several guides for kernel developers and users. These guides can
be rendered in a number of formats, like HTML and PDF. Please read
Documentation/admin-guide/README.rst first.

In order to build the documentation, use ``make htmldocs`` or
``make pdfdocs``.  The formatted documentation can also be read online at:

    https://www.kernel.org/doc/html/latest/

There are various text files in the Documentation/ subdirectory,
several of them using the Restructured Text markup notation.

Please read the Documentation/process/changes.rst file, as it contains the
requirements for building and running the kernel, and information about
the problems which may result by upgrading your kernel.