Building QB OS

Please use this Board for QBasic related requests ( file research, programming, etc.)

Moderators: Administrator, Global Moderator

Post Reply
ScotCompMan
Newbie
Posts: 6
Joined: Mon Sep 02, 2002 3:56 am
Location: Berlin, NY
Contact:

Building QB OS

Post by ScotCompMan »

I was just looking for some tips on how I could go about building an OS in QB
DOS Programing Will Last Forever!!
Guest

Re: Building QB OS

Post by Guest »

Hi,
   Os can be built only using Machine Code. A Compiler can be built using Qb but it can only interpret Pseudo-Code. ie. Our program has to implement the code. I would like to try that. I want some help. If anybody is interested please E-mail me.-'evanssam11@Hotmail.com'
Jehovah
Jr. Member
Posts: 24
Joined: Tue Oct 29, 2002 10:54 pm
Location: Boise, Idaho

Re: Building QB OS

Post by Jehovah »

you could write the OS in QBASIC, but you cannot use BASIC commands.  Everything in the program has to be OPCODE (ie: hex number for an ASM mnumonic).  It would be much easier to use TASM or MASM to help you write it in ASM

ASM is for Assembley.
Post Reply