Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Writing A Kernel
Name: tImmaY Date: September 11, 2004 at 09:14:55 Pacific OS: Windows XP Home SP1 CPU/Ram: AMD Athlon XP 2400+ / 512
Comment:
Exactly how difficult would it be to write a kernel say for a TI-83+ that would be useable in Windows in C++? Also, would there be a better language to write it in? Thanks ::tim
Name: Sord Date: September 11, 2004 at 14:26:26 Pacific
Reply:
"that would be useable in Windows" If you write a kernel for the TI-83+ (which won't work unless you have some way of overriting everything on the 83+ and I don't just mean the programs on there) it will not work on Windows.
A kernel is the heart of an operating system which controls all of the hardware in your system.
Also, the 83+ only has an assembler for it, therefore C++ or even C will not work.
0
Response Number 2
Name: BlueRaja Date: September 11, 2004 at 22:15:27 Pacific
Reply:
1. I believe he means shell. 2. The TI-83 uses a Z80 processor; it would not be possible to make it compatable with Windows (which *typically* uses an x86 processor, completely different interrupts, and different core functions). 3. I do happen to remember a group of people writing a C compiler for the Z80 calculators that runs on Windows...I used it once, it was a POS (at least, it didn't work for my TI-85). 4. If you don't already know how to write a shell (nevertheless what language to use...), then it's WAY beyond your scope.
Summary: I have been having some problems lately... I am writing my own opensource OS called Ness in C. I have a multiboot ELF kernel that boots up :-), turns on XMS, prints some stuff to the screen, and halts...
Summary: I am trying to learn C++, I was given this program to write out. I will type this exactly what was given to me: "Write a program to read a student's school id number, his old GPA(grade point average)...
Summary: I am a student (in Vietnam) who is learing DOS Programming Windows 16 bit and 32 bit. I have an exercise which is written by Assembly code "write a program to Undelete files as DOS command".It is so d...