Omnimaga: The Coders Of Tomorrow
Welcome, Guest. Please login or register.
 
Omnimaga: The Coders Of Tomorrow
22 May, 2013, 11:08:21 *
Welcome, Guest. Please login or register.

Login with username, password and session length
 
   home   news downloads projects tutorials misc forums rules new posts irc about Login Register  
+-OmnomIRC

You must Register, be logged in and have at least 40 posts to use this shout-box! If it still doesn't show up afterward, it might be that OmnomIRC is disabled for your group or under maintenance.

Note: You can also use an IRC client like mIRC, X-Chat or Mibbit to connect to an EFnet server and #omnimaga.

Pages: 1 ... 8 9 [10] 11   Go Down
  Print  
Author Topic: Feature Requests -  (Read 9534 times) Bookmark and Share
0 Members and 1 Guest are viewing this topic.
SirCmpwn
Guest
« Reply #135 on: 12 January, 2011, 05:14:51 »
0

A lot of the influence for KnightOS came from Ubuntu.  It was originally going to be called LinTIx, and have an interface based on GNOME.
Logged
ben_g
LV7 Elite (Next: 700)
*******
Offline Offline

Gender: Male
Last Login: Yesterday at 22:38:59
Date Registered: 08 May, 2011, 21:03:27
Location: (ix+$43)
Posts: 648


Total Post Ratings: +75

View Profile
« Reply #136 on: 14 May, 2011, 21:22:45 »
0

I don't know if this really fits in the feature requests section, but I think the size of the OS itself should be kept to the absolute minimum, and let every feature be an application. This way, you won't waste memory on the features you never use.

BTW: Look at windows. The windows OS can do nothing. If you want to calculate, you use the 'calculator' application, If you want to edit text, you use notepad.
Logged

Spoiler for completely unimportant stuff:
My projects
 - A base converter that also supports signed and fixed-point numbers.
 - A first person shooter with a polygon-based 3d engine.
Spoiler for latest screenshot:
- A java MORPG.
Spoiler for screenshot:
- a minecraft game in axe
Spoiler for Only open this spoiler if you want to read what's inside:
What's inside.
From when I saw this image, I never lost the game again!
Spoiler for This is [Edit:
not[/Edit] my contest entry. I hope you like it.]
Deep Thought
So much to do, so much time, so little motivation
Administrator
LV13 Extreme Addict (Next: 9001)
*
Offline Offline

Gender: Male
Last Login: 19 May, 2013, 19:18:47
Date Registered: 19 May, 2009, 08:00:00
Location: The Universe
Posts: 7813


Total Post Ratings: +706

View Profile WWW
« Reply #137 on: 14 May, 2011, 21:30:41 »
0

^ That. I think that's what Sir wants, but just in case, seconded.

BTW: Look at windows. The windows OS can do nothing. If you want to calculate, you use the 'calculator' application, If you want to edit text, you use notepad.

Or look at Linux-based OSes, which do only the absolute fundamentals (kernel stuff) and leaves everything (file system, GUI, everything) to installable and customizable apps Smiley
« Last Edit: 14 May, 2011, 21:32:37 by Deep Thought » Logged




SirCmpwn
Guest
« Reply #138 on: 14 May, 2011, 22:36:18 »
0

I don't know if this really fits in the feature requests section, but I think the size of the OS itself should be kept to the absolute minimum, and let every feature be an application. This way, you won't waste memory on the features you never use.
That's the plan.  The entire kernel is <4000 bytes, and fits on one page.  The rest of the ROM (save some places for obvious reasons) is where the applications go, and the user files go.
Logged
Deep Thought
So much to do, so much time, so little motivation
Administrator
LV13 Extreme Addict (Next: 9001)
*
Offline Offline

Gender: Male
Last Login: 19 May, 2013, 19:18:47
Date Registered: 19 May, 2009, 08:00:00
Location: The Universe
Posts: 7813


Total Post Ratings: +706

View Profile WWW
« Reply #139 on: 14 May, 2011, 22:58:44 »
0

I don't know if this really fits in the feature requests section, but I think the size of the OS itself should be kept to the absolute minimum, and let every feature be an application. This way, you won't waste memory on the features you never use.
That's the plan.  The entire kernel is <4000 bytes, and fits on one page.  The rest of the ROM (save some places for obvious reasons) is where the applications go, and the user files go.

We can't use the certificate for storage? Tongue
Logged




SirCmpwn
Guest
« Reply #140 on: 14 May, 2011, 23:23:39 »
0

I don't know if this really fits in the feature requests section, but I think the size of the OS itself should be kept to the absolute minimum, and let every feature be an application. This way, you won't waste memory on the features you never use.
That's the plan.  The entire kernel is <4000 bytes, and fits on one page.  The rest of the ROM (save some places for obvious reasons) is where the applications go, and the user files go.

We can't use the certificate for storage? Tongue
No, but you can use the boot page Wink
Logged
graphmastur
King Graphmastur
LV11 Super Veteran (Next: 3000)
***********
Offline Offline

Gender: Male
Last Login: 02 February, 2013, 08:34:45
Date Registered: 03 June, 2010, 21:15:55
Posts: 2262


Total Post Ratings: +60

View Profile
« Reply #141 on: 15 May, 2011, 01:53:13 »
0

I don't know if this really fits in the feature requests section, but I think the size of the OS itself should be kept to the absolute minimum, and let every feature be an application. This way, you won't waste memory on the features you never use.
That's the plan.  The entire kernel is <4000 bytes, and fits on one page.  The rest of the ROM (save some places for obvious reasons) is where the applications go, and the user files go.

We can't use the certificate for storage? Tongue
No, but you can use the boot page Wink
Page 0 or Page 1F/3F/7F.  I'm assuming 0, since the other pages shouldn't be writable, but knowing SirCmpwn...
Logged

matthias1992
LV6 Super Member (Next: 500)
******
Offline Offline

Gender: Male
Last Login: 28 May, 2012, 01:54:05
Date Registered: 02 July, 2010, 22:52:13
Location: The Netherlands
Posts: 414


Total Post Ratings: +28

View Profile
« Reply #142 on: 15 May, 2011, 02:00:30 »
0

I don't know if this really fits in the feature requests section, but I think the size of the OS itself should be kept to the absolute minimum, and let every feature be an application. This way, you won't waste memory on the features you never use.
That's the plan.  The entire kernel is <4000 bytes, and fits on one page.  The rest of the ROM (save some places for obvious reasons) is where the applications go, and the user files go.

We can't use the certificate for storage? Tongue
No, but you can use the boot page Wink
Page 0 or Page 1F/3F/7F.  I'm assuming 0, since the other pages shouldn't be writable, but knowing SirCmpwn...
Considering ROM stands for Read-Only Memory it'd be kind of a breakthrough Cheesy
Logged

MASM xxxxxxxxxx aborted | SADce ====:::::: 40% -Halted until further notice| XAOS =====::::: 50% -Units done| SKYBOX2D engine ========== 100% -Pre-alpha done. Need to  document it and extend |

~Those who dream by day are cognizant of much more than those who dream by night only. -Sir Edgar Allen Poe-
graphmastur
King Graphmastur
LV11 Super Veteran (Next: 3000)
***********
Offline Offline

Gender: Male
Last Login: 02 February, 2013, 08:34:45
Date Registered: 03 June, 2010, 21:15:55
Posts: 2262


Total Post Ratings: +60

View Profile
« Reply #143 on: 15 May, 2011, 02:01:26 »
0

I don't know if this really fits in the feature requests section, but I think the size of the OS itself should be kept to the absolute minimum, and let every feature be an application. This way, you won't waste memory on the features you never use.
That's the plan.  The entire kernel is <4000 bytes, and fits on one page.  The rest of the ROM (save some places for obvious reasons) is where the applications go, and the user files go.

We can't use the certificate for storage? Tongue
No, but you can use the boot page Wink
Page 0 or Page 1F/3F/7F.  I'm assuming 0, since the other pages shouldn't be writable, but knowing SirCmpwn...
Considering ROM stands for Read-Only Memory it'd be kind of a breakthrough Cheesy
Hey, I'm just saying SirCmpwn has skills. I bet he could do it.
Logged

SirCmpwn
Guest
« Reply #144 on: 15 May, 2011, 21:26:52 »
0

It was a joke Tongue
Page00 is restricted from filesystem access, the reason being that it's the kernel and would be bad to mess up.  So is the boot page, usb page (84+, read-only), and certificate pages.
Logged
graphmastur
King Graphmastur
LV11 Super Veteran (Next: 3000)
***********
Offline Offline

Gender: Male
Last Login: 02 February, 2013, 08:34:45
Date Registered: 03 June, 2010, 21:15:55
Posts: 2262


Total Post Ratings: +60

View Profile
« Reply #145 on: 19 May, 2011, 14:39:09 »
0

It was a joke Tongue
Page00 is restricted from filesystem access, the reason being that it's the kernel and would be bad to mess up.  So is the boot page, usb page (84+, read-only), and certificate pages.
I know it was a joke. I was making a joke too....

So any real progress on this, or is it all imaginary? </nomorejokes>
Logged

SirCmpwn
Guest
« Reply #146 on: 19 May, 2011, 15:33:49 »
0

There's progress.  I've added some filesystem code, fixed compatibility to work with all supported models, and started adding kernel debugging.
Logged
Eeems
THE GAME
Administrator
LV13 Extreme Addict (Next: 9001)
*
Offline Offline

Gender: Male
Last Login: Today at 09:42:07
Date Registered: 14 March, 2009, 03:32:57
Location: Edmonton, Alberta
Posts: 5075


Total Post Ratings: +230

View Profile WWW
« Reply #147 on: 20 May, 2011, 01:18:41 »
0

YAY!
Also, I should probably start playing around with it again.
Logged

SirCmpwn
Guest
« Reply #148 on: 20 May, 2011, 19:48:08 »
0

Yeah, especially since I spent so much time getting it working on linux Tongue
Logged
graphmastur
King Graphmastur
LV11 Super Veteran (Next: 3000)
***********
Offline Offline

Gender: Male
Last Login: 02 February, 2013, 08:34:45
Date Registered: 03 June, 2010, 21:15:55
Posts: 2262


Total Post Ratings: +60

View Profile
« Reply #149 on: 21 May, 2011, 03:19:15 »
0

Yeah, especially since I spent so much time getting it working on linux Tongue
I wish I could play around with it a little bit. Cheesy
Logged

Pages: 1 ... 8 9 [10] 11   Go Up
  Print  
 
Jump to:  

Powered by EzPortal
Powered by MySQL Powered by SMF 1.1.18 | SMF © 2013, Simple Machines Powered by PHP
Page created in 0.342 seconds with 31 queries.
Skin by DJ Omnimaga edited from SMF default theme with the help of tr1p1ea.
All programs, games and songs avaliable on this website are property of their respective owners.
Best viewed in Opera, Firefox, Chrome and Safari with a resolution of 1024x768 or above.