IT点滴

我不去想是否能够成功 既然选择了远方 便只顾风雨兼程
  博客园  :: 首页  :: 联系 :: 订阅 订阅  :: 管理

2008年7月7日

摘要: Background With emergence of Web 2.0, identity management is becoming a core focus. Security in online transactions is gaining attention from all technology vendors including Microsoft. Microsoft's re... 阅读全文

posted @ 2008-07-07 01:17 Ady Lee 阅读(595) 评论(0) 推荐(0)

摘要: Download basic_kernel.zip - 1.26 KB Introduction In this first basic tutorial I'll show how to make a very basic kernel and boot a system from a floppy disk with our kernel. Even building a simple 'r... 阅读全文

posted @ 2008-07-07 01:16 Ady Lee 阅读(1136) 评论(0) 推荐(0)

摘要: Basic Inline Assembly The format for inline assembly in C is very simple asm ("statements"); __asm__("statements") can also be used Whatever is inside the asm call will be placed as is in the assembl... 阅读全文

posted @ 2008-07-07 01:15 Ady Lee 阅读(427) 评论(0) 推荐(0)

摘要: Download source files - 2 Kb Introduction First of all, what does term "inline" mean? Generally the inline term is used to instruct the compiler to insert the code of a function into the code... 阅读全文

posted @ 2008-07-07 01:14 Ady Lee 阅读(732) 评论(0) 推荐(0)