Page 1 of 1
Barebones x86 library
Posted: Sat Sep 08, 2007 3:18 am
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.
Re: Barebones x86 library
Posted: Sat Sep 08, 2007 9:52 am
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.
Posted: Sat Sep 08, 2007 3:00 pm
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...
Posted: Sun Sep 09, 2007 9:03 pm
by Dex
Sounds like DexOS, as its got drivers for all them thinks
.
Posted: Sun Sep 09, 2007 9:16 pm
by Kevin McGuire
Dex is right.