2013-06-03 Miguel Figueiredo
* Fix format warnings
--
Melhores cumprimentos/Best regards,
Miguel Figueiredo
diff --git a/vm/vm_resident.c b/vm/vm_resident.c
index 7cf4fb1..d2edf5a 100644
--- a/vm/vm_resident.c
+++ b/vm/vm_resident.c
@@ -395,7 +395,7 @@ void pmap_startup(
while (pmap_next_pag
Here's my first patch for Mach; I hope it will get reviewed. There was
a variable reply_port that was set in the if statement, but not used as
an argument of ds_device_write_trap. I commented out the declaration
(as there is indication in the comments that in the future it might be
used in the
Hi!
On Fri, 10 May 2013 19:00:31 +0200, Samuel Thibault
wrote:
> AHCI is indeed not too complex, I've just pushed an AHCI driver to
> gnumach master. I'm currently successfully building a glibc with it.
:-)
> I have only tested with kvm for now. Actual bare hardware test is for
> later.
So, I
On 02.06.2013 14:23:20, Marin Ramesa wrote:
> 2. On a Fedora system with flex installed, I had to add /mig/
> lexxer.l:
>
> '%option noyywrap' as otherwise linker fails with an undefined
> reference.
> [...]
> mig -n -cc cat - /dev/null\
> -user vm/memory_object_user.user.c -header vm/
>