help disaster
help disaster
i need help and yes i know how to make a kernal that says hello world so do lol please help i dont get howw to compile and get the system running i understand it mostly but my osiis going to be light small fast and requir at leat 200 mb hdd space and at leats 28 mb ram for text based coopy with your help i can easly make the os and gui
Re: help disaster
If you know how to make a 'hello world' kernel, then how do you not know how to compile? I guess I'm a bit confused by your issue.
Website: https://joscor.com
- Troy Martin
- Member
- Posts: 1686
- Joined: Fri Apr 18, 2008 4:40 pm
- Location: Langley, Vancouver, BC, Canada
- Contact:
Re: help disaster
And if you don't know how to compile, you don't know how to write a GUI. It's not as easy as text mode.
Re: help disaster
well the compilng part confusing i can understand how the kernal works easy peasy but i need thecompile i tried dm (digital mars) complete failure and i cant understand the ran and hdd compunucations
- Troy Martin
- Member
- Posts: 1686
- Joined: Fri Apr 18, 2008 4:40 pm
- Location: Langley, Vancouver, BC, Canada
- Contact:
Re: help disaster
Describe "complete failure" for me. Error logs?
And since you asked nicely, here's something that will help you with floppies and the FAT filesystem: FAT
And since you asked nicely, here's something that will help you with floppies and the FAT filesystem: FAT
Re: help disaster
no as in i start it uop it closes its self do to a error that i cant see because of th speed
Re: help disaster
but wait say i make a micro kernal will you guys help develop it into a normal one with gui please i will work on whith start up our names appear
Re: help disaster
I normally don't have issues understanding (obviously) non-English speakers/writers, but you are mixing things up a little too much for me.
I think you should follow the bare-bones tutorial in the wiki and complete a few steps before you start getting hyped up about a GUI and project members.
I think you should follow the bare-bones tutorial in the wiki and complete a few steps before you start getting hyped up about a GUI and project members.
Website: https://joscor.com
Re: help disaster
ok but i speak english i rush with typing lol sorry ok anyways will you help me start a bas kernal also i need visal basic 2008 to start
- Troy Martin
- Member
- Posts: 1686
- Joined: Fri Apr 18, 2008 4:40 pm
- Location: Langley, Vancouver, BC, Canada
- Contact:
Re: help disaster
Compile it from the command line, it will exit to the prompt instead of just closing the window.cotton509 wrote:no as in i start it uop it closes its self do to a error that i cant see because of th speed
A microkernel and a "normal one with gui" are different. Microkernels are kernels with all the important services running in user mode. There is no such thing as a normal kernel, all kernels are different.cotton509 wrote:but wait say i make a micro kernal will you guys help develop it into a normal one with gui please i will work on whith start up our names appear
And BTW, have you read through [wiki]Category:Babystep[/wiki] in order? Might help as well.
Writing an OS in VB is near impossible.cotton509 wrote:ok but i speak english i rush with typing lol sorry ok anyways will you help me start a bas kernal also i need visal basic 2008 to start
Re: help disaster
i meant c++ and for gui i geus sam and for file system formail on hdd i might as well use fat pr ntfs also
- Troy Martin
- Member
- Posts: 1686
- Joined: Fri Apr 18, 2008 4:40 pm
- Location: Langley, Vancouver, BC, Canada
- Contact:
Re: help disaster
NTFS uses B+ trees, so that would be real hard to implement. Start with FAT12 for floppies and work your way up.
And what's sam and how is it good for writing a GUI?
And what's sam and how is it good for writing a GUI?
Re: help disaster
I (somewhat) apologize. I re-read some of your posts and realize that your rare dialect of English blissfully neglects punctuation. Maybe slap a few dots and commas in there and things would slowly smooth over.
A: Go through the bare-bones tutorial in the Wiki.
B: Get the Intel/AMD manuals.
C: Head over to osdever.net and read the Bran's tutorial.
D: Don't plan your GUI before you plan the core essentials (memory handler, ISRs, boot sequence).
E: Don't expect people here to join your very under-developed project until it is matured.
F: Repeat until you actually understand all of that (especially the manuals).
A: Go through the bare-bones tutorial in the Wiki.
B: Get the Intel/AMD manuals.
C: Head over to osdever.net and read the Bran's tutorial.
D: Don't plan your GUI before you plan the core essentials (memory handler, ISRs, boot sequence).
E: Don't expect people here to join your very under-developed project until it is matured.
F: Repeat until you actually understand all of that (especially the manuals).
Website: https://joscor.com
Re: help disaster
i messed the spelling but here is were my source for kernal starts
http://www.superfrink.net/athenaeum/OS-FAQ/os-faq.html
http://www.scribd.com/doc/2187324/Writing-a-Kernel-in-C
http://www.superfrink.net/athenaeum/OS-FAQ/os-faq.html
ust so you dont loose me and i dont loose you so we know were we are starting
http://www.superfrink.net/athenaeum/OS-FAQ/os-faq.html
http://www.scribd.com/doc/2187324/Writing-a-Kernel-in-C
http://www.superfrink.net/athenaeum/OS-FAQ/os-faq.html
ust so you dont loose me and i dont loose you so we know were we are starting
- Troy Martin
- Member
- Posts: 1686
- Joined: Fri Apr 18, 2008 4:40 pm
- Location: Langley, Vancouver, BC, Canada
- Contact:
Re: help disaster
Intel Manuals:
http://download.intel.com/design/proces ... 253665.pdf
http://download.intel.com/design/proces ... 253666.pdf
http://download.intel.com/design/proces ... 253667.pdf
http://download.intel.com/design/proces ... 253668.pdf
http://download.intel.com/design/proces ... 253669.pdf
Total of about 20 MB.
http://download.intel.com/design/proces ... 253665.pdf
http://download.intel.com/design/proces ... 253666.pdf
http://download.intel.com/design/proces ... 253667.pdf
http://download.intel.com/design/proces ... 253668.pdf
http://download.intel.com/design/proces ... 253669.pdf
Total of about 20 MB.