MGOS3 Rebuild 2

This forums is for OS project announcements including project openings, new releases, update notices, test requests, and job openings (both paying and volunteer).
Post Reply
Kieran
Member
Member
Posts: 54
Joined: Mon Apr 11, 2005 11:00 pm

MGOS3 Rebuild 2

Post by Kieran »

I have re-released MeganetOS3 onto SF.Net.

I have re-coded all of the kernel and the library, hope people find this usefull.
octavio
Member
Member
Posts: 94
Joined: Wed Oct 25, 2006 5:12 am
Location: Barcelona España
Contact:

Re: MGOS3 Rebuild 2

Post by octavio »

Kieran wrote:I have re-released MeganetOS3 onto SF.Net.

I have re-coded all of the kernel and the library, hope people find this usefull.
a link could be useful.
User avatar
bluecode
Member
Member
Posts: 202
Joined: Wed Nov 17, 2004 12:00 am
Location: Germany
Contact:

Post by bluecode »

User avatar
Combuster
Member
Member
Posts: 9301
Joined: Wed Oct 18, 2006 3:45 am
Libera.chat IRC: [com]buster
Location: On the balcony, where I can actually keep 1½m distance
Contact:

Post by Combuster »

It refuses to build (translations included):

Code: Select all

.
.
.
PAGING.c:44: warning: implicit declaration of function `write_cr0'
PAGING.c:44: warning: implicit declaration of function `read_cr0'
TIMER.c: In function `timer_install':
TIMER.c:36: warning: implicit declaration of function `kprintf'
VGA.c:911: warning: 'write_pixel1' defined but not used
VGA.c:923: warning: 'write_pixel2' defined but not used
VGA.c:934: warning: 'write_pixel4p' defined but not used
VGA.c:952: warning: 'write_pixel8' defined but not used
VGA.c:961: warning: 'write_pixel8x' defined but not used
VGA.c:971: warning: 'draw_x' defined but not used
VGA.c:1041: warning: 'font512' defined but not used
VIDEO.c: In function `init_video':
VIDEO.c:96: warning: implicit declaration of function `kprintf'
 Linking Kernel... Opdracht of bestandsnaam onjuist
 [invalid command or filename]
DONE.

 Using Image: (C:\MGOS\src\1_44.ima)
 Adding kernel to Floppy Disk Image... B: Het systeem kan het opgegeven pad niet
 vinden. 
 [Drive B: does not exist.]
Ongeldig station opgegeven 
 [Invalid drive]
B: Het systeem kan het opgegeven bestand niet vinden. 
 [Drive B: does not exist]

 Press Any Key To Exit...
Seriously, why are you trying to access my 5¼" drive :shock:
"Certainly avoid yourself. He is a newbie and might not realize it. You'll hate his code deeply a few years down the road." - Sortie
[ My OS ] [ VDisk/SFS ]
User avatar
inflater
Member
Member
Posts: 1309
Joined: Thu Sep 28, 2006 10:32 am
Location: Slovakia
Contact:

Post by inflater »

Your OS looks like BSOD :lol:... but anyways I'm always missing a usable shell! #-o
A little criticism: capslock, numlock, scroll lock and shift aren't working, "Saterday" should be as "Saturday" - but for a 0.0.1.23 version its alright.
Good work :)

BTW I've tested the boot floppy.
My web site: http://inflater.wz.cz (Slovak)
Derrick operating system: http://derrick.xf.cz (Slovak and English :P)
Kieran
Member
Member
Posts: 54
Joined: Mon Apr 11, 2005 11:00 pm

Post by Kieran »

It doesnt access your floppy drive, there are some instructions which i forgot to add.

You need the virtual FloppyDisk application available here. (Win32 Only)

As for the build errors, I believe this is caused by myself, I forgot to include the setup program into the release.

Look for a new release shortly...
Post Reply