flat assembler
Message board for the users of flat assembler.

Index > Tutorials and Examples > [OS]A tiny operating system based on x86 architecture

Author
Thread Post new topic Reply to topic
sheentian



Joined: 25 Feb 2019
Posts: 2
sheentian 25 Feb 2019, 12:06
PiscisOS is a tiny multi-task operating system based x86 architecture, run in protect mode

Project site: https://tishion.github.io/PiscisOS

Source: https://github.com/tishion/PiscisOS


I wrote this project with FASM in 2012. Here are the features of this tiny toy OS

Run in x86 protect model
Multi-task supported (Maximum 250 processes)
Ram Disk file system (FAT12)
System calls
Application supported



PiscisOS boot stage screenshot (In Vmvare)

Image

Image

PiscisOS Shell screenshot (in Vmware)

Image

(In Bochs)
Image
Post 25 Feb 2019, 12:06
View user's profile Send private message Reply with quote
revolution
When all else fails, read the source


Joined: 24 Aug 2004
Posts: 20460
Location: In your JS exploiting you and your system
revolution 25 Feb 2019, 13:03
Very nice.

Seven year old OS.

Have you tried it on real hardware?

Can it boot from HDD/SSD? I don't have any floppy drives now.
Post 25 Feb 2019, 13:03
View user's profile Send private message Visit poster's website Reply with quote
sheentian



Joined: 25 Feb 2019
Posts: 2
sheentian 26 Feb 2019, 02:20
revolution wrote:
Very nice.

Seven year old OS.

Have you tried it on real hardware?

Can it boot from HDD/SSD? I don't have any floppy drives now.


Hi revolution,

Sorry to tell you currently Piscisos doesn't support booting from other media except floppy. If you need to boot it from HDD/SSD you have to modify the boot sector. The boot sector needs to load the OS kernel into the memory. And currently PiscisOS only supports the In-Memory-FAT12 file system.

PiscisOS is just a very simple demo OS as a practice of implementing x86 protect mode. Very Happy
Post 26 Feb 2019, 02:20
View user's profile Send private message Reply with quote
Display posts from previous:
Post new topic Reply to topic

Jump to:  


< Last Thread | Next Thread >
Forum Rules:
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 vote in polls in this forum
You cannot attach files in this forum
You can download files in this forum


Copyright © 1999-2025, Tomasz Grysztar. Also on GitHub, YouTube.

Website powered by rwasa.