OSDev.org

The Place to Start for Operating System Developers
It is currently Thu Mar 28, 2024 8:42 am

All times are UTC - 6 hours




Post new topic Reply to topic  [ 118 posts ]  Go to page Previous  1 ... 3, 4, 5, 6, 7, 8  Next
Author Message
 Post subject: Re: Test Beds
PostPosted: Tue Oct 25, 2011 3:24 am 
Offline
Member
Member
User avatar

Joined: Wed Oct 18, 2006 3:45 am
Posts: 9301
Location: On the balcony, where I can actually keep 1½m distance
Wrong window?

_________________
"Certainly avoid yourself. He is a newbie and might not realize it. You'll hate his code deeply a few years down the road." - Sortie
[ My OS ] [ VDisk/SFS ]


Top
 Profile  
 
 Post subject: Re: Test Beds
PostPosted: Wed Dec 28, 2011 9:12 am 
Offline
User avatar

Joined: Fri Mar 18, 2011 3:24 pm
Posts: 21
I have a Dell Inspiron 2650 as my testbed
Specs:
1.8 GHz Pentium 4
256 MB RAM
18 GB HDD

I'll just be flashing down a provided image to its HDD, so pre-beta filesystem/disk drivers are accepted


Top
 Profile  
 
 Post subject: Re: Test Beds
PostPosted: Thu Dec 29, 2011 2:59 am 
Offline
Member
Member

Joined: Wed Nov 09, 2011 2:21 am
Posts: 81
Location: Behind a keyboard located in The Netherlands
Guess it's time for me to post some info on my test beds.

I have a diverse assortment of HDD's who's storage capacity vary from 126MB to 3TB.
I have various bars of SIMM's. (30 and 72, Fast page, static column, EDO, you name it)
I have some exotic hardware some of which pertain a first attempt at 500MB storage, 4 CD jukebox in a 5.25 build format with DOS DRIVERS!

I have a AMD386 with a Cyrix FastMath coprocessor when testing 386 compatibility that is the system i use.
I have a TULIP desktop with a 486DX I use it for EISA ISA and PCI testing bed. (hardware testing)

A Unbranded 686 as a slot 1 CPU 256MB RAM, 4GB HDD main running Gentoo, secondary 120GB HDD.(Used for it's parallel port as a hub to the older systems)
AGP video slot many used with a Hercules card.

Compaq Slot7 system it currently has a pentium I CPU
Fujitsu Siemens Intel Pentium III CPU, 768MB RAM, AGP video slot.

Antiquated machines i can run software on.
Amiga 500
Amiga 500+
Atari 800XL
Nintendo Entertainment System, (security chip bypassed)
Super Nintendo Entertainment System, (security chip bypassed)

Current hobby project
1.Adding a HDD to the Amiga 500+ and a 68030 and a 68882 and sufficient RAM, bonus Goals USB, Ethernet Base100, Floppy disk header location counter track/sector.

- current state, writing software to replace Gary and add the features mentioned above.

2.Z80 Telnet terminal, build into a CRT screen.


Top
 Profile  
 
 Post subject: Re: Test Beds
PostPosted: Mon Jan 16, 2012 5:48 pm 
Offline
Member
Member
User avatar

Joined: Wed Nov 30, 2011 9:51 pm
Posts: 75
Main testbed, Compaq Armada m300, pentium III, no harddrive or CD, only floppy, 16mb RAM.
And an AST Ascentia 900N, 386, ? RAM, only floppy.

_________________
d3: virtualizing kernel in progress
https://github.com/WizardOfHaas/d3/


Top
 Profile  
 
 Post subject: Re: Test Beds
PostPosted: Mon Feb 06, 2012 6:47 am 
Offline

Joined: Wed Jan 25, 2012 10:05 am
Posts: 13
My computer:
Samsung N150, a netbook, a very good netbook 8)
CPU: intel atom dual-core 64-bit 1.
no of CPUs: 4??? At least Linux tells me it has 4 :?
RAM: 1GB

My virtual maskine:
qemu/virtualbox: I switch between them
RAM that I allow: min: 1MB, max: 512MB

My software:
OS: Linux mint 10
assembler: NASM
C compiler: GCC
debugger: kdbg
editor: gedit


Top
 Profile  
 
 Post subject: Re: Test Beds
PostPosted: Thu Feb 09, 2012 7:27 am 
Offline
Member
Member
User avatar

