[phpBB Debug] PHP Warning: in file [ROOT]/phpbb/db/driver/mysqli.php on line 264: mysqli_fetch_assoc(): Couldn't fetch mysqli_result
[phpBB Debug] PHP Warning: in file [ROOT]/phpbb/db/driver/mysqli.php on line 326: mysqli_free_result(): Couldn't fetch mysqli_result
[phpBB Debug] PHP Warning: in file [ROOT]/phpbb/db/driver/mysqli.php on line 264: mysqli_fetch_assoc(): Couldn't fetch mysqli_result
[phpBB Debug] PHP Warning: in file [ROOT]/phpbb/db/driver/mysqli.php on line 326: mysqli_free_result(): Couldn't fetch mysqli_result
Pete's QBASIC Site Discuss QBasic, Freebasic, QB64 and more 2006-03-23T14:59:40-05:00 http://petesqbsite.com/phpBB3/app.php/feed/topic/1393 2006-03-23T14:59:40-05:00 2006-03-23T14:59:40-05:00 http://petesqbsite.com/phpBB3/viewtopic.php?p=11171#p11171 <![CDATA[FBOS]]> :lol:

Statistics: Posted by bungytheworm — Thu Mar 23, 2006 2:59 pm


]]>
2006-03-18T04:04:17-05:00 2006-03-18T04:04:17-05:00 http://petesqbsite.com/phpBB3/viewtopic.php?p=11112#p11112 <![CDATA[FBOS]]>
I'v been playing with idea to make my own "OS" distribution using FreeDOS + my shell -it could be fun. But I need to do a lot of work.

Probably for gui I'm going to use MASkinG gui wich is based on allegro. It seems pretty good so I won't have to reinvent the wheel here.

But we'll see.

Statistics: Posted by vongodric — Sat Mar 18, 2006 4:04 am


]]>
2006-03-17T11:24:04-05:00 2006-03-17T11:24:04-05:00 http://petesqbsite.com/phpBB3/viewtopic.php?p=11106#p11106 <![CDATA[FBOS]]>
It's so true, though...

It's nearly as bad as the MMORPG craze was (and still is, to some extent)over at certain game programming forums, except this craze actually has people accomplishing something instead of dreaming all day!

Which reminds me, I should get back to work on mine, too. :)
I was working on my own microkernel (using GRUB for bootstrap) but frankly, OS coding from scratch is a bit boring so I decided to do a bsd distro instead, seeing as there's not many (compared to the staggering number of Linux distros, that is). I'd show some screenies but there's not much worth showing that people haven't already seen...basically, my distro is specifically designed as a BSD desktop system, but it removes many of the more difficult parts of BSD management by handling them automatically and installing a lot of default stuff (when installed, X and KDE are autoconfigured for you, so you never have to touch xorg.conf at all nor do a pkg_add kde since it's already installed and pre-configured). It's basically FreeBSD minus sysinstall (it has its own installer with very minimal install options, so even the layman can install it) and plus X/KDE ready to go. I am even hoping to attempt to write a utility that will allow the user to easily compile a custom kernel, without having to know anything at all about how the kernel config file works or how to compile it...

But enough sidetracking and self-promotion from me. :P VG, what are your long-term goals for this project of yours?

Statistics: Posted by Nodtveidt — Fri Mar 17, 2006 11:24 am


]]>
2006-03-16T17:08:47-05:00 2006-03-16T17:08:47-05:00 http://petesqbsite.com/phpBB3/viewtopic.php?p=11100#p11100 <![CDATA[FBOS]]>
It's nearly as bad as the MMORPG craze was (and still is, to some extent)over at certain game programming forums, except this craze actually has people accomplishing something instead of dreaming all day!

Which reminds me, I should get back to work on mine, too. :)

edit: I just got a very simple external program running. It doesn't do much, and it's loaded alongside the kernel (since I don't have a filesystem yet), but it's still a running program!

Statistics: Posted by thegrogen — Thu Mar 16, 2006 5:08 pm


]]>
2006-03-15T09:53:12-05:00 2006-03-15T09:53:12-05:00 http://petesqbsite.com/phpBB3/viewtopic.php?p=11089#p11089 <![CDATA[FBOS]]> :lol: :lol:

Statistics: Posted by Seb McClouth — Wed Mar 15, 2006 9:53 am


]]>
2006-03-15T09:19:29-05:00 2006-03-15T09:19:29-05:00 http://petesqbsite.com/phpBB3/viewtopic.php?p=11087#p11087 <![CDATA[FBOS]]>

*goes back to work on his bsd distro*

Statistics: Posted by Nodtveidt — Wed Mar 15, 2006 9:19 am


]]>
2006-03-14T21:14:33-05:00 2006-03-14T21:14:33-05:00 http://petesqbsite.com/phpBB3/viewtopic.php?p=11081#p11081 <![CDATA[FBOS]]>
I'm working on my own operating system (HorusOS), as well, but it's completely independent of other operating systems. That is to say, it doesn't depend upon DOS for ANYTHING. It's bootable, but since I haven't had much time to work on it, the kernel doesn't really do much, and I just scrapped my memory manager since it didn't really work very well, and it's design wasn't very good.

