raphydaphy / Q-Operating-System

Q OS is a versatile operating system designed with the new features of 64 bit "long mode" CPU's in mind that focuses on making everything as simple as possible for the end user
http://q-os.tech
GNU Lesser General Public License v3.0
151 stars 42 forks source link

test -y does not return the current year #317

Closed plankp closed 8 years ago

plankp commented 8 years ago

It has to return 2015 (or 2016 now). But it doesn't. It returns 4000 on my QEMU session

ayan312002 commented 8 years ago

Can you tell me the file name in which function getTime is located.. maybe i can look

plankp commented 8 years ago

It should be in the math.c file

ayan312002 commented 8 years ago

Thanks.. I will look out but I think time related functions should be in timer class right?? Still I will look..

plankp commented 8 years ago

(Its not)

plankp commented 8 years ago

(I know.... The timer is in charge of the ticks generated by the PIT)

ayan312002 commented 8 years ago

Yep let me check in few time.. Is raph inactive now?? can't see his release..

plankp commented 8 years ago

He's working on some other stuff

plankp commented 8 years ago

Also I just realized that the current year is hard coded as 2015... lol

ayan312002 commented 8 years ago

Lol I forgot to look will check in some time..

plankp commented 8 years ago

This issue has been fixed after the PR. Closing Issue!