From daed7de5be7c5be6f990f7da852abf13222681e9 Mon Sep 17 00:00:00 2001 From: Keith Stellyes Date: Sun, 13 Oct 2019 13:26:30 -0700 Subject: [PATCH] Update rnd procedure comment --- kernel/random.asm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/kernel/random.asm b/kernel/random.asm index de31182..847bddc 100644 --- a/kernel/random.asm +++ b/kernel/random.asm @@ -1,6 +1,7 @@ ; Part of kernel because ideally we have some sort of entropy. For now, ; just having it be user-provided for prototypical purposes. -; Implementation by John Metcalf of +; This is the HiSoft C compiler output for a C Implementation written and compiled +; by John Metcalf of ; http://www.retroprogramming.com/2017/07/xorshift-pseudorandom-numbers-in-z80.html ; (Slightly altered for CollapseOS) ;