Options.py (8956:1df031399919) Options.py (8976:73b178a5d564)
1# Copyright (c) 2006-2008 The Regents of The University of Michigan
2# All rights reserved.
3#
4# Redistribution and use in source and binary forms, with or without
5# modification, are permitted provided that the following conditions are
6# met: redistributions of source code must retain the above copyright
7# notice, this list of conditions and the following disclaimer;
8# redistributions in binary form must reproduce the above copyright

--- 164 unchanged lines hidden (view full) ---

173 "ethernet traffic")
174
175 # Disk Image Options
176 parser.add_option("--disk-image", action="store", type="string", default=None,
177 help="Path to the disk image to use.")
178
179 # Memory Size Options
180 parser.add_option("--mem-size", action="store", type="string", default=None,
1# Copyright (c) 2006-2008 The Regents of The University of Michigan
2# All rights reserved.
3#
4# Redistribution and use in source and binary forms, with or without
5# modification, are permitted provided that the following conditions are
6# met: redistributions of source code must retain the above copyright
7# notice, this list of conditions and the following disclaimer;
8# redistributions in binary form must reproduce the above copyright

--- 164 unchanged lines hidden (view full) ---

173 "ethernet traffic")
174
175 # Disk Image Options
176 parser.add_option("--disk-image", action="store", type="string", default=None,
177 help="Path to the disk image to use.")
178
179 # Memory Size Options
180 parser.add_option("--mem-size", action="store", type="string", default=None,
181 help="Path to the disk image to use.")
181 help="Specify the physical memory size (single memory)")