Author Topic: KnightOS  (Read 188340 times)

0 Members and 1 Guest are viewing this topic.

Offline Eeems

  • Mr. Dictator
  • Administrator
  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 6265
  • Rating: +318/-36
  • little oof
    • View Profile
    • Eeems
Re: KnightOS
« Reply #330 on: October 26, 2010, 09:21:58 pm »
ah ok lol, wait, this part?
Code: [Select]
;call UnlockFlash
;ld a, 0h
;ld hl, 0h
;call WriteFlashByte
;call LockFlash
It's already commented out
/e

SirCmpwn

  • Guest
Re: KnightOS
« Reply #331 on: October 26, 2010, 09:23:15 pm »
Weird... Try commenting out all the lcalls in bootprogram.asm

Offline Eeems

  • Mr. Dictator
  • Administrator
  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 6265
  • Rating: +318/-36
  • little oof
    • View Profile
    • Eeems
Re: KnightOS
« Reply #332 on: October 26, 2010, 09:25:27 pm »
ok I will
EDIT: still doesn't work
« Last Edit: October 26, 2010, 09:33:53 pm by Eeems »
/e

Offline DJ Omnimaga

  • Clacualters are teh gr33t
  • CoT Emeritus
  • LV15 Omnimagician (Next: --)
  • *
  • Posts: 55942
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
Re: KnightOS
« Reply #333 on: October 27, 2010, 02:32:39 am »
I like this OS SO much!
First I didnt realize that it was a real OS, but it is! going to install this when it is finished!
Sweet!  My one concern about this is that people will look at it and say how cool it is, or how much they like it, but no one will actually install and use it.
Yeah my concern is people who need their calc for school. You or someone else will definitively have to come with some minimal school requirement math tools for them. Personally I'm certain to put it on my calc when it comes out. It will be even greater if I can play games or develop on it, though :)
HDMI through the link port has already been implemented, and a zero-loss compression algorithm has been created that can fit the entire Star Wars series on the TI-83+ in HD has been implemented. :P
inb4 school ban due to pr0n
Now active at https://discord.gg/cuZcfcF (CodeWalrus server)

Offline aeTIos

  • Nonbinary computing specialist
  • LV12 Extreme Poster (Next: 5000)
  • ************
  • Posts: 3915
  • Rating: +184/-32
    • View Profile
    • wank.party
Re: KnightOS
« Reply #334 on: October 27, 2010, 06:35:47 am »
I like this OS SO much!
First I didnt realize that it was a real OS, but it is! going to install this when it is finished!
Sweet!  My one concern about this is that people will look at it and say how cool it is, or how much they like it, but no one will actually install and use it.
Yeah my concern is people who need their calc for school. You or someone else will definitively have to come with some minimal school requirement math tools for them. Personally I'm certain to put it on my calc when it comes out. It will be even greater if I can play games or develop on it, though :)
isnt a math suite implented?
is saw that in this topic: http://ourl.ca/6609
if that is equally functional as TI-OS's 'math suite' then i'll install it certainly... So dont worry SirCmpwn!

I'm not a nerd but I pretend:

SirCmpwn

  • Guest
Re: KnightOS
« Reply #335 on: October 27, 2010, 10:01:05 am »
*will be implemented

Offline Eeems

  • Mr. Dictator
  • Administrator
  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 6265
  • Rating: +318/-36
  • little oof
    • View Profile
    • Eeems