Joined: Sun Feb 20, 2011 2:01 pm
Posts: 110
My work computer:
quad core 1.5GHz AMD 3500
6GB RAM
1 TB HDD
Windows 7 x64 home
DVD burner
wireless
every other goodie you could ask for (includeing a webcam!)

My VM:
256MB
1GB HDD

My Ooold test computer (not even LBA BIOS!)
64 MB Ram
400Mhz Celeron
6GB hard disk
[faulty] 3.5" floppy

both the physicals are HP pavilions. the new one is a 2011 reg laptop
the old one is 1998, with Win98 SE

_________________
Whoever said you can't do OS development on Windows?
https://github.com/ChaiSoft/ChaiOS


Top
 Profile  
 
 Post subject: Re: Test Beds
PostPosted: Wed May 02, 2012 1:51 pm 
Offline
Member
Member

Joined: Sun Jun 20, 2010 1:21 pm
Posts: 127
I have one that is (kinda) working, my very FIRST computer, anybody can use just message me.

Pentium 166 with MMX technology
80MB of RAM
2.16GB hard drive (write allowed, will take a backup image to my main dev box)
ATI 264xx 3D Rage IIC (PCI)
Sound card (AZTECH logo on the main chip) (ISA)

Note that there are two cards in there that are usable, not yet sure entirely what they are, but I will check and repost.

There IS a NIC, but it is also an ISA modem, and I don't have the right cables/etc. to interface it (plus my folks aren't too overly chuffed about tying up the phone line)...

EDIT: The 'kinda' part: CMOS battery is dead. Computer still boots Win95, so should be fine. Just the timer.


Last edited by CWood on Thu May 03, 2012 4:48 am, edited 1 time in total.

Top
 Profile  
 
 Post subject: Re: Test Beds
PostPosted: Wed May 02, 2012 2:11 pm 
Offline
Member
Member
User avatar

Joined: Wed Oct 18, 2006 3:45 am
Posts: 9301
Location: On the balcony, where I can actually keep 1½m distance
CWood wrote:
VESA compatible GFX card (PCI) (3D charger mean anything to anyone?)
That would actually be a mach64-based graphics card, or specifically, an ATI 264xx 3D Rage IIC (do you want code to do hardware acceleration?)

_________________
"Certainly avoid yourself. He is a newbie and might not realize it. You'll hate his code deeply a few years down the road." - Sortie
[ My OS ] [ VDisk/SFS ]


Top
 Profile  
 
 Post subject: Re: Test Beds
PostPosted: Thu May 03, 2012 4:47 am 
Offline
Member
Member

Joined: Sun Jun 20, 2010 1:21 pm
Posts: 127
Combuster wrote:
CWood wrote:
VESA compatible GFX card (PCI) (3D charger mean anything to anyone?)
That would actually be a mach64-based graphics card, or specifically, an ATI 264xx 3D Rage IIC (do you want code to do hardware acceleration?)


I certainly did not know that! I'm impressed. Thanks for helping me identify it :D


Top
 Profile  
 
 Post subject: Re: Test Beds
PostPosted: Fri Aug 17, 2012 4:24 pm 
Offline

Joined: Sat Aug 09, 2008 5:07 pm
Posts: 23
I'm mostly interested in networking for now.

I have a lot of PCI/PCI-X/PCI express ethernet cards:
RTL8029, RTL8139, RTL8169, 3com 900b, 905, 920, .. (all boomerang types), Myson MTD803, intel 8255x and 8254x, sis900, nforce, VIA rhine, PCnet32, R6040, DEC21x4x, marvell yukon, broadcom bcm57xx.

Can be tested on a 64 bit machine if wanted, gigabit, trunking and all you want available.

I have different versions of most cards, and some double that can be traded with cards not on the list, if anyone is interested.


Top
 Profile  
 
 Post subject: Re: Test Beds
PostPosted: Sat Jun 08, 2013 12:24 pm 
Offline

Joined: Wed May 08, 2013 11:02 am
Posts: 2
On the offchance that anyone here is developing for MIPS, I use a Lemote Yeeloong netbook (currently running Debian Wheezy) as my primary computer and would love to help test out a hobby OS.

