Displaying 1 result from an estimated 1 matches for "f0b0a96".
Did you mean:
0x0a96
2009 Feb 16
3
[PATCH] cmd.c32: new module to just execute a command
...t.c32 elf.c32 linux.c32 reboot.c32 pmload.c32 meminfo.c32 \
- sdi.c32 sanboot.c32 ifcpu64.c32 vesainfo.c32 kbdmap.c32
+ sdi.c32 sanboot.c32 ifcpu64.c32 vesainfo.c32 kbdmap.c32 cmd.c32
TESTFILES =
diff --git a/com32/modules/cmd.c b/com32/modules/cmd.c
new file mode 100644
index 0000000..f0b0a96
--- /dev/null
+++ b/com32/modules/cmd.c
@@ -0,0 +1,42 @@
+/* ----------------------------------------------------------------------- *
+ *
+ * Copyright 2008 Michael Brown - All Rights Reserved
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms...