Post subject: Re: FZ/OS - my own attempt to write an operating system Posted: Thu May 19, 2011 3:22 pm
Ex OSBA Member
Joined Thu Aug 31, 2006 2:45 pm
Posts 1443
Location in a gadda da vida
Favourite OS Longhorn 4074 & Windows 7
linuxlove wrote:
You seem to have broken backspace support in this build
Yeah, i needed to disable some keys because it got buggy with the input. Backspace and ESC will return in next build
linuxlove wrote:
Do you really need 2-3 different commands to do the same thing? Might be better to have one command and let the user map the command to something they'd be familiar to use, like:
Code:
map "cls" "clear"
Yeah, another good idea... Though... i don't have a clue how to do it right now but some day in some buid... xD
Post subject: Re: FZ/OS - my own attempt to write an operating system Posted: Thu May 19, 2011 4:48 pm
Newbie Beta Collector
Joined Tue May 17, 2011 6:18 am
Posts 5
Favourite OS windows 7
Good news: i've finally managed to make use of input, added some basic commands, more will come soon. Here's a screen shot: (click the image for a good view... you know - the uploader likes to mess with PNGs sometimes)
Bad news: this brings a lot of new bugs... so no public build today. I hope tomorrow i will be able to release something umm... bigger. [/quote] thank you for answering my question! I am waiting for your project ï¼
Post subject: Re: FZ/OS - my own attempt to write an operating system Posted: Mon May 23, 2011 12:11 am
Newbie Beta Collector
Joined Sun May 08, 2011 4:15 pm
Posts 27
Favourite OS Mac OS X 10.6.7
I'm trying to follow the operating system tutorial you mentioned above, but I can't for the life of me get a working copy of dos with DEBUG.EXE working. I got it working on a cd, but not on a floppy, and you can't write to a cd while in use. How did you get your's to work? What version of dos did you use?
Post subject: Re: FZ/OS - my own attempt to write an operating system Posted: Mon May 23, 2011 12:19 am
Guru Beta Collector
Joined Tue May 03, 2011 4:23 pm
Posts 715
Favourite OS NT 6.05.3718.0
fzajac wrote:
Yeah, another good idea... Though... i don't have a clue how to do it right now but some day in some buid... xD
why not put it in INI file and make your CLI read there if unknown command is executed and if its on list, it just follows it through to mapped one
_________________ Pat Bateman: I'm into murders and executions. Les Grossman: Or you can grow a conscience in the next 5 minutes and see where that takes you.
Post subject: Re: FZ/OS - my own attempt to write an operating system Posted: Mon May 23, 2011 9:46 am
Ex OSBA Member
Joined Thu Aug 31, 2006 2:45 pm
Posts 1443
Location in a gadda da vida
Favourite OS Longhorn 4074 & Windows 7
Exothermal wrote:
I'm trying to follow the operating system tutorial you mentioned above, but I can't for the life of me get a working copy of dos with DEBUG.EXE working. I got it working on a cd, but not on a floppy, and you can't write to a cd while in use. How did you get your's to work? What version of dos did you use?
Umm, IMO you can ignore two first lessons. Sure, there is some important theory to read but don't do all that stuff with DEBUG.EXE. Later, instead of using DEBUG.EXE, use software like WinImage, it allows (in Pro version) to edit the floppy image's boot sector. Just replace it with your compile.
Post subject: Re: FZ/OS - my own attempt to write an operating system Posted: Sun Aug 28, 2011 4:52 pm
Ex OSBA Member
Joined Thu Aug 31, 2006 2:45 pm
Posts 1443
Location in a gadda da vida
Favourite OS Longhorn 4074 & Windows 7
Hello everyone, i know it's rather a big bump but i wanted to know if there's still any interest in FZ/OS... I have had a new build with FAT12 file system support and some other new features on my computer for more than a month. I just need to fix some bugs, clean the code and i could release it.
Post subject: Re: FZ/OS - my own attempt to write an operating system Posted: Sun Aug 28, 2011 7:40 pm
1337 Beta Collector
Joined Tue Dec 01, 2009 2:56 am
Posts 6087
fzajac wrote:
Hello everyone, i know it's rather a big bump but i wanted to know if there's still any interest in FZ/OS... I have had a new build with FAT12 file system support and some other new features on my computer for more than a month. I just need to fix some bugs, clean the code and i could release it.
Post subject: Re: FZ/OS - my own attempt to write an operating system Posted: Sun Aug 28, 2011 7:56 pm
1337 Beta Collector
Joined Thu Apr 14, 2011 12:50 pm
Posts 1777
fzajac wrote:
Hello everyone, i know it's rather a big bump but i wanted to know if there's still any interest in FZ/OS... I have had a new build with FAT12 file system support and some other new features on my computer for more than a month. I just need to fix some bugs, clean the code and i could release it.
And then the error in the picture happened. After this, none of the other commands work; FZ/OS treats them as an invalid command.
If I type in a string longer than the first one, the computer softlocks. If I type in a string that's even longer than that, the machine hard resets.
The next time I tried this, the computer softlocked. I hit the three-finger salute and instead of going to the POST screen, it dropped me into the BIOS Setup?!
Post subject: Re: FZ/OS - my own attempt to write an operating system Posted: Mon Aug 29, 2011 7:27 pm
Ex OSBA Member
Joined Thu Aug 31, 2006 2:45 pm
Posts 1443
Location in a gadda da vida
Favourite OS Longhorn 4074 & Windows 7
Yeah, it's an old bug occuring in, i think, all released builds (the build you've downloaded has been compiled on 5th July and released on 13th July), maybe except the very first one. It occurs when the input is longer than 40 characters. I already fixed it (by not letting the input be longer than 40 characters) so you won't experience this error in the milestone 1 final compilation that i will release soon
Post subject: Re: FZ/OS - my own attempt to write an operating system Posted: Fri Sep 09, 2011 6:00 pm
Ex OSBA Member
Joined Thu Aug 31, 2006 2:45 pm
Posts 1443
Location in a gadda da vida
Favourite OS Longhorn 4074 & Windows 7
If by 64bit-computers you mean the x86-64 (amd64) architecture that almost all home users use today then yes it works. However it doesn't take any advantage of 64-bit mode. Not even 32-bit. It's 16-bit real mode operating system. But yes, it should work on probably any modern PC. On the other hand, i advise you to use a PC emulator, like Microsoft VirtualPC, Bochs, VirtualBox, or VMWare products (Player/Workstation/Server)
Post subject: Re: FZ/OS - my own attempt to write an operating system Posted: Mon Sep 12, 2011 7:16 pm
Ex OSBA Member
Joined Thu Aug 31, 2006 2:45 pm
Posts 1443
Location in a gadda da vida
Favourite OS Longhorn 4074 & Windows 7
miker00lz wrote:
i can assume by the last pic that it does not use BIOS calls to print to the screen...
I am using BIOS calls, just not the INT=10h, AH=0Eh. Instead i am using INT=10h, AH=09h (write character) + INT=10h, AH=02h (move cursor) + INT=10h, AH=06h (scroll when it comes to the next line). It takes more time and space to code but i have more control over what is taken from the keyboard and how is it displayed on the screen. Also, i have such possibilities as skipping the bottom line while scrolling (the InfoBar thing).
miker00lz wrote:
do you plan to add multitasking?
Honestly, i never thought about it... it's my first, small project when it comes to ASM and operating systems. I'm not saying no, let's just wait and see how far i will get with it
Post subject: Re: FZ/OS - my own attempt to write an operating system Posted: Tue Sep 13, 2011 10:17 pm
Ex OSBA Member
Joined Thu Aug 31, 2006 2:45 pm
Posts 1443
Location in a gadda da vida
Favourite OS Longhorn 4074 & Windows 7
A MAJOR UPDATE, Milestone 1 Final build out now!
fzos.iamstupid.eu is down now, so i have uploaded the Milestone 1 Final build (yes, it's out finally!) to MediaFire. Here it is: http://www.mediafire.com/?bfm3e31r48szymz The archive includes kernel file, testapp file, readme file, floppy image, and CD image (done by inserting floppy image as the bootsector).
Post subject: Re: FZ/OS - my own attempt to write an operating system Posted: Wed Sep 14, 2011 7:22 am
Newbie Beta Collector
Joined Sun Jan 17, 2010 9:46 pm
Posts 13
Favourite OS Windows 7, Debian Squeeze
fzajac wrote:
miker00lz wrote:
i can assume by the last pic that it does not use BIOS calls to print to the screen...
I am using BIOS calls, just not the INT=10h, AH=0Eh. Instead i am using INT=10h, AH=09h (write character) + INT=10h, AH=02h (move cursor) + INT=10h, AH=06h (scroll when it comes to the next line). It takes more time and space to code but i have more control over what is taken from the keyboard and how is it displayed on the screen. Also, i have such possibilities as skipping the bottom line while scrolling (the InfoBar thing).
miker00lz wrote:
do you plan to add multitasking?
Honestly, i never thought about it... it's my first, small project when it comes to ASM and operating systems. I'm not saying no, let's just wait and see how far i will get with it
ah, that's right i forgot about the single character call! well, anyway your OS definitely is a good start. man, just start working on being able to load any binary from the disk, and have some kernel system calls applications can make (file I/O will get tricky), and you've got a nice little functional operating system here. good work.
Post subject: Re: FZ/OS - my own attempt to write an operating system Posted: Wed Sep 14, 2011 9:38 am
Ex OSBA Member
Joined Thu Aug 31, 2006 2:45 pm
Posts 1443
Location in a gadda da vida
Favourite OS Longhorn 4074 & Windows 7
miker00lz wrote:
just start working on being able to load any binary from the disk, and have some kernel system calls applications can make (file I/O will get tricky), and you've got a nice little functional operating system here. good work.
Thanks for your support. Fully functional EXECUTE command and API for writing applications - that's what will come very soon (highest priority ). Last night i also had the idea how i could code some pseudo-multitasking so i might be getting somewhere...
And BTW i have to ask: How does the newest build of FZ/OS (the yesterday's M1F) act in newest fake86? I'm not sure if i have the up-to-date version (since fake86's website seems to be down from here) but it doesn't work for me (due to lack of 80x50 support and some FAT12 bug i suppose)...
Post subject: Re: FZ/OS - my own attempt to write an operating system Posted: Tue Sep 20, 2011 2:17 pm
Amateur Beta Collector
Joined Sat Nov 01, 2008 7:05 pm
Posts 272
Just wanted to add a note of thanks for this project again - You literally inspired me to have a go at knocking up my own little silly sample OS which I found immensely enjoyable as something I'd "always wanted to do". Even something as basic as what I made... There's something incredibly satisfying about watching a machine boot something from a disk/cd and seeing it running knowing there is nothing else running but what you typed yourself.
Users browsing this forum: No registered users and 0 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
All views expressed in these forums are those of the author and do not necessarily represent the views of the BetaArchive site owner.