Results 1 to 6 of 6

Thread: wtf OS programming w/ Qbasic

  1. #1
    T3h 1337 N00b kryptonic's Avatar
    Join Date
    Sep 2003
    Location
    Seattle, Washington.
    Posts
    523

    wtf OS programming w/ Qbasic

    I ran across this a few nights ago...its a tutorial about making an OS in Qbasic.
    What i want to know is...is it even possible or is it a waste or my time.

    here is the tutorial
    http://www.allbasiccode.com/download...utorindex.html
    its the very first one entitled "operating system tutorial"

    thanks
    kryptonic

  2. #2
    @ÞΜĮЙǐЅŦГǻţΩЯ D0pp139an93r's Avatar
    Join Date
    May 2003
    Location
    St. Petersburg, FL
    Posts
    1,705
    I would imagine that QBasic could be used to write an OS. It's not nearly as elegant or concise as C or other comparable languages, but who really minds an extra million lines of code?


    I don't know how good the tutorial is though. My knowledge of QBasic is limited.
    Real security doesn't come with an installer.

  3. #3
    Senior Member
    Join Date
    Jun 2003
    Posts
    772
    Impossible, you have to write the core in pure assembly.
    But you have to read what it states.
    Comprehensive use of interrupts for the production of an operating system skin
    An operating system skin is not an operating system
    The above sentences are produced by the propaganda and indoctrination of people manipulating my mind since 1987, hence, I cannot be held responsible for this post\'s content - me

    www.elhalf.com

  4. #4
    @ÞΜĮЙǐЅŦГǻţΩЯ D0pp139an93r's Avatar
    Join Date
    May 2003
    Location
    St. Petersburg, FL
    Posts
    1,705
    I think that writing a skin would be a good excercise/project for a programmer. Even if it is being done in QBasic.

    Try it. Either way, you are going to learn things, and that's what's important.
    Real security doesn't come with an installer.

  5. #5
    T3h 1337 N00b kryptonic's Avatar
    Join Date
    Sep 2003
    Location
    Seattle, Washington.
    Posts
    523
    Yea i think i will try it....i mean it doesnt seem to hard and probably wont take long. Is anyone else planning on doing it? If so let me know ide love to hear how it turnes out.

    kryptonic

  6. #6
    Senior Member
    Join Date
    Jun 2003
    Posts
    772
    Nah, I know little qbasic and don't want to know much of it either.
    I've done something similar in Java and also in C++ though.
    The above sentences are produced by the propaganda and indoctrination of people manipulating my mind since 1987, hence, I cannot be held responsible for this post\'s content - me

    www.elhalf.com

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •