Question about which tools to use, bugs, the best way to implement a function, etc should go here. Don't forget to see if your question is answered in the wiki first! When in doubt post here.
hendric
Member
Posts: 38 Joined: Sat Oct 21, 2006 10:56 am
Location: China
Post
by hendric » Sun Mar 18, 2007 1:28 am
Well as I determine using Microsoft X64 Compiler to implement my loving 64bit-kernel but I found it not support __asm keyword and functions without naked attribute support . Sigh , what about guys choosing 64bit-kernel for development ?
Just Lazy Writing Anything...
PyroMathic
Member
Posts: 33 Joined: Wed Apr 26, 2006 11:00 pm
Post
by PyroMathic » Sun Mar 18, 2007 2:15 am
lo,
I use FASM for all my 64-bit code (and i use MASM32 for the rest).
Regards
PyroMathic
hendric
Member
Posts: 38 Joined: Sat Oct 21, 2006 10:56 am
Location: China
Post
by hendric » Sun Mar 18, 2007 6:13 am
PyroMathic wrote: lo,
I use FASM for all my 64-bit code (and i use MASM32 for the rest).
Regards
PyroMathic
Sounds a great challenge by using pure assembly
Just Lazy Writing Anything...
AndrewAPrice
Member
Posts: 2309 Joined: Mon Jun 05, 2006 11:00 pm
Location: USA (and Australia)
Post
by AndrewAPrice » Sun Mar 18, 2007 6:52 am
GCC - Using MinGW, DJGPP, or Cygwin to build a cross compiler to x86_64
hendric
Member
Posts: 38 Joined: Sat Oct 21, 2006 10:56 am
Location: China
Post
by hendric » Sun Mar 18, 2007 6:50 pm
MessiahAndrw wrote: GCC - Using MinGW, DJGPP, or Cygwin to build a cross compiler to x86_64
Yea of cause I tried but I found M$ IDE more convient for development
A ugly IDE will not be helpful as my thought ...
Just Lazy Writing Anything...
pcmattman
Member
Posts: 2566 Joined: Sun Jan 14, 2007 9:15 pm
Libera.chat IRC: miselin
Location: Sydney, Australia (I come from a land down under!)
Contact:
Post
by pcmattman » Mon Mar 19, 2007 1:08 am
Notepad++ is a nice IDE - tabbed MDI and it'll color for heaps of langauges.
Plus you can set key shortcuts - I do this to build my OS when I've made modifications - CTRL-F5 is my friend here