What can i do?

Question about which tools to use, bugs, the best way to implement a function, etc should go here. Don't forget to see if your question is answered in the wiki first! When in doubt post here.
Post Reply
OdnetninI
Posts: 6
Joined: Sun Jan 15, 2012 3:41 pm

What can i do?

Post by OdnetninI »

Hi,
I'm triying to do a very simply operating system, but i have:
- The boot wiht grub
- the control of the text mode 80*25 monitor
- The control of GDT and IDT
- The control of interruptions and pit
- A english keyboard

How can I put the spanish keyboard?
How can i put a iso grub? I'm working with floppy disk
What can i do to continue wiht the system?

Thank you, sorry for my english :(
User avatar
Solar
Member
Member
Posts: 7615
Joined: Thu Nov 16, 2006 12:01 pm
Location: Germany
Contact:

Re: What can i do?

Post by Solar »

OdnetninI wrote:How can I put the spanish keyboard?
PS2 Keyboard
How can i put a iso grub? I'm working with floppy disk
GRUB
What can i do to continue wiht the system?
What order should I make things in
Beginner Mistakes
How To Ask Questions
Thank you, sorry for my english :(
Getting Started, section "Required Knowledge".
Every good solution is obvious once you've found it.
OdnetninI
Posts: 6
Joined: Sun Jan 15, 2012 3:41 pm

Re: What can i do?

Post by OdnetninI »

Thank you, i do the grub iso and keyboard, i'm goind to start with heap
User avatar
brain
Member
Member
Posts: 234
Joined: Thu Nov 05, 2009 5:04 pm
Location: UK
Contact:

Re: What can i do?

Post by brain »

Are you using a tutorial by any chance?
OdnetninI
Posts: 6
Joined: Sun Jan 15, 2012 3:41 pm

Re: What can i do?

Post by OdnetninI »

to gdt, idt, irq
yes,
the others no
why do you make the question?
OdnetninI
Posts: 6
Joined: Sun Jan 15, 2012 3:41 pm

Re: What can i do?

Post by OdnetninI »

it's posible, but I'm making all another only with osdev information and my knowledge
User avatar
Solar
Member
Member
Posts: 7615
Joined: Thu Nov 16, 2006 12:01 pm
Location: Germany
Contact:

Re: What can i do?

Post by Solar »

OdnetninI wrote:it's posible, but I'm making all another only with osdev information and my knowledge
*Sigh*

Quoting from a link I posted earlier in this thread:
Getting Started / Required Knowledge wrote: If you think you can skip this, it's probably just for you.

Writing an OS is not a beginner's task. In fact, writing an OS is usually considered the most difficult programming task. You will need above-average programming skills before considering a project like this. Failure to comply will make you look silly.

Some things you will need to know are:
  • [...]
  • Language and Vocabulary: You need to be able to read and write (technical) English at a competent level. Virtually all technical documentation is in English, and most of the resources you could find on the web (like this Wiki and the forum) are, also. Using incorrect terminology will make you look foolish and confuse the people willing to help you.
  • [...]
  • Toolchain: You must know the behavioral details of your compiler, assembler, linker, and make utility. You should have the documentation of the tools you use at hand, and refer to them before asking the community. Rest assured that any possible beginner's question about GCC, GNU as, NASM, GNU ld, and GRUB has been answered twice over. Search before you ask.
  • [...]
Actually, I will add another bullet point just now to cover your specific plight...
Every good solution is obvious once you've found it.
CrypticalCode0
Member
Member
Posts: 81
Joined: Wed Nov 09, 2011 2:21 am
Location: Behind a keyboard located in The Netherlands

Re: What can i do?

Post by CrypticalCode0 »

I think hitting the books is a good start of point
Post Reply