flat assembler
Message board for the users of flat assembler.
Index
> MenuetOS > MenuetOS RE#7 (in english) Goto page 1, 2 Next |
Author |
|
Sniper 28 Jun 2004, 17:47
New version of distro!
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 |
|||
28 Jun 2004, 17:47 |
|
tom tobias 29 Jun 2004, 03:05
Thanks, sniper, I will give it a try. tom
|
|||
29 Jun 2004, 03:05 |
|
daneel 29 Jun 2004, 22:35
How i use Paint ? can i save my bitmaps ?
|
|||
29 Jun 2004, 22:35 |
|
Sniper 30 Jun 2004, 07:20
No you can't save! ;-(
if you can add save feature you should do it! |
|||
30 Jun 2004, 07:20 |
|
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 |
|||
03 Jul 2004, 10:18 |
|
fasm9 04 Jul 2004, 00:14
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 |
|||
04 Jul 2004, 00:14 |
|
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.)
|
|||
04 Jul 2004, 04:51 |
|
Sniper 04 Jul 2004, 08:36
fasm9 wrote:
Menuet can't run on Windows too! fasm9 wrote: : Ah! It is a File System! Than you should said ReiserFS |
|||
04 Jul 2004, 08:36 |
|
daneel 04 Jul 2004, 12:33
Whats about OpenBFS ?
|
|||
04 Jul 2004, 12:33 |
|
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.
|
|||
04 Jul 2004, 12:37 |
|
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. |
|||
04 Jul 2004, 18:20 |
|
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. |
|||
04 Jul 2004, 19:26 |
|
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.
|
|||
07 Jul 2004, 17:18 |
|
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 ). |
|||
07 Jul 2004, 22:07 |
|
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 |
|||
07 Jul 2004, 23:16 |
|
fasm9 08 Jul 2004, 06:09
forgot to mention: cell phone, PDA
they got the GUIs. symbian, ... MenuetOS on your NOKIA?? |
|||
08 Jul 2004, 06:09 |
|
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. |
|||
08 Jul 2004, 10:32 |
|
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.. |
|||
08 Jul 2004, 11:01 |
|
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
|
|||
08 Jul 2004, 18:06 |
|
Goto page 1, 2 Next < Last Thread | Next Thread > |
Forum Rules:
|
Copyright © 1999-2024, Tomasz Grysztar. Also on GitHub, YouTube.
Website powered by rwasa.