Lines Matching +full:0 +full:x7c00
63 vm_offset_t mem = 0x100000; in command_chain()
86 vctx = vectx_open(fd, argv[1], 0L, NULL, &verror, __func__); in command_chain()
95 if (verify_file(fd, argv[1], 0, VE_MUST, __func__) < 0) { in command_chain()
110 } else if (strncmp(argv[1], "disk", 4) != 0) { in command_chain()
142 relocater_data[0].src = mem; in command_chain()
143 relocater_data[0].dest = 0x7C00; in command_chain()
144 relocater_data[0].size = size; in command_chain()
148 relocator_ds = 0; in command_chain()
149 relocator_es = 0; in command_chain()
150 relocator_fs = 0; in command_chain()
151 relocator_gs = 0; in command_chain()
152 relocator_ss = 0; in command_chain()
153 relocator_cs = 0; in command_chain()
154 relocator_sp = 0x7C00; in command_chain()
155 relocator_ip = 0x7C00; in command_chain()
156 relocator_a20_enabled = 0; in command_chain()
158 i386_copyin(relocater, 0x600, relocater_size); in command_chain()
162 __exec((void *)0x600); in command_chain()