OSDev.org

The Place to Start for Operating System Developers
It is currently Thu Mar 28, 2024 6:30 pm

All times are UTC - 6 hours




Post new topic Reply to topic  [ 5 posts ] 
Author Message
 Post subject: YaOS - 0.001
PostPosted: Thu Apr 14, 2005 7:01 am 
My OS is available at

www.yaos.biz


Top
  
 
 Post subject: Re:YaOS - 0.001
PostPosted: Thu Apr 14, 2005 7:22 am 
Offline
Member
Member

Joined: Wed Oct 18, 2006 11:59 am
Posts: 1600
Location: Vienna/Austria
salut, drugstore!

Have looked throu your src-code. First: you don't need cli/sti in your isr stubs. the cpu does that for you upon entering the isr.

your struct task_t you may extend by some pointers for linked list management. say "struct task *g_next" for lining them up globally and "struct task *q_next" for lining them up in any ready, blocking or sleeping queue.


btw: do you have some bootable floppy image on your site? ;)

_________________
... the osdever formerly known as beyond infinity ...
BlueillusionOS iso image


Top
 Profile  
 
 Post subject: Re:YaOS - 0.001
PostPosted: Thu Apr 14, 2005 7:29 am 
I'm actually just literaly starting task management so thats why :P

But thanks for the isr tip


Top
  
 
 Post subject: Re:YaOS - 0.001
PostPosted: Thu Apr 14, 2005 2:27 pm 
OK i've made a bochs compatible image available on the site. The bochsrc file is in the source code file.

I've already made a lot of changes to the OS, i'll make a new version available soon.


Top
  
 
 Post subject: Re:YaOS - 0.001
PostPosted: Fri Apr 15, 2005 6:57 am 
Offline
Member
Member
User avatar

Joined: Wed Oct 18, 2006 2:31 am
Posts: 5964
Location: In a galaxy, far, far away
hum. a bit of googling before registering a new domainname could have been helpful. Among other things, you might have noticed that "YaOS" is atleast already taken for Yet Another OS/2 Shell ...

btw, i get strange complaints about the system being unable to boot from CDROM when running it in Qemu.

[small]got it working on Bochs[/small]

display ends with "Initialising kmalloc(), 0x2f6f92 of free kernel memory

switching to other VTY seems simply to blank the screen ...

_________________
Image May the source be with you.


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 5 posts ] 

All times are UTC - 6 hours


Who is online

Users browsing this forum: No registered users and 24 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group