Qbasicnews.com
Kernel for Qbasic - Printable Version

+- Qbasicnews.com (http://qbasicnews.com/newforum)
+-- Forum: General (http://qbasicnews.com/newforum/forum-6.html)
+--- Forum: General/Misc (http://qbasicnews.com/newforum/forum-18.html)
+--- Thread: Kernel for Qbasic (/thread-9993.html)



Kernel for Qbasic - Karelius - 05-30-2007

is it possible to create a kernel in qbasic?


Kernel for Qbasic - Skyler - 05-30-2007

Like a Linux kernel? No.


Kernel for Qbasic - Z!re - 06-05-2007

Quote:Like a Linux kernel? No.
Yes it is, you just have to make a low level library to enable all the calls.


Kernel for Qbasic - Skyler - 06-05-2007

You have to have something to run a DOS executable on. In that case, the executable becomes the Gui.


Kernel for Qbasic - Z!re - 06-10-2007

Quote:You have to have something to run a DOS executable on. In that case, the executable becomes the Gui.
No.


Kernel for Qbasic - Dr_Davenstein - 06-10-2007

Popcorn kernels? :normal:


Kernel for Qbasic - Skyler - 06-10-2007

No, Davenstein, haven't you ever heard of the "kernel of truth"?


Kernel for Qbasic - Dr_Davenstein - 06-13-2007

Colonel Sanders! :kiss:


Kernel for Qbasic - wallace - 06-15-2007

I agree with Skyler. Qbasic is too high level to write a kernel. Kernels are almost exclusively written in C and ASM. Right?

Also, there are protected processor commands that Qbasic can't access.