OSDev.org

The Place to Start for Operating System Developers
It is currently Fri Mar 29, 2024 2:05 am

All times are UTC - 6 hours




Post new topic Reply to topic  [ 22 posts ]  Go to page Previous  1, 2
Author Message
 Post subject: Re: What hardware does your OS support?
PostPosted: Tue Aug 30, 2016 7:13 pm 
Offline
Member
Member

Joined: Wed Dec 25, 2013 11:51 am
Posts: 45
Currently my kernel works with
  • Raspberry Pi 1 Model B (ARMv6, single-core, 700MHz, 512MB RAM)
  • Raspberry Pi 3 Model B (ARMv8, quad-core, 1.2GHz, 1GB RAM)
However it should run on almost all Raspberry Pi boards :)

_________________
Machina - https://github.com/brunexgeek/machina


Top
 Profile  
 
 Post subject: Re: What hardware does your OS support?
PostPosted: Wed Aug 31, 2016 3:07 am 
Offline
Member
Member
User avatar

Joined: Fri Apr 03, 2015 9:41 am
Posts: 492
U365 supports:

* ATA/ATAPI read/write;
* PS/2 keyboard and mouse;
* VBE 1024x768x32 (by GRUB);
* Up to 4GB of RAM;
* ACPI, but it doesn't work :lol:;
* RTC and PIT;
* WIP preemptive multitasking.

_________________
Developing U365.
Source:
only testing: http://gitlab.com/bps-projs/U365/tree/testing

OSDev newbies can copy any code from my repositories, just leave a notice that this code was written by U365 development team, not by you.


Top
 Profile  
 
 Post subject: Re: What hardware does your OS support?
PostPosted: Wed Aug 31, 2016 4:07 am 
Offline
Member
Member

Joined: Thu May 06, 2010 4:34 am
Posts: 116
Location: Leiden, The Netherlands
My kernel supports:

Architectures:
  • x86 (32 bit)
  • ARMv7

Drivers:
  • PIT Counter
  • PIC Interrupt controller
  • PCI Bus
  • PCI ATA ( With DMA )
  • 16550 UART
  • Generic multiboot supplied framebuffer
  • PS/2 Keyboard
  • PS/2 Mouse
  • OMAP3430 General purpose timer
  • OMAP3430 Interrupt controller
  • OMAP3430 Framebuffer

Which amounts to the following systems: Generic x86 systems, the Nokia N900 and the original Beagleboard.

_________________
posnk ( a simple unix clone )
twitter profile - security research, die shots and IC reverse engineering, low level stuff


Top
 Profile  
 
 Post subject: Re: What hardware does your OS support?
PostPosted: Wed Aug 31, 2016 2:09 pm 
Offline
Member
Member
User avatar

Joined: Mon Jun 15, 2009 10:01 am
Posts: 311
Location: France
Obsidian OS supports:
- x86 CPU (32-bit) with SSE2 instructions
- Multiprocessing
- ACPI
- APIC (I/O and timer, no PIC, no PIT)
- SmBIOS
- PCI bus
- PS/2 keyboard and mouse
- Serial-ATA devices (AHCI, no IDE emulation)
- VBE-compatible video card (24-bit and 32-bit modes supported)

Planned support:
- 64-bit version.
- USB (keyboards, mices, sticks...)
- ATAPI devices on AHCI.
- Network cards
- Sounds cards (SB16, AC97)

_________________
"Open source seems to embrace the dark side of human nature." - Ville Turjanmaa


Top
 Profile  
 
 Post subject: Re: What hardware does your OS support?
PostPosted: Wed Nov 22, 2017 9:00 pm 
Offline
Member
Member
User avatar

Joined: Sun Feb 20, 2011 2:01 pm
Posts: 110
Currently, I'm in the very early stages, but here's my support design goals:
Architecture:
* x86 (SSE2+)
* x86-64
* ARM - Raspberry Pi
* ARM64 - RPI
I only have the Pi for ARM tests, but if I can do that it should be fairly portable as a whole.

Features:
* AVX support
* AVX-512 support
* Much more to come!

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


Top
 Profile  
 
 Post subject: Re: What hardware does your OS support?
PostPosted: Thu Nov 23, 2017 11:05 am 
Offline
Member
Member

Joined: Tue May 13, 2014 3:02 am
Posts: 280
Location: Private, UK
Currently:

* i686 (32-bit) CPU, including x87, MMX, SSE, etc.
* ATA hard drives
* ATAPI optical drives
* PS/2 (compatible) keyboard/mouse
* Up to 4GB RAM (tested 16MB - 4GB)
* VGA (compatible) graphics + VBE support

Planned (near future):

* "Native" (2D framebuffer) support for Intel, AMD, NVidia and "BGA" (Qemu/Bochs/VirtualBox) graphics.
* USB (HID and MSD)
* Possibly PAE for >4GB RAM
* As yet undecided selection of NICs

Seeing as re-writing my driver layer is next on my to-do list, much of this is not fully decided.

_________________
Image


Top
 Profile  
 
 Post subject: Re: What hardware does your OS support?
PostPosted: Fri Nov 24, 2017 12:05 pm 
Offline
Member
Member

Joined: Wed Oct 26, 2011 12:00 pm
Posts: 202
Implemented drivers for MollenOS currently are (EHCI is not fully featured yet, no support for transaction translators or isochronous transfers yet):

- AHCI
- ACPICA
- MFS (my own file-system)
- HPET
- USB Stack (OHCI, UHCI, EHCI)
- USB MSD
- USB HID
- (x86) PCI/PCIe
- (x86) CMOS
- (x86) PIT
- (x86) RTC
- (x86) PS2 Mouse & Keyboard
- (x86) APIC

_________________
mollenos | gracht (protocol library) | vioarr (window-manager) | bake (package manager)


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 22 posts ]  Go to page Previous  1, 2

All times are UTC - 6 hours


Who is online

Users browsing this forum: Bing [Bot], Majestic-12 [Bot] and 174 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