Remove support for Linux test compilation. Use Qemu for testing, instead.
#include <sha1.h>
#include <base64.h>
#include <colortbl.h>
-#ifdef __COM32__
#include <com32.h>
-#endif
#include "menu.h"
static void
execute(const char *cmdline, enum kernel_type type)
{
-#ifdef __COM32__
com32sys_t ireg;
const char *p, **pp;
char *q = __com32.cs_bounce;
__intcall(0x22, &ireg, NULL);
/* If this returns, something went bad; return to menu */
-#else
- /* For testing... */
- printf("\n\033[0m>>> %s\n", cmdline);
- exit(0);
-#endif
}
int menu_main(int argc, char *argv[])