kern

diff src/main.c @ 76:0fe6eef16335

holy fuck, copy_on_write didn't actually do the copy!!!!
author John Tsiombikas <nuclear@member.fsf.org>
date Sat, 05 Nov 2011 04:53:46 +0200
parents fa65b4f45366
children a6513dc35f04
line diff
     1.1 --- a/src/main.c	Sat Oct 15 08:07:09 2011 +0300
     1.2 +++ b/src/main.c	Sat Nov 05 04:53:46 2011 +0200
     1.3 @@ -5,6 +5,7 @@
     1.4  #include "asmops.h"
     1.5  #include "segm.h"
     1.6  #include "intr.h"
     1.7 +#include "ata.h"
     1.8  #include "rtc.h"
     1.9  #include "timer.h"
    1.10  #include "mem.h"
    1.11 @@ -35,6 +36,9 @@
    1.12  	/* initialize paging and the virtual memory manager */
    1.13  	init_vm();
    1.14  
    1.15 +	/* initialize ATA disks */
    1.16 +	init_ata();
    1.17 +
    1.18  	/* initialize the timer and RTC */
    1.19  	init_timer();
    1.20  	init_rtc();