Re: KnightOS
« Reply #336 on: October 27, 2010, 11:21:58 am »
I've found a few issues with the keyboard driver, why are there 8X keys? They should not jump that far x.x
Code: [Select]
gs_keygroups:
db 0feh, 0fdh, 0fbh, 0f7h, 0efh, 0dfh, 0bfh
gs_keygroup1:
db 01h, 02h, 03h, 04h, 00h, 00h, 00h, 00h
gs_keygroup2:
db 09h, 0Ah, 0Bh, 0Ch, 0Dh, 0Eh, 0Fh, 00h
gs_keygroup3:
db 8Ch, 12h, 13h, 14h, 15h, 16h, 17h, 00h
gs_keygroup4:
db 8Dh, 1Ah, 1Bh, 1Ch, 1Dh, 1Eh, 1Fh, 20h
gs_keygroup5:
db 21h, 22h, 23h, 24h, 25h, 26h, 27h, 28h
gs_keygroup6:
db 00h, 2Ah, 2Bh, 2Ch, 2Dh, 2Eh, 2Fh, 30h
gs_keygroup7:
db 31h, 32h, 33h, 34h, 35h, 36h, 37h, 38h
These are the [.] and [(-)] keys, so it makes things a little hard for how I do key input on my console. I'm going to change them to the appropriate hex, and hopefully you do too :P
/e

SirCmpwn

  • Guest
Re: KnightOS
« Reply #337 on: October 27, 2010, 04:40:00 pm »
Okay, go ahead and post the working version if you fix it.  I just copied someone else's routine.

Offline Eeems

  • Mr. Dictator
  • Administrator
  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 6265
  • Rating: +318/-36
  • little oof
    • View Profile
    • Eeems
Re: KnightOS
« Reply #338 on: October 27, 2010, 07:43:41 pm »
Sure i will. Ill post an updated keys.inc too
/e

Offline Broseph Radson

  • LV5 Advanced (Next: 300)
  • *****
  • Posts: 295
  • Rating: +20/-1
  • Its 0x1A4 somewhere
    • View Profile
Re: KnightOS
« Reply #339 on: October 27, 2010, 09:37:03 pm »
I only have 1 calc (84+ 2.43) but I'm done with math for the rest of high school so when its done ill definitely install. This is truly epic!

SirCmpwn

  • Guest
Re: KnightOS
« Reply #340 on: October 27, 2010, 11:12:24 pm »
Glad to hear!

Offline DJ Omnimaga

  • Clacualters are teh gr33t
  • CoT Emeritus
  • LV15 Omnimagician (Next: --)
  • *
  • Posts: 55942
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
Re: KnightOS
« Reply #341 on: October 27, 2010, 11:22:20 pm »
I like this OS SO much!
First I didnt realize that it was a real OS, but it is! going to install this when it is finished!
Sweet!  My one concern about this is that people will look at it and say how cool it is, or how much they like it, but no one will actually install and use it.
Yeah my concern is people who need their calc for school. You or someone else will definitively have to come with some minimal school requirement math tools for them. Personally I'm certain to put it on my calc when it comes out. It will be even greater if I can play games or develop on it, though :)
isnt a math suite implented?
is saw that in this topic: http://ourl.ca/6609
if that is equally functional as TI-OS's 'math suite' then i'll install it certainly... So dont worry SirCmpwn!


Yeah I kinda forgot if it was gonna be implemented or not. Hopefully it's complete enough to suit high school needs. Who knows? Maybe schools will recommend that OS if the math tools are much better and faster than the default OS, lol. :P
Now active at https://discord.gg/cuZcfcF (CodeWalrus server)

SirCmpwn

  • Guest
Re: KnightOS
« Reply #342 on: October 27, 2010, 11:23:24 pm »
I don't know about faster, with multitasking, but definitely better and more efficient, seeing as you can use several at a time.

Offline DJ Omnimaga

  • Clacualters are teh gr33t
  • CoT Emeritus
  • LV15 Omnimagician (Next: --)
  • *
  • Posts: 55942
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
Re: KnightOS
« Reply #343 on: October 27, 2010, 11:25:04 pm »
Well, for some reasons I am confident that stuff like graphing will be much faster than TI's stuff. Just by your graphing demo somewhere on the forums. Of course multitasking could slow it down as you say, though.
Now active at https://discord.gg/cuZcfcF (CodeWalrus server)

SirCmpwn

  • Guest
Re: KnightOS
« Reply #344 on: October 27, 2010, 11:26:27 pm »
Well, graphing will be faster.  TIOS takes it from Order of Operations and puts it out of Order of Operations to calculate it every single frame.  KOS will take it out of OOO, and leave it that way until it's done.