Code:
$ lspci -v
00:07.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL-8139/8139C/8139C+ (rev 10)
   Subsystem: Realtek Semiconductor Co., Ltd. RTL-8139/8139C/8139C+
   Flags: bus master, medium devsel, latency 64, IRQ 37
   I/O ports at 4000 [size=256]
   Memory at 41023000 (32-bit, non-prefetchable) [size=256]
   Expansion ROM at 41000000 [size=128K]
   Capabilities: <access denied>
   Kernel driver in use: 8139too

00:08.0 VGA compatible controller: Silicon Motion, Inc. SM712 LynxEM+ (rev b0) (prog-if 00 [VGA controller])
   Flags: bus master, 66MHz, medium devsel, latency 64, IRQ 38
   Memory at 40000000 (32-bit, non-prefetchable) [size=16M]
   Capabilities: <access denied>
   Kernel driver in use: smtcfb

00:09.0 USB controller: NEC Corporation USB (rev 44) (prog-if 10 [OHCI])
   Subsystem: NEC Corporation Hama USB 2.0 CardBus
   Flags: bus master, medium devsel, latency 64, IRQ 39
   Memory at 41020000 (32-bit, non-prefetchable) [size=4K]
   Capabilities: <access denied>
   Kernel driver in use: ohci_hcd

00:09.1 USB controller: NEC Corporation USB 2.0 (rev 05) (prog-if 20 [EHCI])
   Subsystem: NEC Corporation USB 2.0
   Flags: bus master, medium devsel, latency 64, IRQ 39
   Memory at 41023100 (32-bit, non-prefetchable) [size=256]
   Capabilities: <access denied>
   Kernel driver in use: ehci_hcd

00:0e.0 ISA bridge: Advanced Micro Devices [AMD] CS5536 [Geode companion] ISA (rev 03)
   Subsystem: Advanced Micro Devices [AMD] CS5536 [Geode companion] ISA
   Flags: fast devsel
   I/O ports at 4c70 [size=8]
   I/O ports at 4400 [size=256]
   I/O ports at 4c00 [size=64]
   I/O ports at 4800 [size=128]
   I/O ports at 4c40 [size=32]

00:0e.2 IDE interface: Advanced Micro Devices [AMD] CS5536 [Geode companion] IDE (rev 01) (prog-if 80 [Master])
   Subsystem: Advanced Micro Devices [AMD] CS5536 [Geode companion] IDE
   Flags: bus master, fast devsel, latency 64, IRQ 14
   [virtual] Memory at 000001f0 (32-bit, non-prefetchable) [size=8]
   [virtual] Memory at 000003f0 (type 3, non-prefetchable) [size=1]
   [virtual] Memory at 00000170 (32-bit, non-prefetchable) [size=8]
   [virtual] Memory at 00000370 (type 3, non-prefetchable) [size=1]
   I/O ports at 4c60 [size=16]
   Kernel driver in use: pata_amd

00:0e.3 Multimedia audio controller: Advanced Micro Devices [AMD] CS5536 [Geode companion] Audio (rev 01)
   Subsystem: Advanced Micro Devices [AMD] CS5536 [Geode companion] Audio
   Flags: bus master, fast devsel, latency 0, IRQ 9
   I/O ports at 4880 [size=128]
   Kernel driver in use: snd_cs5535audio

00:0e.4 USB controller: Advanced Micro Devices [AMD] CS5536 [Geode companion] OHC (rev 02) (prog-if 10 [OHCI])
   Subsystem: Advanced Micro Devices [AMD] CS5536 [Geode companion] OHC
   Flags: bus master, fast devsel, latency 0, IRQ 11
   Memory at 41021000 (32-bit, non-prefetchable) [size=4K]
   Kernel driver in use: ohci_hcd

00:0e.5 USB controller: Advanced Micro Devices [AMD] CS5536 [Geode companion] EHC (rev 02) (prog-if 20 [EHCI])
   Subsystem: Advanced Micro Devices [AMD] CS5536 [Geode companion] EHC
   Flags: bus master, fast devsel, latency 0, IRQ 11
   Memory at 41022000 (32-bit, non-prefetchable) [size=4K]
   Kernel driver in use: ehci_hcd


Code:
$ cat /proc/cpuinfo

system type      : lemote-yeeloong-2f-8.9inches
processor      : 0
cpu model      : ICT Loongson-2 V0.3  FPU V0.1
BogoMIPS      : 528.38
wait instruction   : yes
microsecond timers   : yes
tlb_entries      : 64
extra interrupt vector   : no
hardware watchpoint   : yes, count: 0, address/irw mask: []
ASEs implemented   :
shadow register sets   : 1
kscratch registers   : 0
core         : 0
VCED exceptions      : not available
VCEI exceptions      : not available


