flat assembler
Message board for the users of flat assembler.

Index > MenuetOS > MenuetOS RE#7 (in english)

Goto page 1, 2  Next
Author
Thread Post new topic Reply to topic
Sniper



Joined: 30 Nov 2003
Posts: 64
Location: Russia
Sniper 28 Jun 2004, 17:47
New version of distro! Wink
http://www.meosfiles.narod.ru/menuet07.rar
- kernel 0.77 pre3.0b
- All Fat32 partitions supported
- many improuvments in programs
- new skin
- PAINT v0.3
Sources come soon Wink
Post 28 Jun 2004, 17:47
View user's profile Send private message Reply with quote
tom tobias



Joined: 09 Sep 2003
Posts: 1320
Location: usa
tom tobias 29 Jun 2004, 03:05
Thanks, sniper, I will give it a try. tom Smile
Post 29 Jun 2004, 03:05
View user's profile Send private message Reply with quote
daneel



Joined: 19 May 2004
Posts: 56
daneel 29 Jun 2004, 22:35
How i use Paint ? can i save my bitmaps ?
Post 29 Jun 2004, 22:35
View user's profile Send private message Reply with quote
Sniper



Joined: 30 Nov 2003
Posts: 64
Location: Russia
Sniper 30 Jun 2004, 07:20
No you can't save! ;-(
if you can add save feature you should do it! Wink
Post 30 Jun 2004, 07:20
View user's profile Send private message Reply with quote
fasm9



Joined: 19 Jun 2003
Posts: 439
fasm9 03 Jul 2004, 10:18
.. only in our memory, not for the record.


Last edited by fasm9 on 20 Jul 2004, 13:00; edited 1 time in total
Post 03 Jul 2004, 10:18
View user's profile Send private message Reply with quote
Sniper



Joined: 30 Nov 2003
Posts: 64
Location: Russia
Sniper 03 Jul 2004, 17:01
fasm9 wrote:
Hi, Sniper. do me a favour, please answer to me.

How to run MenuetOS in running console linux??

and, Do you have any plan reiserfs for MenuetOS?


First, you can't run Menuet in linux Console or I did't understand the question! Wink
reiserfs - say it in an another words, please! Wink
Post 03 Jul 2004, 17:01
View user's profile Send private message Reply with quote
fasm9



Joined: 19 Jun 2003
Posts: 439
fasm9 04 Jul 2004, 00:14
Sad
why not? why menuetos can't run on linux? any 1%? ;)

and about ReiserFS, saying another word, It is better than FAT32, NTFS, actually it is the best.
also is it impossible to use it as MenuetOS' fs?

Edit: now i am using this for p166
/boot: EXT3(200MB: too big, for you 50MB is enough)
/: JFS(1.7GB)


Last edited by fasm9 on 08 Jul 2004, 06:35; edited 1 time in total
Post 04 Jul 2004, 00:14
View user's profile Send private message Reply with quote
f0dder



Joined: 19 Feb 2004
Posts: 3175
Location: Denmark
f0dder 04 Jul 2004, 04:51
Does reiserfs support full UNICODE filenames, and are there any systems using full ACLs instead of silly user:group permissions? (it should at least be possible through use of reiserfs metadata.)
Post 04 Jul 2004, 04:51
View user's profile Send private message Visit poster's website Reply with quote
Sniper



Joined: 30 Nov 2003
Posts: 64
Location: Russia
Sniper 04 Jul 2004, 08:36
fasm9 wrote:
Sad
why not? why menuetos can't run on linux? any 1%? Wink


Menuet can't run on Windows too! Wink

fasm9 wrote:
:
and about reiserfs, saying another word, reiserfs is better than FAT32, ntfs, actually it is the best.
also is it impossible to use it as MenuetOS' fs?


Ah! It is a File System! Wink Than you should said ReiserFS Wink
Post 04 Jul 2004, 08:36
View user's profile Send private message Reply with quote
daneel



Joined: 19 May 2004
Posts: 56
daneel 04 Jul 2004, 12:33
Whats about OpenBFS ?
Post 04 Jul 2004, 12:33
View user's profile Send private message Reply with quote
crc



Joined: 21 Jun 2003
Posts: 637
Location: Penndel, PA [USA]
crc 04 Jul 2004, 12:37
FAT has the advantage of being easy to implement. ReiserFS, OpenBFS, etc are more complex (journalling, 64 bit, etc). My thought would be to go to ext2, then to ext3 later on. (ext3 is ext2 + journaling). That would still give a performance increase, but not provide too much complexity in the source. Personally, I'd rather see a text console/shell (capable of running non-builtin programs) than a new file system though.

_________________
Charles Childers, Programmer
Post 04 Jul 2004, 12:37
View user's profile Send private message Visit poster's website Reply with quote
Endre



Joined: 29 Dec 2003
Posts: 215
Location: Budapest, Hungary
Endre 04 Jul 2004, 18:20
crc in quiet advertises an excellent programming language which was conspicuous for nobody. It is forth. We should consider writing a forth interpreter/compiler before starting with any complex thing like file systems. I think that a forth interpreter could directly be placed into the kernel. A lot of applications would be easier to implement in forth than it is in asm. I mean here for instance web browsers. Retroforth would be a good base with some missing features.

