c# kernel
Coremarkı yeniden yazma planlarım, cosmosu bulmamla yeniden alevlendi.
http://www.gocosmos.org‘u temel alan yeni coremarkı, c# ile kodluyorum. Şimdilik sadece bir SS mevcut. Dahası yakında…
No comments yet.
No trackbacks yet.
kernel development: setting hybrid development environment linux/win
July 17, 2008 - 9:44 pm
Tags: coremark, development, hybrid, kernel, linux, qemu, ulteo, virtualbox, windows
Posted in Development | No comments
So,you are a hobby kernel developer? You develop your code with gnu toolchain? But also use windows? Need to access your toolchain from windows? You compiled a cross-compiler gcc for cygwin but ld keeps warning about PE file format?
Then with following software, you can just run a hybrid development environment, full-featured with all tools avaible [...]
coremark: windows üzerinde gnu development
July 16, 2008 - 1:37 pm
Tags: colinux, coremark, gnu, linux, ulteo, virtual desktop
Posted in Development | No comments
cygwin gibi çözümlerde olsa, bir süredir colinux ile işlerimi hallediyordum. Son birkaç gündür colinuxın kısıtlamaları yüzünden yeni alternatifler ararken, colinux tabanlı andlinux ve ulteo virtual desktopı buldum.
Her ikisinide denedim ve ulteo virtual desktop neredeyse zero-configuration olduğu için seçimim oldu. artık çekirdek kodunu, linux boot etmeden, virtual desktop ile windows ile derleyebiliyorum. Hem böylece sevdiğim IDE [...]
linkz
July 10, 2008 - 3:17 pm
Tags: boot process, death knight, emulation, emulator, exploit, games, gotwow, host, kernel, links, memory map, motherboard, pvp, WoTLK, wow
Posted in Development, Gaming | No comments
kernel
the linux kernel boot process; http://duartes.org/gustavo/blog/post/kernel-boot-process
The previous post explained how computers boot up right up to the point where the boot loader, after stuffing the kernel image into memory, is about to jump into the kernel entry point.
motherboard chipsets and the memory map http://duartes.org/gustavo/blog/post/motherboard-chipsets-memory-map
making a tiny kernel (translation): http://translate.google.com/translate?u=http%3A%2F%2Fa.michelizza.free.fr%2FPmWiki%2Fpmwiki.php%3Fn%3DTutoOS.TutoOS&hl=en&ie=UTF8&sl=fr&tl=en
wow
pvpscene: mmo-champion.com’s arena-info site http://www.pvpscene.com/
arena-junkies: another wow-arena [...]
news for freaks: int6.org – II – beta stage
June 30, 2008 - 10:19 am
Tags: int6.org, kernel
Posted in Development | No comments
We got the domain now and pligg is running on. So you’re welcome guys.. Check it; http://www.int6.org
news for freaks: int6.org – alpha stage
June 25, 2008 - 3:59 pm
Tags: kernel, links
Posted in Development | No comments
As you may already aware of i had a site called kerndev.mine.nu featuring collected kernel development links. After moving on a new host, the site was down and i was thinking of re-opening it last days. So today, i stealed a bit from my work-time, hunted a link manager and there i hit the pligg!
So [...]
kernel link of the moment: osdev.org
June 25, 2008 - 10:29 am
Tags: kernel, kernel link of the moment, link
Posted in Development | No comments
OS Development Forums & Wiki; http://www.osdev.org
I visit the site very frequently. Same for you also if you’re a system programming & kernel freak.
LINQ: random play
June 20, 2008 - 2:50 pm
Tags: c#, LINQ
Posted in Development | No comments
Last days i’m playing with LINQ for my inhouse stockautomation project. I’m pasting this code here for future reference;
//template_item o = (template_item)cmb_templates.Items[cmb_templates.SelectedIndex];
//d00005DataContext d5 = new d00005DataContext();
//var q = from c in d5.sablonlars
// join d in d5.STOK_OZELLIK_TANIMLARIs on c.OZELLIK_ID equals d.OZELLIK_ID
// where c.SABLON_ID == o.ID
// select new { c.OZELLIK_ID, d.OZELLIK_ADI, c.ZORUNLU };
//List<ozellik> ozellikler = new List<ozellik>(q.Count());
//foreach [...]
kernelguys from archive.org (Feb 18, 2006)
June 7, 2008 - 12:38 am
Tags: kernel, links
Posted in Development | 1 comment
NOTE: As i copied this thru archive.org, links do not work BUT INSTEAD TRY tooltip of the links. You’ll see the correct address for the link.
NOTE2: I’m already adding correct links to my new kernel-links related site http://www.int6.org. Try it instead.
kernelguys.org is a site focusing kernel development / coding. Kernel coding needs lot of practice [...]
paging, secure programming, stack smashing, songbird, e17…
October 4, 2007 - 5:14 pm
Tags: kernel, kernel talks
Posted in Development | No comments
Sunucuda ki problem yüzünden bir süredir yazamıyorum. O kadar çok şey biriktiki yazmak için;
JamesM’in çekirdek geliştirme kaynağına rastladım geçen gün. osdever’deki Brain’s tutorial tabanlı olsada, paging & heap başlıkları oldukça doyurucu bilgi içermekte. Hatta şimdiye kadar paging konusunda bu kadar iyi bir kaynağa rastlamamıştım.
stumbleupon’larken codeide.com a rastladım. web üzerinden konsol programları yazmak ve win32 ve [...]
gitstats
August 28, 2007 - 2:21 pm
Tags: git, kernel, linux
Posted in Development | No comments
Jungseung Lee’in hazırladığı gitstat linux çekirde?inin mevcut durumu hakkında oldukça ilginç bilgiler sunmakta. Ayrıca mükemmel bir diff_manager‘ı var.

