FSConfig.py (5323:75f7e6366a41) FSConfig.py (5330:a1db38b0d8e8)
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

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

179
180 # Serial port and console
181 self.console = SimConsole()
182 self.com_1 = Uart8250()
183 self.com_1.pio_addr = x86IOAddress(0x3f8)
184 self.com_1.pio = self.iobus.port
185 self.com_1.sim_console = self.console
186
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

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

179
180 # Serial port and console
181 self.console = SimConsole()
182 self.com_1 = Uart8250()
183 self.com_1.pio_addr = x86IOAddress(0x3f8)
184 self.com_1.pio = self.iobus.port
185 self.com_1.sim_console = self.console
186
187 # Command line
188 self.boot_osflags = 'earlyprintk=ttyS0'
189
187 # Platform
188 self.opteron = Opteron()
189
190 self.intrctrl = IntrControl()
191
192 return self
193
194

--- 83 unchanged lines hidden ---
190 # Platform
191 self.opteron = Opteron()
192
193 self.intrctrl = IntrControl()
194
195 return self
196
197

--- 83 unchanged lines hidden ---