grub을 다운받으면 docs라는 디렉토리안에 multiboot.h boot.S kernel.c라
는 파일이 있는 데요.
이거 한 번 컴파일 해볼려고 했더니 잘 안되는 군요.
kernel.c는 컴파일되는 데 제가 gas의 사용법을 몰라서 boot.S는 컴파일
을 못하겠군요.....
boot.S의 원본은....
/* boot.S - bootstrap the kernel */
/* Copyright (C) 1999, 2001 Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or
modify
it under the terms of the GNU General Public License as published
by
the Free Software Foundation; either version 2 of the License, or