Building QB OS
Moderators:Administrator, Global Moderator
-
- Newbie
- Posts:6
- Joined:Mon Sep 02, 2002 3:56 am
- Location:Berlin, NY
- Contact:
I was just looking for some tips on how I could go about building an OS in QB
DOS Programing Will Last Forever!!
Re: Building QB OS
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'
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'
Re: Building QB OS
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.
ASM is for Assembley.