Author Topic: Another ASM written OS  (Read 7854 times)

Calum

  • Global Moderator
  • Member
  • ***
  • Posts: 7,812
  • Kudos: 1000
    • Calum Carlyle's music
Another ASM written OS
« Reply #15 on: 15 May 2003, 15:50 »
well i think solar OS looks like a good start and i would be interested to know if there is something else that i can do with it as a newbie other than point and click to example windows and buttons et c.
visit these websites and make yourself happy forever:
It's my music! | My music on MySpace | Integrational Polytheism

SpamSpamSpamSpamSpam

  • Newbie
  • *
  • Posts: 12
  • Kudos: 0
Another ASM written OS
« Reply #16 on: 16 May 2003, 18:54 »
Im going to make a fork of Linux and call it Spamix, and optimize the kernel to flood brutal corprate sponsorship of dictators around the world.
I am spammer, like Calum

Faust

  • Member
  • **
  • Posts: 1,223
  • Kudos: 0
Another ASM written OS
« Reply #17 on: 16 May 2003, 20:39 »
^ Taking bets, X11?
Yesterday it worked
Today it is not working
Windows is like that
 -- http://www.gnu.org/fun/jokes/error-haiku.html

Hawkuletz

  • Newbie
  • *
  • Posts: 5
  • Kudos: 0
Another ASM written OS
« Reply #18 on: 23 May 2003, 02:37 »
Calum:  Well, this is only a spare time project, and I did not say that it's finished. It still needs a lot of work, but also gives a lot of reward.. Anyways, thank you for trying it out, I will post here again when we will have a new version.. Hopefully with some ability to read FAT32 hdd.. And, eventually fat12 fdd.  

Calum

  • Global Moderator
  • Member
  • ***
  • Posts: 7,812
  • Kudos: 1000
    • Calum Carlyle's music
Another ASM written OS
« Reply #19 on: 3 June 2003, 15:58 »
yeah, i'm not too up on OS design, so i kind of need some sort of purpose for it for me to have a clue of what purposes it is fit for, if you know what i mean. still, i do think this could be a good project, however i think you will need some incredibly good OS design if the project is to become larger over time, to ease maintenance, don't you think?
visit these websites and make yourself happy forever:
It's my music! | My music on MySpace | Integrational Polytheism

WMD

  • Global Moderator
  • Member
  • ***
  • Posts: 2,525
  • Kudos: 391
    • http://www.dognoodle99.cjb.net
Another ASM written OS
« Reply #20 on: 23 December 2003, 02:33 »
I'm going to try this thing - looks neat.
My BSOD gallery
"Yes there's nothing wrong with going around being rude and selfish, killing people and fucking married women, but being childish is a cardinal sin around these parts." -Aloone_Jonez

WMD

  • Global Moderator
  • Member
  • ***
  • Posts: 2,525
  • Kudos: 391
    • http://www.dognoodle99.cjb.net
Another ASM written OS
« Reply #21 on: 26 December 2003, 21:28 »
quote:
Originally posted by WMD:
I'm going to try this thing - looks neat.


I made the disk, but my older machine only has VESA 1.2....  :D  Ah well.
My BSOD gallery
"Yes there's nothing wrong with going around being rude and selfish, killing people and fucking married women, but being childish is a cardinal sin around these parts." -Aloone_Jonez

Kintaro

  • Member
  • **
  • Posts: 6,545
  • Kudos: 255
  • I want to get the band back together!
    • JohnTate.org
Another ASM written OS
« Reply #22 on: 26 December 2003, 20:33 »
Ill try it if I have the time.

I wanna try LSD, it sounds mad, and maybe some more Cocain since its so badass.

WMD

  • Global Moderator
  • Member
  • ***
  • Posts: 2,525
  • Kudos: 391
    • http://www.dognoodle99.cjb.net
Another ASM written OS
« Reply #23 on: 12 July 2004, 06:03 »
BUMP

It has FAT32 access now, and a couple little applets.  Still no major apps.
My BSOD gallery
"Yes there's nothing wrong with going around being rude and selfish, killing people and fucking married women, but being childish is a cardinal sin around these parts." -Aloone_Jonez

hm_murdock

  • VIP
  • Member
  • ***
  • Posts: 2,629
  • Kudos: 378
  • The Lord of Thyme
Another ASM written OS
« Reply #24 on: 12 July 2004, 06:38 »
it's an ASM OS, it never will go far because so many of those ASM projects never go beyond endless noodling
Go the fuck ~

TheQuirk

  • VIP
  • Member
  • ***
  • Posts: 2,154
  • Kudos: 315
Another ASM written OS
« Reply #25 on: 12 July 2004, 07:18 »
I'm kinda embarassed of what I said now that I look back.

Anyway, yeah. I doubt it will make it "big," but it's still kinda neat.

hm_murdock

  • VIP
  • Member
  • ***
  • Posts: 2,629
  • Kudos: 378
  • The Lord of Thyme
Another ASM written OS
« Reply #26 on: 12 July 2004, 23:11 »
yeah, it is... it's a great way to learn, and you can create some very new, inventive things... but ASM OSes aren't good at all for "real world" uers. too limited. they're great for embedded use, though.
Go the fuck ~

Aloone_Jonez

  • Administrator
  • Member
  • ***
  • Posts: 4,090
  • Kudos: 954
Another ASM written OS
« Reply #27 on: 15 July 2004, 03:10 »
This is cool you people are far more cleaver than I will ever be.
 
I've just tried this, and it's fast, up to 1024x768 16bpp or 800x600 24bpp on my system, it slows down beyond these resolutions.

The main reason for this appears to be that you've used double buffer buffering, you should use page switching, it uses far less system memory, and twice as much video memory, it's also a hell of a lot faster.

I have quickly scanned through the source code, I can already see one easy peasy optimisation.
Some ware, and I forget exactly, you coded something like;
Shl AX, 3
Shr AX, 1
You should have just coded;
Shl AX, 2

There are probably many more too, I'm still pretty new to assembly code.

It is still faster than Linux even when I run it at 640x480 8bpp.

If you could do something worth while, and write a generic Linux video driver this fast it would be most appreciated.

[ July 14, 2004: Message edited by: Aloone ]

This is not a Windows help forum, however please do feel free to sign up and agree or disagree with our views on Microsoft.

Oh and FUCKMicrosoft! :fu:

WMD

  • Global Moderator
  • Member
  • ***
  • Posts: 2,525
  • Kudos: 391
    • http://www.dognoodle99.cjb.net
Another ASM written OS
« Reply #28 on: 15 July 2004, 10:06 »
quote:
Originally posted by Aloone:
If you could do something worth while, and write a generic Linux video driver this fast it would be most appreciated.


Heh, that still pissing you off, huh?  ;)
My BSOD gallery
"Yes there's nothing wrong with going around being rude and selfish, killing people and fucking married women, but being childish is a cardinal sin around these parts." -Aloone_Jonez

Aloone_Jonez

  • Administrator
  • Member
  • ***
  • Posts: 4,090
  • Kudos: 954
Another ASM written OS
« Reply #29 on: 15 July 2004, 13:00 »
Yes, I would really love to run Linux, if my hardware would run it well. I could also moan on about my printer/scanner and digital camera, I have looked for drivers too.  :(

[ July 15, 2004: Message edited by: Aloone ]

This is not a Windows help forum, however please do feel free to sign up and agree or disagree with our views on Microsoft.

Oh and FUCKMicrosoft! :fu: