Please help

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
MIKEJR
Posts: 1
Joined: Sat Feb 11, 2006 12:00 am

Please help

Post by MIKEJR »

I am entering into a Science fair here in my area and I am entering my own OS. I have located a system that I like. It is called Meneut. The site is http://www.menuetos.net/screens.html . I only have ONE problem. I dont want anything related to Meneut to be on the system. I want to totally refresh the whole OS with my name and everything
User avatar
carbonBased
Member
Member
Posts: 382
Joined: Sat Nov 20, 2004 12:00 am
Location: Wellesley, Ontario, Canada
Contact:

Re: Please help

Post by carbonBased »

Are you trying to suggest you want to put your name on MenuetOS and claim you wrote it?

--Jeff
digo_rp
Member
Member
Posts: 233
Joined: Sun Jun 05, 2005 11:00 pm

Re: Please help

Post by digo_rp »

try to learn how those people do things. If I understood right, you cannot do that... try some sources on web. it's hard to programming an O.S but it's amazing when you got things working well like step-by-step, first gdt-idt-memory management. multitasking,
fat12 anything. isn't peasure you copy somebody's source code and say that is yours, man please if I understood you wrong, forgive me.... :)
User avatar
bubach
Member
Member
Posts: 1223
Joined: Sat Oct 23, 2004 11:00 pm
Location: Sweden
Contact:

Re: Please help

Post by bubach »

you did misundertsnad him, he wrote that he wants to rewrite the OS, without using it's code..
"Simplicity is the ultimate sophistication."
http://bos.asmhackers.net/ - GitHub
User avatar
carbonBased
Member
Member
Posts: 382
Joined: Sat Nov 20, 2004 12:00 am
Location: Wellesley, Ontario, Canada
Contact:

Re: Please help

Post by carbonBased »

In this case, unfortunately, the best way to learn about the OS is probably not the best for your purposes (namely, reading the source code).

Otherwise, I'd suggesting doing like everyone else on this board does -- research as many OSs and OS Designs as possible, learn all the different techniques used for multitasking, memory management, timers, etc, etc, and decide upon how you want to write your OS.

However, given that you apparently plan to enter this into a science fair, I seriously doubt you've given yourself enough time... developing an OS takes years, especially if by only one person. It's not an easy task.

Cheers,
Jeff
User avatar
JAAman
Member
Member
Posts: 879
Joined: Wed Oct 27, 2004 11:00 pm
Location: WA

Re: Please help

Post by JAAman »

examining the source for learning, will be especially difficult within the time frame since minuet is written in entirely in ASM, (which is more difficult to read -- especially if you are unfamilier with it)
Post Reply