Code:
$ uname -a
Linux janice 3.2.0-4-loongson-2f #1 Debian 3.2.41-2+deb7u2 mips64 GNU/Linux


If I don't respond quickly on the forum, feel free to drop me an e-mail -- [email protected].


Last edited by habs on Wed Jun 18, 2014 9:06 pm, edited 1 time in total.

Top
 Profile  
 
 Post subject: Re: Test Beds
PostPosted: Mon Jun 17, 2013 9:29 pm 
Offline
Member
Member
User avatar

Joined: Fri Mar 07, 2008 5:36 pm
Posts: 2111
Location: Bucharest, Romania
The newest member of the boob family of PC's:

Mobo: ASRock Z87 Extreme6
PSU: Corsair AX760i
CPU: Intel Core i7-4770K
RAM: G.SKILL TridentX F3-1600C7D-16GTX
SDD: OCZ Vector 128GB
ODD: LG BH16NS40

If you're wondering why it has so little storage and no dedicated video card, it's because it's a special-purpose system. Either way, it's also a test bed.

_________________
"Computers in the future may weigh no more than 1.5 tons.", Popular Mechanics (1949)
[ Project UDI ]


Top
 Profile  
 
 Post subject: Re: Test Beds
PostPosted: Sat Aug 17, 2013 7:26 pm 
Offline
Member
Member

Joined: Mon Jan 31, 2011 6:07 pm
Posts: 58
12-year-old freebie PC

Intel Coppermine 1.0GHz
512 MiB DDR RAM
40GB ATA HDD
Multimedia audio controller: VIA Technologies, Inc. VT82C686 AC97 Audio Controller (rev 50)
Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8169 PCI Gigabit Ethernet Controller (rev 10)
VGA compatible controller: Trident Microsystems CyberBlade/i1 (rev 6a)

Cannot boot from USB Devices (old BIOS)

_________________
phillid - Newbie-ish operating system developer with a toy OS on the main burner


Last edited by phillid on Tue Aug 26, 2014 11:26 pm, edited 1 time in total.

Top
 Profile  
 
 Post subject: sia
PostPosted: Fri Feb 21, 2014 11:04 am 
Offline
Member
Member
User avatar

Joined: Wed Feb 19, 2014 11:10 am
Posts: 40
Code:
Summary
      Operating System
         Windows 7 Ultimate 64-bit SP1
      CPU
         Intel Pentium E5500 @ 2.80GHz   54 °C
         Wolfdale 45nm Technology
      RAM
         2.00GB Single-Channel DDR2 @ 399MHz (6-6-6-18)
      Motherboard
         ASUSTeK Computer INC. P5KPL-AM EPU (Socket 775)   39 °C
      Graphics
         SME1920N (1360x768@60Hz)
         Intel G33/G31 Express Chipset Family (ASUStek Computer Inc)
      Storage
         465GB Western Digital WDC WD5000AAKS-00E4A0 ATA Device (SATA)   42 °C
         149GB MAXTOR STM3160215AS ATA Device (SATA)   39 °C
         465GB Western Digital WDC WD5000AAKB-00H8A0 ATA Device (ATA)   44 °C
         931GB Seagate FA GoFlex Desk USB Device (USB (SATA))   41 °C
      Optical Drives
         PIONEER DVD-RW DVR-218L ATA Device
      Audio
         VIA High Definition Audio


Generated with Speccy v1.25.674

_________________
Check out my FSB Data Integrity Tester at http://fsbdit.sourceforge.net/.

Siavosh


Top
 Profile  
 
 Post subject: Re: Test Beds
PostPosted: Sat Jun 14, 2014 10:04 pm 
Offline
Member
Member
User avatar

Joined: Sun May 29, 2011 5:16 pm
Posts: 25
Location: Inside A Computer
I have an Atari 1040ST somewhere in my attic.. if anyone wants to test on it I can go find it and pull it out.

I also have some Macs (G3 + G4) and an assortment of x86 compatible devices.


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 118 posts ]  Go to page Previous  1 ... 3, 4, 5, 6, 7, 8  Next

All times are UTC - 6 hours


Who is online

Users browsing this forum: No registered users and 35 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group