Results 1 to 7 of 7
  1. #1
    Auxilium's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Location
    深い碧の果てに
    Posts
    4,518
    Reputation
    445
    Thanks
    609
    My Mood
    Happy

    Operating System Development

    So back, TWO MONTHS AGO, I ordered a book on OS development and theory.

    It came in, two months later



    I was thinking it would never arrive.

    waste of 45 dollars

  2. #2
    Lehsyrus's Avatar
    Join Date
    Aug 2009
    Gender
    male
    Location
    Jersey
    Posts
    10,893
    Reputation
    1281
    Thanks
    3,130
    Translation? I am working on a custom Linux Kernel myself.

  3. #3
    programboy3's Avatar
    Join Date
    May 2009
    Gender
    male
    Posts
    317
    Reputation
    10
    Thanks
    38
    My Mood
    Cool
    Quote Originally Posted by Lehsyrus View Post
    Translation? I am working on a custom Linux Kernel myself.
    I'm working on my own clone of CP/M / MS-DOS

    I'm currently rewriting it now, but here's a really old build from over a month ago



    I'm kallisti btw

    oh, the book is just "OS Self development guide"

    It got pretty good reviews so I decided to use it for reference.
    It also talks about Shift JIS and Japanese display, which I wanted.

    ---------- Post added at 10:51 PM ---------- Previous post was at 10:47 PM ----------

    My other account is Artemis and my name used to be virtual void btw
    Last edited by programboy3; 04-02-2013 at 09:48 PM.

  4. #4
    Lehsyrus's Avatar
    Join Date
    Aug 2009
    Gender
    male
    Location
    Jersey
    Posts
    10,893
    Reputation
    1281
    Thanks
    3,130
    Quote Originally Posted by programboy3 View Post
    I'm working on my own clone of CP/M / MS-DOS

    I'm currently rewriting it now, but here's a really old build from over a month ago



    I'm kallisti btw

    oh, the book is just "OS Self development guide"

    It got pretty good reviews so I decided to use it for reference.
    It also talks about Shift JIS and Japanese display, which I wanted.

    ---------- Post added at 10:51 PM ---------- Previous post was at 10:47 PM ----------

    My other account is Artemis and my name used to be virtual void btw
    Oh alright now I know who you are. I'm working on an OS that uses a 3D development display rather than the standard desktop view. That projects only in early alpha (I've only gotten about half of the basic kernel finished), for my server I am basing it off of CentOS but with even less features. I'm still new to programming to it is taking me awhile, I want to get into Java and create a game like runescaoe (but better) with a futuristic twist but I need the right servers first.

  5. #5
    Auxilium's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Location
    深い碧の果てに
    Posts
    4,518
    Reputation
    445
    Thanks
    609
    My Mood
    Happy
    Quote Originally Posted by Lehsyrus View Post


    Oh alright now I know who you are. I'm working on an OS that uses a 3D development display rather than the standard desktop view. That projects only in early alpha (I've only gotten about half of the basic kernel finished), for my server I am basing it off of CentOS but with even less features. I'm still new to programming to it is taking me awhile, I want to get into Java and create a game like runescaoe (but better) with a futuristic twist but I need the right servers first.
    Heh, I've been programming on and off for over 5 years, but I would still say I'm pretty noob.
    I mean I was stuck writing a floppy driver for hours upon hours, as simple as floppy disks and FAT12 are, I have extreme difficulty.

    Currently working on a FAT12 (got file loading, need directory listing and other stuff) implementation so I can load files. So far I can load exact sectors that I specify from the diskette and run them, but that's pretty useless. My boot loader supports FAT12 enough to just load the kernel into memory. I got file loading but not file searching, listing, etc.

    My OS is 16 bit real mode, not because of ease because BIOS services are there, but because I wanted to create my own terminal like thing from the 80s and such. Too bad there are like no good 16 bit C compilers, so i've been writing everything in assembly.
    Last edited by Auxilium; 04-03-2013 at 09:13 PM.

  6. #6
    Lehsyrus's Avatar
    Join Date
    Aug 2009
    Gender
    male
    Location
    Jersey
    Posts
    10,893
    Reputation
    1281
    Thanks
    3,130
    Quote Originally Posted by Kallisti View Post


    Heh, I've been programming on and off for over 5 years, but I would still say I'm pretty noob.
    I mean I was stuck writing a floppy driver for hours upon hours, as simple as floppy disks and FAT12 are, I have extreme difficulty.

    Currently working on a FAT12 (got file loading, need directory listing and other stuff) implementation so I can load files. So far I can load exact sectors that I specify from the diskette and run them, but that's pretty useless. My boot loader supports FAT12 enough to just load the kernel into memory. I got file loading but not file searching, listing, etc.

    My OS is 16 bit real mode, not because of ease because BIOS services are there, but because I wanted to create my own terminal like thing from the 80s and such. Too bad there are like no good 16 bit C compilers, so i've been writing everything in assembly.
    Optimized assembly is better than Object C IMO.

  7. #7
    Auxilium's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Location
    深い碧の果てに
    Posts
    4,518
    Reputation
    445
    Thanks
    609
    My Mood
    Happy
    Quote Originally Posted by Lehsyrus View Post


    Optimized assembly is better than Object C IMO.
    I also like ease of development though I've been using C and C++ for over 5 years so I am better with those than Assembly I've been using for under a year

Similar Threads

  1. [Snippet] Detecting Operating System. [Also C++ Lessons?]
    By Faith in forum C++/C Programming
    Replies: 9
    Last Post: 10-23-2009, 05:56 PM
  2. Replies: 12
    Last Post: 09-27-2009, 08:45 PM
  3. What operating system do you use?
    By brucevduyn in forum General
    Replies: 5
    Last Post: 06-04-2009, 02:18 PM
  4. Best operating system for a new hacker
    By hooter222 in forum Combat Arms Hacks & Cheats
    Replies: 3
    Last Post: 06-01-2009, 06:39 PM
  5. [Request/Help] OPERATING SYSTEM
    By apezwijn in forum General
    Replies: 12
    Last Post: 09-17-2008, 12:09 PM