[OpenBIOS] [PATCHv2 04/25] client.fs: add load-state param variable

Mark Cave-Ayland mark.cave-ayland at ilande.co.uk
Thu Sep 8 09:00:43 CEST 2016


This is in case we need to pass elf-boot parameters into the client
executable.

Signed-off-by: Mark Cave-Ayland <mark.cave-ayland at ilande.co.uk>
---
 forth/debugging/client.fs |    1 +
 1 file changed, 1 insertion(+)

diff --git a/forth/debugging/client.fs b/forth/debugging/client.fs
index d1e2953..d3c986a 100644
--- a/forth/debugging/client.fs
+++ b/forth/debugging/client.fs
@@ -21,6 +21,7 @@ struct ( load-state )
   /n field >ls.entry
   /n field >ls.file-size
   /n field >ls.file-type
+  /n field >ls.param
 constant load-state.size
 create load-state load-state.size allot
 
-- 
1.7.10.4




More information about the OpenBIOS mailing list