logoalt Hacker News

ale42today at 3:20 PM2 repliesview on HN

Funny project...

Tried to run SHELL from QBASIC, but it crashes:

  D:\qbasic.exe has encountered a problem and needs to close.
  
  Reason:  illegal instruction
  Address: 0x00002fee

Replies

lqs_today at 4:09 PM

DOS interrupt support is still limited. Running SHELL would essentially require implementing a full MS-DOS COMMAND.COM, which is a significant undertaking.

show 1 reply
stuaxotoday at 4:13 PM

Oh, I did exactly the same :D