Author Topic: KnightOS  (Read 185834 times)

0 Members and 1 Guest are viewing this topic.

Offline jnesselr

  • King Graphmastur
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2270
  • Rating: +81/-20
  • TAO == epic
    • View Profile
Re: KnightOS
« Reply #855 on: March 02, 2011, 10:47:06 pm »
Ah, magic numbers.  I suspectd that's what you were talking about.  And magic numbers hasn't been a good system for years and years.  And it's totally incompatible with every other OS.  I want cross-compatability with Linux, Windows, Mac, etc.
Well most operating systems that use it also use extensions for cross compatibility, but it would be helpful for files without extensions. But anywho, it's your choice :)
It would be useful if your extension was removed or something.

SirCmpwn

  • Guest
Re: KnightOS
« Reply #856 on: March 02, 2011, 10:48:14 pm »
Magic numbers is an intersting idea, but I will not be using it.

Offline Eeems

  • Mr. Dictator
  • Administrator
  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 6265
  • Rating: +318/-36
  • little oof
    • View Profile
    • Eeems
Re: KnightOS
« Reply #857 on: March 04, 2011, 12:03:10 am »
Fair enough :)
it was just an idea, maybe someone will implement it later or something in their own OS using the KnightKernel
/e

SirCmpwn

  • Guest
Re: KnightOS
« Reply #858 on: March 04, 2011, 12:03:50 am »
Perhaps :)

SirCmpwn

  • Guest
Re: KnightOS
« Reply #859 on: March 26, 2011, 09:37:44 pm »
GAAAAH I'm going to explode if I don't work on this soon!

Offline yunhua98

  • You won't this read sentence right.
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2718
  • Rating: +214/-12
  • Go take a dive in the River Lethe.
    • View Profile
Re: KnightOS
« Reply #860 on: March 26, 2011, 09:38:45 pm »
GAAAAH I'm going to explode if I don't work on this soon!
same with me for my projects.  XD  Progress is slow.  But yeah, it'll be awesome when this gets finished.  ;)

Spoiler For =====My Projects=====:
Minor setback due to code messing up.  On hold for Contest.
<hr>
On hold for Contest.


Spoiler For ===Staff Memberships===:






Have you seen any good news-worthy programs/events?  If so, PM me with an article to be included in the next issue of CGPN!
The Game is only a demo, the code that allows one to win hasn't been done.
To paraphrase Oedipus, Hamlet, Lear, and all those guys, "I wish I had known this some time ago."
Signature Last Updated: 12/26/11
<hr>

Offline DJ Omnimaga

  • Clacualters are teh gr33t
  • CoT Emeritus
  • LV15 Omnimagician (Next: --)
  • *
  • Posts: 55942
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
Re: KnightOS
« Reply #861 on: March 26, 2011, 09:45:41 pm »
I assume you do not have access to your dev environment due to grounding? D:

SirCmpwn

  • Guest
Re: KnightOS
« Reply #862 on: March 26, 2011, 09:56:53 pm »
That's right, DJ_O.  I'm working on fixing that, though.

Offline DJ Omnimaga

  • Clacualters are teh gr33t
  • CoT Emeritus
  • LV15 Omnimagician (Next: --)
  • *
  • Posts: 55942
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
Re: KnightOS
« Reply #863 on: March 26, 2011, 10:04:50 pm »
Good luck X.x

Offline Eeems

  • Mr. Dictator
  • Administrator
  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 6265
  • Rating: +318/-36
  • little oof
    • View Profile
    • Eeems
Re: KnightOS
« Reply #864 on: March 26, 2011, 10:06:36 pm »
Good luck SirCmpwn, if you need anything just let me know :) (help, resources, whatever you need)
« Last Edit: March 26, 2011, 10:07:02 pm by Eeems »
/e

Offline jnesselr

  • King Graphmastur
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2270
  • Rating: +81/-20
  • TAO == epic
    • View Profile
Re: KnightOS
« Reply #865 on: March 26, 2011, 10:24:26 pm »
GAAAAH I'm going to explode if I don't work on this soon!
I'm going to explode if you don't work on it too. :D

But in all seriousness, I agree with Eeems here.  If you need anything, like help, resources, parental abductions just let us know.

SirCmpwn

  • Guest
Re: KnightOS
« Reply #866 on: April 18, 2011, 05:53:27 pm »
Update
Hi there!  Sorry it's been so long since I've posted an update, but I've spent more time grounded than not in the past few months.  Now to the important stuff:
I've gotten basic KFS support working.  In past builds of KnightKernel, a simple read-only filesystem has been used as a temporary fix.  My current aims with KnightKernel is to get the real KnightOS Filesystem working on it, and in order to do this, I completely scrapped all existing filesystem related code and started fresh.  This means that I disabled multithreading and a lot of other features (including actually booting without crashing) that relied on reading from the filesystem.  Today, I re-enabled those features as basic support for reading from a KFS compliant filesystem has been added.
In addition to adding this support, RAM has been set aside for a file stream table, and I've also written several custom build tools for the kernel, as well as laid out the final structure of KnightOS itself.  I've written a tool that will take a ROM file and copy a directory on your hard drive to root on the ROM file, and one that will take the internal include file and generate an external include file based on it.  Next on my to-do list is to flesh out file reading a bit more, and add write support.  After that, I believe the kernel will be complete, and work on the OS itself may begin.
« Last Edit: April 18, 2011, 06:06:37 pm by SirCmpwn »

Offline jnesselr

  • King Graphmastur
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2270
  • Rating: +81/-20
  • TAO == epic
    • View Profile
Re: KnightOS
« Reply #867 on: April 18, 2011, 06:46:55 pm »
Hey, awesome to see you are working on it!

Offline Eeems

  • Mr. Dictator
  • Administrator
  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 6265
  • Rating: +318/-36
  • little oof
    • View Profile
    • Eeems
Re: KnightOS
« Reply #868 on: April 18, 2011, 06:50:42 pm »
Yay!
/e

Offline willrandship

  • Omnimagus of the Multi-Base.
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2953
  • Rating: +98/-13
  • Insert sugar to begin programming subroutine.
    • View Profile
Re: KnightOS
« Reply #869 on: April 18, 2011, 06:50:43 pm »
So, quick question: When it reports itself as a flash drive, what format will it say it is to the PC involved? KFS isn't a PC Filesystem, right?

Also, awesome avatar :P