OSDev.org

The Place to Start for Operating System Developers
It is currently Thu Mar 28, 2024 10:48 pm

All times are UTC - 6 hours




Post new topic Reply to topic  [ 2 posts ] 
Author Message
 Post subject: Illusion: Another OS
PostPosted: Tue Jun 21, 2011 11:33 am 
Offline
Member
Member
User avatar

Joined: Mon Feb 19, 2007 10:40 am
Posts: 261
Location: India
Hi guys,

I am posting after quite a long time here. After making several failed attempts with virtual machine OSes, I decided to get back to writing something for fun, and started writing an OS since February this year called "Illusion". I've been writing it and still enjoy coding stuff in it. Here's the link:

http://code.google.com/p/illusion/

Features:
1. Boots :roll:
2. Has the pmode->real mode->pmode BIOS interrupts support, which I've had in my old OSes.
3. Paging (Lower half kernel: (0 -1 GiB)
4. Physical / Virtual memory management with a kmalloc.
5. Caching Virtual File System: This exists independently and behaves like a RAM file system.
6. Process management & Scheduling: Includes basic demand paged loading of executables.
7. APIMOD (API Module): The run-time loaded user mode application API library including standard C library functions and system call interfaces. Applications don't get statically linked with any library, but call interfaces exposed by the APIMOD.
8. Simple drivers for:
a. INT 13h: Out of the laziness to write an ATA driver.
b. FAT12/16/32: Read support for these.
c. VBE: Basic support for bank switched and LFB modes.
d. Keyboard: Again a basic driver with proper key state handling.
9. User-mode applications included:
a. ishell: A simple command parsing shell, to execute other binaries included in the boot ram disk.
b. ls: Lists the children of a file (The VFS does not distinguish between files/directories, and hence there is no such distinction anywhere in the OS)
c. lsdev: Lists the registered devices in the system. The VFS does not have "mount points" like in any other Unix OS. File systems always appear under independent devices, something like driver letters in Windows.
d. cat: Outputs the contents of a file to the console.

Lastly, I use Windows as the build environment. So you may not be able to build it without making changes to the linker script etc. first. But none of the OS parts depend on any executable format as such. Hence, it should be easily possible to make a binary from the source code (LGPL).

Thanks,
Salil


Top
 Profile  
 
 Post subject: Re: Illusion: Another OS
PostPosted: Mon Jun 27, 2011 2:41 pm 
Offline
Member
Member
User avatar

Joined: Thu Jul 26, 2007 1:53 am
Posts: 395
Congratulations! That is quite an impressive feature list.

_________________
Fudge - Simplicity, clarity and speed.
http://github.com/Jezze/fudge/


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 2 posts ] 

All times are UTC - 6 hours


Who is online

Users browsing this forum: No registered users and 28 guests


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 post attachments in this forum

Search for:
Jump to:  
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group