My OS is probably going to use a microkernel, so pretty much everything will just be a loaded program or driver, which will allow the user to customize the OS much more easily. All the kernel does is manage the currently running tasks, manage memory, and provide a runtime library for the programs (and the rest of the OS) to use. The drivers are basically just add-ons to the kernel runtime library, and the user will be able to add them and remove them at will. The kernel will not provide a GUI or a shell, as that will be managed by other tasks.

The runtime will probably be similar to the FB runtime, so it will be fairly easy to modify the FB compiler to produce HorusOS executables. The first programs will most likely be written in ASM, followed by C and FB. I'll probably provide a native FB compiler with the distros when I release it. Some of the OS might also be written in FB (probably the GUI and the GUI library).

I dont have program loading or task switching in yet, but hopefully I will have that implemented by the end of the summer, if I get the time.

Statistics: Posted by thegrogen — Tue Mar 14, 2006 9:14 pm


]]>
2006-03-14T07:36:36-05:00 2006-03-14T07:36:36-05:00 http://petesqbsite.com/phpBB3/viewtopic.php?p=11076#p11076 <![CDATA[FBOS]]>
why waste such effort on 16system? wnd why are you trying devide with 0 anyway?
1) 16bit system? Because it's fun!
2) It's an error... not sumfin I wanna do... because 0 diveded by whatever = 0, it just wouldn't make sense...

anywayz

Good luck & cya around!

Statistics: Posted by Seb McClouth — Tue Mar 14, 2006 7:36 am


]]>
2006-03-14T07:08:44-05:00 2006-03-14T07:08:44-05:00 http://petesqbsite.com/phpBB3/viewtopic.php?p=11075#p11075 <![CDATA[FBOS]]> Statistics: Posted by vongodric — Tue Mar 14, 2006 7:08 am


]]>
2006-03-14T05:43:09-05:00 2006-03-14T05:43:09-05:00 http://petesqbsite.com/phpBB3/viewtopic.php?p=11073#p11073 <![CDATA[FBOS]]>
It's just reading plain C-code and try if there is a similar thing for it in QB, if not, I try to code it...

Statistics: Posted by Seb McClouth — Tue Mar 14, 2006 5:43 am


]]>
2006-03-14T05:20:09-05:00 2006-03-14T05:20:09-05:00 http://petesqbsite.com/phpBB3/viewtopic.php?p=11072#p11072 <![CDATA[FBOS]]>
As soon as I'm able to fix that divide-through-zero, next step follows...

grtz

Statistics: Posted by Seb McClouth — Tue Mar 14, 2006 5:20 am


]]>
2006-03-14T04:47:09-05:00 2006-03-14T04:47:09-05:00 http://petesqbsite.com/phpBB3/viewtopic.php?p=11071#p11071 <![CDATA[FBOS]]>
I'v never made secret of my projecst so fbos is open source as all my other projects.

However I am a bit confused: Ported linux src into qbasic? Please explain to me HOW qbinux works, how does it execute programs, how does the core logic work?

FBOS: I use timer interrupt based threading system (basically same as any other OS. Programs are loaded dynamically into memory and the entry point is extracted and in the thread this entry point is executed. I also can receave/send events to / from applications.

How do you do threading for example?

Statistics: Posted by vongodric — Tue Mar 14, 2006 4:47 am


]]>
2006-03-14T03:35:38-05:00 2006-03-14T03:35:38-05:00 http://petesqbsite.com/phpBB3/viewtopic.php?p=11069#p11069 <![CDATA[FBOS]]>
QBinux is developed in QBASIC based on Z!res old fake-os project
It was... Until recently I have decided just to use only the necessary things. Most of Qbinux is now based upon the real deal. Last week, I was able to implent some linux source code (ported to QB) and it worked, before it didn't.
it's programs are bytecode that are interpreted?
That's an idea for a compiler... which I don't have yet... So currently only program with real QBasic code

I was just wondering, since your making a huge program, you might wanna share some knowledge with the McClouth team.

Good luck anywayz...

grtz
Seb

Statistics: Posted by Seb McClouth — Tue Mar 14, 2006 3:35 am


]]>
2006-03-13T13:43:52-05:00 2006-03-13T13:43:52-05:00 http://petesqbsite.com/phpBB3/viewtopic.php?p=11062#p11062 <![CDATA[FBOS]]> Statistics: Posted by vongodric — Mon Mar 13, 2006 1:43 pm


]]>
2006-03-13T13:24:18-05:00 2006-03-13T13:24:18-05:00 http://petesqbsite.com/phpBB3/viewtopic.php?p=11061#p11061 <![CDATA[FBOS]]>
QBinux is developed in QBASIC based on Z!res old fake-os project, it's programs are bytecode that are interpreted?

If so then srym but I'm not interested.

FBOS is developed in FreeBASIC/C(djgpp) and thus is natievly 32bit system. And it's applications aren't neither scripts nor bytecode but also compiled using either FreeBASIC compiler or C/C++(djgpp) and linked together with a special linker.

FBOS offers:
"True " Pre-empiteve threading (timer interrup based)
dynamic library support (Greater part of the core system is exposed to programs via dynamically loadable libraries)

Statistics: Posted by vongodric — Mon Mar 13, 2006 1:24 pm


]]>