This forums is for OS project announcements including project openings, new releases, update notices, test requests, and job openings (both paying and volunteer).
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
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 ...
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
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) ? ...