OSDev.org

The Place to Start for Operating System Developers
It is currently Thu Mar 28, 2024 7:56 am

All times are UTC - 6 hours




Post new topic Reply to topic  [ 3 posts ] 
Author Message
 Post subject: LeafDOS 0.1.5
PostPosted: Thu Dec 19, 2019 1:56 pm 
Offline
Member
Member

Joined: Sat Sep 07, 2019 5:17 pm
Posts: 34
LeafDOS is a simple DOS system, with a custom filesystem and entirely written in assembly. Works for all computers Wich support 16 bits (x86). Debugged on virtualbox.

Includes a IO library, has serial support, and all the basic functions such as malloc and free.

Download: https://github.com/SuperLeaf1995/LeafDOS
Download diskette already compiled https://github.com/SuperLeaf1995/LeafDO ... 5/DISK.IMG

_________________
:-)


Top
 Profile  
 
 Post subject: Re: LeafDOS 0.1.5
PostPosted: Sat Dec 21, 2019 11:32 am 
Offline
Member
Member

Joined: Fri Aug 26, 2016 1:41 pm
Posts: 671
Your real mode code actually requires a 32-bit x86 processor. You use 32-bit registers and make reference to GS and FS. All these things require a 386+ processor. It won't run on an 8086/80186/80286 or equivalent processors.


Top
 Profile  
 
 Post subject: Re: LeafDOS 0.1.5
PostPosted: Wed Dec 25, 2019 9:11 am 
Offline
Member
Member

Joined: Sat Sep 07, 2019 5:17 pm
Posts: 34
MichaelPetch wrote:
Your real mode code actually requires a 32-bit x86 processor. You use 32-bit registers and make reference to GS and FS. All these things require a 386+ processor. It won't run on an 8086/80186/80286 or equivalent processors.


Alright, will redo many functions to be compatible with 80xx.

_________________
:-)


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

All times are UTC - 6 hours


Who is online

Users browsing this forum: No registered users and 25 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