Search found 7 matches
- Sun Aug 01, 2010 9:11 pm
- Forum: General Questions
- Topic: Outar OS
- Replies: 0
- Views: 72905
Outar OS
I need some developers for a operating system. Mail me to jonathan_2097@hotmail.com.
- Sat May 15, 2010 1:00 pm
- Forum: Beginning OS Development
- Topic: Graphics
- Replies: 12
- Views: 54816
Re: Graphics
You can use the x86emu it is simpler to implement than the v8086 mode.
- Sat May 15, 2010 12:56 pm
- Forum: Beginning OS Development
- Topic: vesa programming in pmode
- Replies: 2
- Views: 17412
Re: vesa programming in pmode
You can also implement the x86emu lib on your kernel, its more simp,e to do and not require to use a tss like v86 mode.
See my own kernel using this: http://sourceforge.net/projects/outaroper/
See my own kernel using this: http://sourceforge.net/projects/outaroper/
- Sat May 15, 2010 12:48 pm
- Forum: Advanced OS Development
- Topic: Starting OS w/o floppy
- Replies: 5
- Views: 67098
Re: Starting OS w/o floppy
You can do a network boot, see http://syslinux.zytor.com/wiki/index.php/PXELINUX/
- Sun Feb 21, 2010 2:08 pm
- Forum: Beginning OS Development
- Topic: GCC/Binutils, I want to help
- Replies: 5
- Views: 28899
The final tutorial
Mike, you must write the final tutorial for the web site. Changing the design of the tutorial. Download the base files on the attachment. First, create the subdirs: vcproj src Next, you need create a Makefile C/C++ project on the vcproj subdir. Then, on the main dir, copy the *.bat files and the dob...
- Sat Feb 20, 2010 3:34 pm
- Forum: Beginning OS Development
- Topic: GCC/Binutils, I want to help
- Replies: 5
- Views: 28899
Re: GCC/Binutils, I want to help
Yes, is this that I want.Fanael wrote:He doesn't want help, he wants to help, presumably with writing a chapter about configuring Cygwin for operating systems' development. Did I understand correctly?
- Mon Feb 15, 2010 12:35 pm
- Forum: Beginning OS Development
- Topic: GCC/Binutils, I want to help
- Replies: 5
- Views: 28899
GCC/Binutils, I want to help
I want to help with the tutorial for GCC/Binutils. Sorry for my bad english. I have an working VS 2008 Solution configured for cygwin GCC/Binutils using an simple Makefile. With you want I can write an tutorial for this, or send the code to you. Its launch bochs and I plan to atach to it with GDB 7.0.