Hi all!
Google Summer of Code 2017 is fast approaching, with February 9 being
the deadline for projects to apply. With our record of successfully
completing all 4 ideas (msahci, NTFS, lwIP, USB) last year, we should
definitely apply again.
Aleksey and Amine have already begun filling out the application form.
Based on the 2016 ideas Wiki page, we have also created a new ideas page
at https://reactos.org/wiki/Google_Summer_of_Code_2017_Ideas
Please share your thoughts on these and add anything that's missing.
What we now need are possible mentors. Who would be available for this?
Cheers,
Colin
Hi !
After this successful poll, the winner bootlogo is without doubt the (d) version :-)
I have committed it here : https://svn.reactos.org/svn/reactos?view=revision <https://svn.reactos.org/svn/reactos?view=revision&revision=73639> &revision=73639
This is the file “1.bmp”.
As the bootlogo and the other boot images are 16-colour (palette) bitmaps, I had to adjust the palette of the other ones too (because they are occasionally rendered together).
Cheers,
Hermès
De : Ros-dev [mailto:ros-dev-bounces@reactos.org] De la part de Daniel Franzini
Envoyé : lundi 30 janvier 2017 17:20
À : ReactOS Development List
Objet : Re: [ros-dev] Bootlogos for FOSDEM (was: "RE: FOSDEM 2017 - It's happening!")
I'd go with (h) first then (d) second. I agree with David but I prefer the (h) version of the logo.
P.S.: I don't think that my opinion matters that much.
On Mon, Jan 30, 2017 at 2:08 PM, David Quintana (gigaherz) <gigaherz(a)gmail.com> wrote:
Ah I just realised I never wrote which version I prefer: d.
Reason: it's more symmetric -- fills in the empty space to the right, corresponding to the copyright notice on the left.
On 30 January 2017 at 16:40, Yaroslav Veremenko <yaroslav(a)veremenko.info> wrote:
I like c/d (preferably more d).
Yaroslav
-----Original Message-----
From: Ros-dev [mailto:ros-dev-bounces@reactos.org] On Behalf Of Hermes BELUSCA-MAITO
Sent: Saturday, January 28, 2017 8:29 AM
To: 'ReactOS Development List' <ros-dev(a)reactos.org>
Subject: [ros-dev] Bootlogos for FOSDEM (was: "RE: FOSDEM 2017 - It's happening!")
Hello everyone,
Upon an idea by Jared Smudde I modified a bit the ReactOS bootlogo to incorporate in addition the FOSDEM logo in it. See http://polariton.ad-l.ink/6WhjqNRrM/image.png or the attached file.
I have done several versions and I would like to hear what you think from them (if possible, make a choice).
Regards,
Hermès
-----Message d'origine-----
De : Ros-dev [mailto:ros-dev-bounces@reactos.org] De la part de Colin Finck Envoyé : jeudi 26 janvier 2017 00:16 À : 'ReactOS Development List'
Objet : [ros-dev] FOSDEM 2017 - It's happening!
Hi all!
Hermès and me have just decided to go to FOSDEM this year. Which is a really good idea considering that we have a booth to staff there ;)
Planning is currently happening at
https://docs.google.com/document/d/1ofYUc7j0XwDH9SmNlGzNZlO8jOGhoPUn7KTRcFm…
Just request access if you're a ReactOS member and like to add or comment stuff there.
Hermès will be preparing an ISO in the upcoming days. Please test current trunk to see if any last minute fixes need to go there. If you have ideas what cool apps we shall show at FOSDEM, please also share them here.
We will go with burning and giving away CDs again (hopefully the last time before USBs do it).
I hope that this definite plan will also motivate others to join us or visit our booth! :)
Cheers,
Colin
_______________________________________________
Ros-dev mailing list
Ros-dev(a)reactos.org
http://www.reactos.org/mailman/listinfo/ros-dev
_______________________________________________
Ros-dev mailing list
Ros-dev(a)reactos.org
http://www.reactos.org/mailman/listinfo/ros-dev
_______________________________________________
Ros-dev mailing list
Ros-dev(a)reactos.org
http://www.reactos.org/mailman/listinfo/ros-dev
--
Daniel
"Let us change our traditional attitude to the construction of programs. Instead of imagining that our main task is to instruct a computer what to do, let us concentrate rather on explaining to human beings what we want a computer to do." (Donald Knuth)
"Yes, technogeeks can be funny, even if only to each other." (http://www.boogieonline.com/revolution/science/humor/)"
"Man is driven to create; I know I really love to create things. And while I'm not good at painting, drawing, or music, I can write software." (Yukihiro Matsumoto, a.k.a. ``Matz'')
We use FreeLDR for the RAM booting, which loads in RAM an ISO (not a HDD image yet).<br>
For the LiveCD for example, the following lines can be added into freeldr.ini:<br>
<br>
[Operating Systems]<br>
...<br>
LiveCD_RamDisk="LiveCD in RAM"<br>
...<br>
<br>
[LiveCD_RamDisk]<br>
BootType=Windows2003<br>
SystemPath=ramdisk(0)\reactos<br>
Options=/MININT /RDPATH=livecd\livecd.iso /RDEXPORTASCD<br>
<br>
FreeLdr will load the "livecd\livecd.iso" file from the boot drive (a USB key for example...) (the switch '/RDEXPORTASCD' explicitely specifies that the file is loaded as an ISO image, with read-only access, etc...).<br>
Then, "ramdisk(0)\reactos" specifies that the kernel etc... will be loaded from the "reactos" directory inside the root directory constituted by the ramdisk, once the ramdisk is loaded.<br>
<br>
<br>
Regards,<br>
Hermès
So we said we 'completed msahci' but the code is languishing in a branch...
Best regards,
Alex Ionescu
On Thu, Jan 26, 2017 at 3:13 PM, Colin Finck <colin(a)reactos.org> wrote:
> Am 26.01.2017 um 23:46 schrieb Yaroslav Veremenko:
>> Just a side note, looking at the list. I think you should remove SSH Service from it as Microsoft is currently poring OpenSSH on NT
>
> Yep, done that. Thanks for the hint!
>
>
> - Colin
>
> _______________________________________________
> Ros-dev mailing list
> Ros-dev(a)reactos.org
> http://www.reactos.org/mailman/listinfo/ros-dev
Hello everyone,
Upon an idea by Jared Smudde I modified a bit the ReactOS bootlogo to incorporate in addition the FOSDEM logo in it. See http://polariton.ad-l.ink/6WhjqNRrM/image.png or the attached file.
I have done several versions and I would like to hear what you think from them (if possible, make a choice).
Regards,
Hermès
-----Message d'origine-----
De : Ros-dev [mailto:ros-dev-bounces@reactos.org] De la part de Colin Finck
Envoyé : jeudi 26 janvier 2017 00:16
À : 'ReactOS Development List'
Objet : [ros-dev] FOSDEM 2017 - It's happening!
Hi all!
Hermès and me have just decided to go to FOSDEM this year. Which is a really good idea considering that we have a booth to staff there ;)
Planning is currently happening at
https://docs.google.com/document/d/1ofYUc7j0XwDH9SmNlGzNZlO8jOGhoPUn7KTRcFm…
Just request access if you're a ReactOS member and like to add or comment stuff there.
Hermès will be preparing an ISO in the upcoming days. Please test current trunk to see if any last minute fixes need to go there. If you have ideas what cool apps we shall show at FOSDEM, please also share them here.
We will go with burning and giving away CDs again (hopefully the last time before USBs do it).
I hope that this definite plan will also motivate others to join us or visit our booth! :)
Cheers,
Colin
_______________________________________________
Ros-dev mailing list
Ros-dev(a)reactos.org
http://www.reactos.org/mailman/listinfo/ros-dev
Hi all,
Someone please announce our FOSDEM presence next Saturday and Sunday
(February 4/5) on the website.
Hermès and me will be there representing the ReactOS Project at our
shared ReactOS/HaikuOS booth in the K Building, together with Adrien
Destugues and François Revol from HaikuOS.
- Colin
On Sat, Jan 28, 2017 at 5:08 AM, <tfaber(a)svn.reactos.org> wrote:
> MmSpecialPoolTag
We should add support for '?'. This is just a few extra lines of code.
Best regards,
Alex Ionescu
Hello, this is katahiromz aka a Win32 programmer and tester from Japan.
At first, check out the x12 patch of CORE-6621. Please take a look at
the WeightFromStyle and GetFontPenalty functions.
The "DejaVu Sans Mono" fonts are in use, as substitute fonts. There is
a problem. The penalty weight of "DejaVu Sans Mono Oblique" is lighter
than one of "DejaVu Sans Mono Book" in the current penalty system of
Table 1.
The "Oblique" penalty is 4 of Italic Penalty. The "Book" penalty is 3
* ((400 - 350) / 10) == 15 of Weight Penalty.
So, Oblique < Book!
Should we adjust Italic Penalty to 16 or more?
Hi,
I’m a newcomer to ros-dev and currently try to build reactos. It is ok for me but I think there might be slight problems in the tutorial.
> cd output-MinGW-i386
I think it maybe cd output-MinGW-i386/reactos . Running `ninja` under `output-MinGW-i386` fails.
> generates a bootable ReactOS ISO file (bootcd.iso) placed into the output directory
I find `bootcd.iso` under `reactos` instead of `reactos/output`.
Are they outdated?
- JasonQSY