在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称(OpenSource Name):yuan-xy/Linux-0.11开源软件地址(OpenSource Url):https://github.com/yuan-xy/Linux-0.11开源编程语言(OpenSource Language):C 78.8%开源软件介绍(OpenSource Introduction):Linux-0.11The old Linux kernel source ver 0.11 which has been tested under modern Linux, Mac OSX and Windows. 1. Build on Linux1.1. Linux Setup
1.2. hack linux-0.11$ make help // get help
$ make // compile
$ make start // boot it on qemu
$ make debug // debug it via qemu & gdb, you'd start gdb to connect it. $ gdb tools/system
(gdb) target remote :1234
(gdb) b main
(gdb) c 2. Build on Mac OS X2.1. Mac OS X Setup
$ sudo port install qemu
$ sudo port install i386-elf-binutils i386-elf-gcc optional $ wget ftp://ftp.gnu.org/gnu/gdb/gdb-7.4.tar.bz2
$ tar -xzvf gdb-7.4.tar.bz2
$ cd gdb-7.4
$ ./configure --target=i386-elf
$ make 2.2. hack linux-0.11same as section 1.2 3. Build on Windowstodo... |
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论