The DennisOS thread

This forums is for OS project announcements including project openings, new releases, update notices, test requests, and job openings (both paying and volunteer).
Post Reply
DennisCGc

The DennisOS thread

Post by DennisCGc »

Hi there,

In the meantime, I coded on my OS as well.
Well, here's version 0.1, you can't do anything useful with it.... ::)
You can download it at:
http://www.denniscgc.nl/DennisOS

Please check it if it works for you :)

DennisCGc.
User avatar
Pype.Clicker
Member
Member
Posts: 5964
Joined: Wed Oct 18, 2006 2:31 am
Location: In a galaxy, far, far away
Contact:

Re:The DennisOS thread

Post by Pype.Clicker »

tried it on my laptop. Reports HD0 and HD1 and CPU@166MHz
after a short time, the screen blanks and the monitor looks to be turned off.

the last things it displays is "0" "16" on 2 separate lines...

laptop batteries are quite low, i'll try it again later ...
DennisCGc

Re:The DennisOS thread

Post by DennisCGc »

Pype.Clicker wrote: tried it on my laptop. Reports HD0 and HD1 and CPU@166MHz
after a short time, the screen blanks and the monitor looks to be turned off.

the last things it displays is "0" "16" on 2 separate lines...
Ah, ok.
0 and 16 are some testings from mem_alloc and mem_free :)

laptop batteries are quite low, i'll try it again later ...
Thanks for testing :), hope you'll try it again :)
User avatar
Pype.Clicker
Member
Member
Posts: 5964
Joined: Wed Oct 18, 2006 2:31 am
Location: In a galaxy, far, far away
Contact:

Re:The DennisOS thread

Post by Pype.Clicker »

fully-charged batteries didn't help. It looks like there's a "quota of interrupts" before the system gets wrong (pressing keys make it hang earlier)

Or maybe you're trying to set a video mode that isn't supported by my laptop. What should the OS do once those number have been written ?
DennisCGc

Re:The DennisOS thread

Post by DennisCGc »

Pype.Clicker wrote: Or maybe you're trying to set a video mode that isn't supported by my laptop. What should the OS do once those number have been written ?
Well, it doesn't change to any graphic mode, yet...
It should let you type something (for now).
fully-charged batteries didn't help. It looks like there's a "quota of interrupts" before the system gets wrong (pressing keys make it hang earlier)
Hmm, didn't have those problems, maybe I should make the keyboard buffer larger (since it only contains for one byte ;D )
anyway, thanks :)
User avatar
Pype.Clicker
Member
Member
Posts: 5964
Joined: Wed Oct 18, 2006 2:31 am
Location: In a galaxy, far, far away
Contact:

Re:The DennisOS thread

Post by Pype.Clicker »

is there any minimum amount of RAM you assume ? my laptop has only 48MB. Note that the problem also occurs if i don't touch any key (it only occurs later)

Could this come from some unexpected IRQ (real time clock or whatever) ? ...
DennisCGc

Re:The DennisOS thread

Post by DennisCGc »

Pype.Clicker wrote: is there any minimum amount of RAM you assume ? my laptop has only 48MB.
No, it also works on my p1, with 32 mb ;D
Note that the problem also occurs if i don't touch any key (it only occurs later)

Could this come from some unexpected IRQ (real time clock or whatever) ? ...
No, I don't think so...
What are you specs (laptop) ?
I think it's a bit weird (for me).....
Post Reply