here is an ide driver from the author of forth:
http://www.colorforth.com/ide.html

Endre.
Post 04 Jul 2004, 18:20
View user's profile Send private message Reply with quote
crc



Joined: 21 Jun 2003
Posts: 637
Location: Penndel, PA [USA]
crc 04 Jul 2004, 19:26
Quote:
I think that a forth interpreter could directly be placed into the kernel.


I would love to see a Forth running in the Menuet (and other OS) kernel. Whether a derivitive of RetroForth, or a new one; it would make many things much more interesting. Hook it to a system call (passing the address & length of a string) and you could easily use it from within applications.

If someone wrote a shell-like front end, one could use Forth interactivly, making debugging apps & the kernel easier. It's trivial to add ties to data structures in the kernel, and the ability to see/modify them as a program runs would be cool.

At 3-4k, you could probably just embed it into applications, using the Menuet API's for the UI, and the 'embed' macro to mix Forth into the applications. (Stripped of the interactive code, and porting the bootstrap code to precompiled assembly it could be <2k). Though I haven't done much programming with Menuet, this is exactly what I do for most of my standalone programs. Smile

_________________
Charles Childers, Programmer
Post 04 Jul 2004, 19:26
View user's profile Send private message Visit poster's website Reply with quote
mega-squall



Joined: 17 May 2004
Posts: 22
mega-squall 07 Jul 2004, 17:18
As I already told it before, I don't find it good to make some text-based stuff ... GUI is the future.
Post 07 Jul 2004, 17:18
View user's profile Send private message Reply with quote
crc



Joined: 21 Jun 2003
Posts: 637
Location: Penndel, PA [USA]
crc 07 Jul 2004, 22:07
Quote:
GUI is the future.


GUI is NOT the best choice for everything. Most embedded computers don't use a GUI, due to the overhead, for example. There are also times that a console can't be beat for administration/recovery.

Why a text console (or at least a terminal emulator w/support for console programs)?
1) Size of apps
2) Simplicity
3) Speed
4) Reliable
5) Doesn't require a framebuffer (can be used over a serial line, etc)

Also, GUI's (at least so far) require a mouse and don't encourage the use of the keyboard. I have severe RSI, using a mouse is difficult/painful for me, so I prefer to use my ergonomic keyboard. Since Menuet has no apparent keyboard control of the interface, I can't use it for any length of time. (BTW, there's little to nothing that can't be done via keyboard control! -- Case in point: AutoCAD Smile ).
Post 07 Jul 2004, 22:07
View user's profile Send private message Visit poster's website Reply with quote
daneel



Joined: 19 May 2004
Posts: 56
daneel 07 Jul 2004, 23:16
Yes, im waiting the real console in MOS because i can port a lot of programs ...
A Real Shell is the only thing that MOS doesnt has and linux yes
Post 07 Jul 2004, 23:16
View user's profile Send private message Reply with quote
fasm9



Joined: 19 Jun 2003
Posts: 439
fasm9 08 Jul 2004, 06:09
forgot to mention: cell phone, PDA
they got the GUIs. symbian, ...

MenuetOS on your NOKIA??
Post 08 Jul 2004, 06:09
View user's profile Send private message Reply with quote
crc



Joined: 21 Jun 2003
Posts: 637
Location: Penndel, PA [USA]
crc 08 Jul 2004, 10:32
1. Cell phones (generally) have a KEYPAD controlled GUI. The so called 'smartphones' may or may not have touch sensitive screens, so the GUI is all eye candy, just to look pretty (and suck up battery power...)
2. PDA's: A growing number of these have built-in keyboards, and all of them provide a virtual keyboard for use.

These comparisons aren't really fair though: People (normally) use a PC in different ways than they use a phone or PDA. For a PDA, a simple GUI can work quite well, but administering a PC without a console is painful. Even Windows XP has a "recovery console" mode for recovering from problems - it's been indispensible to me more often than I can count!

Shells have another advantage: you can redirect input & output, run the input/output through pipes, etc. This is very powerful for those who know what they're doing.
Post 08 Jul 2004, 10:32
View user's profile Send private message Visit poster's website Reply with quote
fasm9



Joined: 19 Jun 2003
Posts: 439
fasm9 08 Jul 2004, 11:01
IMHO, but, i think still there is area where we didn't explore

GUI helps CLI, just like assembler help human..
Post 08 Jul 2004, 11:01
View user's profile Send private message Reply with quote
tom tobias



Joined: 09 Sep 2003
Posts: 1320
Location: usa
tom tobias 08 Jul 2004, 18:06
Thanks again Sniper, for the new version. Wow, that new skin is sensational. Doesn't that river flow from South to North!! Beautiful. tom Very Happy
Post 08 Jul 2004, 18:06
View user's profile Send private message Reply with quote
Display posts from previous:
Post new topic Reply to topic

Jump to:  
Goto page 1, 2  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 can attach files in this forum
You can download files in this forum


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

Website powered by rwasa.