duskos

dusk os fork
git clone git://git.alexwennerberg.com/duskos
Log | Files | Refs | README | LICENSE

commit 415c2081aafc3c68b2b58d21e605ca0c59e8c1b0
parent 95a5d2d26ef250ca7f23347609303ff0b12f2a88
Author: Virgil Dupras <hsoft@hardcoded.net>
Date:   Thu,  6 Apr 2023 11:28:08 -0400

doc/hal: typos again

Diffstat:
Mfs/doc/hal.txt | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/fs/doc/hal.txt b/fs/doc/hal.txt @@ -16,7 +16,7 @@ result is pretty good and direct assembler should be needed only in the tightest of the loops. At boot, a bare Dusk system only has the Low HAL (see below) loaded. If you want -to load the High HAL, do "f<< asm/hal.fs". The will load the assembler for the +to load the High HAL, do "f<< asm/hal.fs". This will load the assembler for the native architecture. ## Concepts