Barebones x86 library

Programming, for all ages and all languages.
Post Reply
User avatar
AndrewAPrice
Member
Member
Posts: 2299
Joined: Mon Jun 05, 2006 11:00 pm
Location: USA (and Australia)

Barebones x86 library

Post by AndrewAPrice »

What do people think of a barebones x86 library? Buy this I mean a library which can handle audio, network, file systems, video and runs directly on the hardware without any underlying OS. You'd probably need a bootloader like GRUB so you programs can be larger than 512 bytes.
My OS is Perception.
User avatar
Candy
Member
Member
Posts: 3882
Joined: Tue Oct 17, 2006 11:33 pm
Location: Eindhoven

Re: Barebones x86 library

Post by Candy »

MessiahAndrw wrote:What do people think of a barebones x86 library? Buy this I mean a library which can handle audio, network, file systems, video and runs directly on the hardware without any underlying OS. You'd probably need a bootloader like GRUB so you programs can be larger than 512 bytes.
Sounds like any other RTOS setup.
earlz
Member
Member
Posts: 1546
Joined: Thu Jul 07, 2005 11:00 pm
Contact:

Post by earlz »

I think it should only be able to handle simple devices...with network, there is too broad of a range...but something that could do CPU stuff for you(like loading GDT and TSS and such..without inline asm) and something that could do VGA/SVGA/VBE graphics would be pretty cool too...

Simple harddrive(ATA and SATA) and other drives(USB mass storage devices, floppies, and cd-rom) would be really cool...
User avatar
Dex
Member
Member
Posts: 1444
Joined: Fri Jan 27, 2006 12:00 am
Contact:

Post by Dex »

Sounds like DexOS, as its got drivers for all them thinks :wink: .
User avatar
Kevin McGuire
Member
Member
Posts: 843
Joined: Tue Nov 09, 2004 12:00 am
Location: United States
Contact:

Post by Kevin McGuire »

Dex is right. :P
Post Reply