From e08cb94a5377ba08d6594177c5f4cba63d934ac5 Mon Sep 17 00:00:00 2001 From: turret Date: Sun, 22 Jun 2025 19:32:14 -0500 Subject: README: add section about portability --- README.txt | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'README.txt') 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 -- cgit v1.2.3