45 #include "params/X86FsLinux.hh"
63 const Addr realModeData = 0x90200;
70 const Addr commandLineBuff = 0x90000;
72 const Addr commandLinePointer = realModeData + 0x228;
75 "Command line \"%s\" is longer than %d characters.",
77 phys_proxy.writeString(commandLineBuff,
commandLine.c_str());
81 uint32_t guestCommandLineBuff =
htole((uint32_t)commandLineBuff);
82 phys_proxy.writeBlob(commandLinePointer, &guestCommandLineBuff,
83 sizeof(guestCommandLineBuff));
115 const Addr e820MapNrPointer = realModeData + 0x1e8;
118 const Addr e820MapPointer = realModeData + 0x2d0;
132 X86FsLinuxParams::create()