Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
I used a bit earlier model when I was in school. I fucking coded most of math exams on it. So I had answer, then finding mathematical solution was easy.
For probability and statistics, it was just “cheat code” letting me use that during exam. -
Parzi88335y@Root standard TI-83 has a small amount of this, mainly the NX and flash protection/unlocking.
-
Root825995y
-
Root825995y@Parzi That sounds vaguely familiar. I can't check, though; my 83 died years and years ago 🙁
-
Parzi88335yfun fact: they're stupid bitches and all of this is pointless as i can unlock flash and protected everything by overwriting a pointer in RAM (because you should always put an important pointer, jumped to from the ring 0 equivalent, in unprotected RAM)
TIL that TI has no goddamn chill
Texas Instruments released the TI-83+ calculator model in 1996. The Z80 was not at all stock and has the following features:
- 3 access levels (priveleged kernel, kernel, user)
- Locking Flash (R/O when locked for most pages, some pages protected and unreadable as well, only unlockable from protected Flash pages by reading a certain order of bits then setting a port)
- Locking hardware ports (lock state always the same as flash)
- Customizable execution whitelist range (via locked ports)
- Configurable hardware (Flash/RAM size changeable in software via locked ports, max RAM is 8MB which is fucking mental compared to the 64k in the thing)
- Userland virtualization (always-on)
- Reset on violation of security model
- Multithreading
- Software-overclockable CPU
- Hardware MD5 and cert handling
TI made a calculator in 1996 with security features PCs wouldn't see until like 2010 what the *actual* fuck
rant