A Simple Kernel using JLOC and C/C++

Question about which tools to use, bugs, the best way to implement a function, etc should go here. Don't forget to see if your question is answered in the wiki first! When in doubt post here.
Post Reply
soilwork

A Simple Kernel using JLOC and C/C++

Post by soilwork »

Well, I need help.

something that will output a character or something on the screen...

I want to try it with borland c++ builder compiller and watcom C++

the hard part is that I need an simple example of using JLOC

PLEASE SOMEONE HELP ME

and I dont want to use DJGPP thats why Im trying to use JLOC

I used ELINK but somethhing didnt go well with either compiller as the result was the output of 2 characters:

"on" but the 'n' was as high as a capital letter

I dont know why this happened but I am blaming it on the linker as both compillers did the same, but the computer did not reboot and it did actually output somehting on the screen(just not the right thing)

thanks a lot

again PLEASE HELP
soilwork

Re:A Simple Kernel using JLOC and C/C++

Post by soilwork »

bump
soilwork

Re:A Simple Kernel using JLOC and C/C++

Post by soilwork »

bump, please, anyone
Slasher

Re:A Simple Kernel using JLOC and C/C++

Post by Slasher »

Tell us what you did in your code and how you linked with jloc and elink!!! we can't help BLINDFOLDED!! :(
So the more we know the easier it is ;D
soilwork

Re:A Simple Kernel using JLOC and C/C++

Post by soilwork »

I couldnt use JLOC as I cant figgure out how to use it

and the kernel just printed a char on the screen.. used several algorythms(inline asm)... everyhting.. many examples, combinations, my own and the result was teh same

but what I want is as i said a kernel that prints a char that will work if compiled with an ANSI C++ compiller and linked with JLOC I guess as there is no other linker that does flat binnary and accepts 32 bit obj's

later
dori

Re:A Simple Kernel using JLOC and C/C++

Post by dori »

bump

this is what i need most, people,

any experience that you share would be helpful so pleast

thanks again

so give me a JLOC script that will just compile a simple file that just outputs a character or word on the screen

thanks
User avatar
Pype.Clicker
Member
Member
Posts: 5964
Joined: Wed Oct 18, 2006 2:31 am
Location: In a galaxy, far, far away
Contact:

Re:A Simple Kernel using JLOC and C/C++

Post by Pype.Clicker »

sorry, it seems that most ppl around here don't use JLOC and the expensive Borland suite, but rather DjGpp or GNU tools :-/
soilwork

Re:A Simple Kernel using JLOC and C/C++

Post by soilwork »

The BCC32 5.5 compiller is FREE
Post Reply