Skip to main content

H.C. Chen's Library tagged learning   View Popular

21 May 09

Alwanza:  How To Linux - Mount Floppy

  • Find your file system table (fstab), usually in /etc/fstab.

The QEMU forum • View topic - compiling c code on qemu-arm



  • Re: compiling c code on qemu-arm


    Postby pablo on Thu Feb 26, 2009 9:12 am




    Most likely you want to install some operating system into you qemulated arm environment. I'd suggest some Debian based os.
    There is quite a good instructions how to do that at <!-- m -->http://www.aurel32.net/info/debian_arm_qemu.php<!-- m --> .

    Then you want to install gcc by giving following command "apt-get install gcc" (root privileges needed)
    and at the end, you can command "gcc -s source.c"
06 Jan 09

易符學苑

[17:00:49] H.C. Chen 說 : 像 Forth 這樣的東西必須藏諸名山以待來人
[17:01:37] yap @ Forth 說 : 嘿嘿,就像史紀
[17:02:37] H.C. Chen 說 : 我來看,丁陳老師的東西都不知道在那裡!!
我算有點用功了!
[17:03:27] yap @ Forth 說 : http://www.eforth.com.tw/academy.htm 都在這裡呀

www.eforth.com.tw/academy.htm - Preview

forth learning ebook book eforth

14 Dec 08

Crash Dump Analysis » Blog Archive » Basic Windows Crash Dump Analysis (Part 1)

實際網址在這裡。Firefox 3 不能 view , 必須用 IE 閱讀,
http://www.dumpanalysis.org/BWCDA/BasicWindowsCrashDumpAnalysis_Part1_files/frame.htm

www.dumpanalysis.org/...ows-crash-dump-analysis-part-1 - Preview

windbg learning tutorial debug tip windows ntsd ebook

01 Dec 08

Publications - Bradford J. Rodriguez

Moving Forth: a series on writing Forth kernels
This series originally appeared in The Computer Journal. Accompanying source code can be found on the CamelForth page.

* Part 1: Design Decisions in the Forth Kernel (33K text, 21K images)
* Part 2: Benchmarks and Case Studies of Forth Kernels (31K text)
* Part 3: Demystifying DOES> (48K text, 45K images)
* Part 4: Assemble or Metacompile? (8K text)
* Part 5: The Z80 Primitives (9K text, 38K linked files)
* Part 6: The Z80 High-level Kernel (20K text, 36K linked files)
* Part 7: CamelForth for the 8051 (12K text, 5K images)
* Part 8: CamelForth for the 6809 (10K text, 33K linked files)
* Multitasking 8051 CamelForth (23K PDF file)

www.bradrodriguez.com/papers - Preview

forth ebook learning

30 Nov 08

Forth Lesson 10 - OLPC

  • In order to be used for a given purpose, for example network booting,
    a node must implement a stipulated set of methods.

Forth Lesson 9 - OLPC

  • Open Firmware (OFW) is an application written in Forth which includes a
    live Forth programming environment. It can be viewed as a Forth system that
    has been extended with additional words to make it useful for a special
    purpose.
  • The "dev" command changes the Forth interpreter context so that the
    contents of a device node are visible, making that node the "active
    package". ".properties" shows the properties of the active package.
29 Nov 08

Forth Lesson 8 - OLPC

  • Literal Strings


    If you just want a literal string for use later, i.e. you don't want
    to display it, use " (quote) instead of ." (dot-quote)

    • Win32Forth does not support Literal Strings this way. It's s" on KsanaVM, Win32Forth, ... etc. <> defines $" is an extension I think. - on 2008-11-29
    Add Sticky Note
  • Embedding Control Characters in Strings
    • I don't like this.
      Guys, enjoy playing anyway !!!
      - on 2008-11-29
    Add Sticky Note
  • 10 more annotations...
27 Nov 08

Forth Lesson 5 - OLPC

  • interactive exploration of the
    Forth system itself
    • Introspection 是「自我反省」的意思。 - on 2008-11-28
    Add Sticky Note
  • ok see dp
    224 user dp value = -1210197548
    • F-PC and Win32Forth have DP , but not ficl.
      DP means the samething to all systems.
      - on 2008-11-28
    Add Sticky Note
  • 13 more annotations...

学习80X86保护模式运行原理的bochs下的Image文件 - CPU及微机基本硬件的使用 - OldLinux - Powered by Discuz!

学习80X86保护模式运行原理的bochs下的Image文件


http://oldlinux.org/Linux.old/
http://oldlinux.org/Linux.old/study/
http://www.oldlinux.org/Linux.old/study/sabre/os/articles/

www.oldlinux.org/...viewthread.php - Preview

linux programming bochs tech forum learning software ebook china

  • 学习80X86保护模式运行原理的bochs下的Image文件




    http://oldlinux.org/Linux.old/

    http://oldlinux.org/Linux.old/study/

    http://www.oldlinux.org/Linux.old/study/sabre/os/articles/

  • 学习80X86保护模式运行原理的bochs下的Image文件


    [这个贴子最后由taowentao在 2006/02/16 10:10am 第 1 次编辑]



    最新 QEMU 0.8 虚拟机模拟软件——免费软件,随意下载,任意使用

    支持:

    1.x86、arm、PowerPC、Sparc、MIPS等系统模拟;

    2.软盘、硬盘、光驱、usb、串口、并口、声卡、网卡、显卡、鼠标、键盘等全系统模拟;

    3.虚拟机运行状态保存,恢复,使之可从上次保存的运行状态恢复,并继续执行;

    4.采用动态编译技术,速度极快;

    5.真正的软件模拟,不会对系统及硬件造成任何不良后果;

    6.监控台可执行多种命令,如更换软盘映象文件,保存虚拟机运行状态,全屏切换等;

    7.串口输出可重定向到文件;

    8.加载硬件加速模块后(不加载也有很好的性能),可与任何商业模拟软件相媲美;

    9.点击窗口后,自动捕获鼠标,极其简单、快速、方便。

    主题:  “自编的实时微内核及多窗口 (含虚拟机qemu演示)”

    下有最新的 QEMU 0.8 for windows 虚拟机模拟软件,及其演示;

    点击下载连接处超连接即可下载,然后按照说明解压缩,执行即可看到演示效果。
1 - 20 of 61 Next › Last »
Showing 20 items per page

Diigo is about better ways to research, share and collaborate on information. Learn more »

Join Diigo