电机资讯工程实习 个人电脑系统(英文版).pptVIP

  • 0
  • 0
  • 约5.71千字
  • 约 38页
  • 2019-08-23 发布于广东
  • 举报

电机资讯工程实习 个人电脑系统(英文版).ppt

* System service call (disk) C Programs: main() { // call CreateFile // by the C library, to // create a file on disk CreateFile(“a.txt”) } Borland C library: Int CreateFile(…) { // call NtCreateFile, // provided by NT to // create a file NtCreateFile(…); } NT library: Void NtCreateFile(…) { // call NtInternalCreateFile, that in turn will // call the file system driver and the disk // driver to create a file on a disk NtInternalCreateFile(…); } * System service calls (network) C Programs: main() { so = createsocket(); send(so, “text”); close(so); } Borland C library: int creat

文档评论(0)

1亿VIP精品文档

相关文档