Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 2 May 2005 23:04:39 +0000
From:      Halil Demirezen <halil@enderunix.org>
To:        freebsd-hardware@freebsd.org
Subject:   Why is hardware so messy to cope with?
Message-ID:  <200505022304.39280.halil@enderunix.org>

next in thread | raw e-mail | index | archive | help

Hello,

I am so newbie to the kernels. I am trying to code kernel that i am currently
developing. It is nothing more than testing and seeing process... I have got
a basic kernel that does simple interrupts in protected mode. I am sending
 the source code attached.

What i want to ask is:

- why after adding ../mm/memory.o to the kernel/Makefile the processor traps
unresolved interrupt while it should trap keyboard_interrupt.

- Is there any problem in compilation flags?

All the comments on the source code will be welcomed since it will be a great
experience for me to step ahead in being a future developer of FreeBSD
kernel..


PS:

for compiling insert a floppy and
cd boot/ && make
cd kernel/ && make & make install
reboot the machine booting from floppy disk..

sincerely.

-- 
**************************
*    Halil Demirezen     *
* Geliştirici Takım Üyesi* 
*    halil@enderunix.org *
**************************


Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200505022304.39280.halil>