aboutsummaryrefslogtreecommitdiffstats
path: root/README.txt
diff options
context:
space:
mode:
authorturret <turret@duck.com>2025-06-22 19:32:14 -0500
committerturret <turret@duck.com>2025-06-22 19:32:14 -0500
commite08cb94a5377ba08d6594177c5f4cba63d934ac5 (patch)
tree4a8ffd5ebce4832f19f5fef1b6ce4c81a4da7141 /README.txt
parent68dc23652b70495f4a11a6a72f6fb46e836b60aa (diff)
downloaddiscord-bot-skeleton-e08cb94a5377ba08d6594177c5f4cba63d934ac5.tar.gz
discord-bot-skeleton-e08cb94a5377ba08d6594177c5f4cba63d934ac5.tar.bz2
discord-bot-skeleton-e08cb94a5377ba08d6594177c5f4cba63d934ac5.zip
README: add section about portability
Diffstat (limited to 'README.txt')
-rw-r--r--README.txt6
1 files changed, 5 insertions, 1 deletions
diff --git a/README.txt b/README.txt
index 73391da..193ae40 100644
--- a/README.txt
+++ b/README.txt
@@ -23,4 +23,8 @@ the system will login as that bot and register all of the commands in the exampl
additionally, we try to keep all of the examples independent. you can add and remove files
dictating commands without editing any other file! gotta love magic.
-
+- portability
+At current time of development, this project is for linux machines with amd64 processors.
+Most of the kernel-specific code is in util/subsys (threading functionality)
+And most of the amd64 specific content is in util/log (assembly spinlock) with a linker file
+written for amd64