flat assembler
Message board for the users of flat assembler.

Index > DOS > DOS died? :-(

Goto page Previous  1, 2, 3, 4  Next
Author
Thread Post new topic Reply to topic
bubach



Joined: 17 Sep 2004
Posts: 341
Location: Trollhättan, Sweden
bubach 12 Oct 2004, 06:27
MenuetOS has most things, and it takes up (last time i checked the binarys) 500kb.
But of course they use more RAM, the screen buffer will problably take up most space..
Post 12 Oct 2004, 06:27
View user's profile Send private message Reply with quote
crc



Joined: 21 Jun 2003
Posts: 637
Location: Penndel, PA [USA]
crc 12 Oct 2004, 11:26
Quote:
Sorry i forgot some people still, have very old pc with 64MB of ram


I'm more interested in running a pmode dos on even older hardware: 386/486 systems with maybe 2-4MB of RAM. My OS takes nearly a full meg now, but 767k of that is buffers used when compiling code (I compile everything except for the compiler itself on demand). Applications and drivers can allocate/change anything, so it's more a convience thing than an actual "reserved" area. Let the drivers create hooks to interrupts, and have an exit-but-do-not-free-memory function and you won't need a special reserved area of RAM Smile
Post 12 Oct 2004, 11:26
View user's profile Send private message Visit poster's website Reply with quote
bubach



Joined: 17 Sep 2004
Posts: 341
Location: Trollhättan, Sweden
bubach 12 Oct 2004, 12:24
i agree with crc, but it's your os, and you are right, most people will not use old computers to run it. but it's cool to have it working at as many computers as possible.


Last edited by bubach on 13 Feb 2012, 14:09; edited 1 time in total
Post 12 Oct 2004, 12:24
View user's profile Send private message Reply with quote
ASHLEY4



Joined: 28 Apr 2004
Posts: 376
Location: UK
ASHLEY4 12 Oct 2004, 12:42
I think there is a big miss understanding here, if you read what i put at the start of this topic, i just reserved a space to load things in that will not change much when running the OS,then the rest of ram is for program uses, which will be written over each time a new program is run.

What i should have said was 10% of total ram.

\\\\||////
(@@)
ASHLEY4.
Post 12 Oct 2004, 12:42
View user's profile Send private message Reply with quote
DEMON



Joined: 01 Aug 2004
Posts: 26
Location: Republic of Belarus
DEMON 12 Oct 2004, 19:46
What are think about this?
DOS is alive Very Happy
Post 12 Oct 2004, 19:46
View user's profile Send private message Reply with quote
ASHLEY4



Joined: 28 Apr 2004
Posts: 376
Location: UK
ASHLEY4 12 Oct 2004, 20:34
I use to think Dos was the best OS ever made for it's size, (no other os can do so much and fit on a floppy).
But as i started making my own OS, i now know that its BIOS that is so good and not Dos.

\\\\||////
(@@)
ASHLEY4.
Post 12 Oct 2004, 20:34
View user's profile Send private message Reply with quote
bubach



Joined: 17 Sep 2004
Posts: 341
Location: Trollhättan, Sweden
bubach 13 Oct 2004, 11:55
is xp using virtual 86 mode, or is it simulating in some other way?
i want dos compability for 16-bit programs (all old games.. Smile) in my OS...
Post 13 Oct 2004, 11:55
View user's profile Send private message Reply with quote
ASHLEY4



Joined: 28 Apr 2004
Posts: 376
Location: UK
ASHLEY4 13 Oct 2004, 13:21
Use freedos as the bootloader for programs like cdplayer ,dex, etc ,which can be run from freedos.
Because of the way i make them, they will boot from freedos and it also, runs all my old dos games.
The is size for this minmalist freedos is 100k, so there still space on the disk for your os.
Let me know if you want minmalist freedos to do the above, wish it was made in asm in stead of mostly C Crying or Very sad .

\\\\||////
(@@)
ASHLEY4.
Post 13 Oct 2004, 13:21
View user's profile Send private message Reply with quote
bubach



Joined: 17 Sep 2004
Posts: 341
Location: Trollhättan, Sweden
bubach 13 Oct 2004, 13:48
if i do write my own emulating code, i can send it to you.. i don't like the idea of using dos.. Smile


Last edited by bubach on 13 Feb 2012, 14:14; edited 1 time in total
Post 13 Oct 2004, 13:48
View user's profile Send private message Reply with quote
ASHLEY4



Joined: 28 Apr 2004
Posts: 376
Location: UK
ASHLEY4 13 Oct 2004, 18:29
That my thoughts too, make it your self, so you know how it works.
Here are some examples for emulating dos int's
http://board.flatassembler.net/topic.php?t=1836

\\\\||////
(@@)
ASHLEY4.
Post 13 Oct 2004, 18:29
View user's profile Send private message Reply with quote
zbenjudah



Joined: 11 Aug 2004
Posts: 17
zbenjudah 11 Dec 2004, 05:30
nothing wrong with dos i like it I also like the DOS NAVIGATOR interface I think it is realy efficiant I would like to more thoroughly understand the code
does anyone here have any ideas? here are the sources


http://www.ritlabs.com/dn/

here is another one that is a little better in some respects

http://ftp.kiarchive.ru/pub/msdos/?search=cn
Post 11 Dec 2004, 05:30
View user's profile Send private message Reply with quote
ASHLEY4



Joined: 28 Apr 2004
Posts: 376
Location: UK
ASHLEY4 11 Dec 2004, 16:37
Dos is so good, they are sell it with new PC Cool.
http://slashdot.org/articles/04/12/10/1819249.shtml?tid=173&tid=137

\\\\||////
(@@)
ASHLEY4.

Batteries not included, Some assembly required.
Post 11 Dec 2004, 16:37
View user's profile Send private message Reply with quote
bubach



Joined: 17 Sep 2004
Posts: 341
Location: Trollhättan, Sweden
bubach 11 Dec 2004, 18:21
hehe, i don't think microsoft will like that. as they are doing a silly campaign against pirated copys of windows, with a budget version of xp (limited to three open programs)..

this will just make even more people to get a pirate copy of xp.
btw: my xp is licenced to: "Christoffer Bubach, Hackz and Crackz Corp" :-p


Last edited by bubach on 13 Feb 2012, 15:22; edited 1 time in total
Post 11 Dec 2004, 18:21
View user's profile Send private message Reply with quote
vid
Verbosity in development


Joined: 05 Sep 2003
Posts: 7103
Location: Slovakia
vid 12 Dec 2004, 19:00
Quote:

DOS is alive for programers, not for users...

Exactly my opinion. I started assembly with DOS and it was greatest part of learning coding. Looking at utils & hacks which place code into stack, encryptors, polymorphic stealth viruses, soft-ice etc. Not like in pmode ring3 where you can't do nothing except hand-compiling HLL style code (not really, but much likely to it)


Last edited by vid on 17 Dec 2004, 17:32; edited 2 times in total
Post 12 Dec 2004, 19:00
View user's profile Send private message Visit poster's website AIM Address MSN Messenger ICQ Number Reply with quote
Matrix



Joined: 04 Sep 2004
Posts: 1164
Location: Overflow
Matrix 12 Dec 2004, 20:39
therer are some security holes even in XP that allows a user program to enter kernel mode Smile
but this shouldn't be used, because viruses are not nice things.
Post 12 Dec 2004, 20:39
View user's profile Send private message Visit poster's website Reply with quote
Embrance



Joined: 14 Mar 2004
Posts: 116
Location: Greece
Embrance 13 Dec 2004, 04:55
There was a DOS OS anmed StormDOS....I think it was full featured...Search at SF.
Post 13 Dec 2004, 04:55
View user's profile Send private message MSN Messenger ICQ Number Reply with quote
ASHLEY4



Joined: 28 Apr 2004
Posts: 376
Location: UK
ASHLEY4 13 Dec 2004, 15:44
So how many of you would use a pmode Dos with up to 4GB of memory, but with all Dos functions, with modern drivers eg: USB etc, and that does not run on top of windows, ??????????.

\\\\||////
(@@)
ASHLEY4.

Batteries not included, Some assembly required.
Post 13 Dec 2004, 15:44
View user's profile Send private message Reply with quote
bubach



Joined: 17 Sep 2004
Posts: 341
Location: Trollhättan, Sweden
bubach 13 Dec 2004, 16:33
i would.. Wink
Post 13 Dec 2004, 16:33
View user's profile Send private message Reply with quote
pelaillo
Missing in inaction


Joined: 19 Jun 2003
Posts: 878
Location: Colombia
pelaillo 13 Dec 2004, 18:03
Me too.
Post 13 Dec 2004, 18:03
View user's profile Send private message Yahoo Messenger Reply with quote
MCD



Joined: 21 Aug 2004
Posts: 602
Location: Germany
MCD 16 Dec 2004, 17:24
Absolutely, me tohohohohoooo
Post 16 Dec 2004, 17:24
View user's profile Send private message Reply with quote
Display posts from previous:
Post new topic Reply to topic

Jump to:  
Goto page Previous  1, 2, 3, 4  Next

< Last Thread | Next Thread >
Forum Rules:
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You can download files in this forum


Copyright © 1999-2025, Tomasz Grysztar. Also on GitHub, YouTube.

Website powered by rwasa.