会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
JasonPeng1
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
7
8
9
10
11
12
13
14
15
···
29
下一页
2020年1月10日
《30天自制操作系统》day08——鼠标控制与32位模式切换
摘要: 可以移动鼠标了
阅读全文
posted @ 2020-01-10 00:14 JasonPeng1
阅读(173)
评论(0)
推荐(0)
2020年1月9日
《30天自制操作系统》day07——FIFO与鼠标控制
摘要:
阅读全文
posted @ 2020-01-09 22:58 JasonPeng1
阅读(177)
评论(0)
推荐(0)
《30天自制操作系统》day06——分割编译与中断处理
摘要:
阅读全文
posted @ 2020-01-09 22:55 JasonPeng1
阅读(180)
评论(0)
推荐(0)
2020年1月8日
算法初步——贪心B1023.组个最小数
摘要: #include <bits/stdc++.h> #include<math.h> #include <string> using namespace std; const int MAX_LEN = 100005; int main(){ int temp[10]; for(int i =0;i<
阅读全文
posted @ 2020-01-08 21:36 JasonPeng1
阅读(152)
评论(0)
推荐(0)
《30天自制操作系统》day05——结构体,文字显示与GDT/IDT初始化
摘要:
阅读全文
posted @ 2020-01-08 20:51 JasonPeng1
阅读(256)
评论(0)
推荐(0)
《30天自制操作系统》day04——C语言与画面显示的练习
摘要: void io_hlt(void); void io_cli(void); void io_out8(int port, int data); int io_load_eflags(void); void io_store_eflags(int eflags); /* ���͓����\�[�X�t
阅读全文
posted @ 2020-01-08 16:15 JasonPeng1
阅读(212)
评论(0)
推荐(0)
《30天自制操作系统》day03——进入32位模式并导入C语言
摘要: BIOS >CPU 读磁盘(如果是SSD会特别快,但还是比不上内存快) >CPU读缓冲区地址(也就是把程序装载到内存中) BIOS >CPU 读磁盘(如果是SSD会特别快,但还是比不上内存快) >CPU读缓冲区地址(也就是把程序装载到内存中) .c如何变成机器语言的?(非常重要) C语言的不便之处:
阅读全文
posted @ 2020-01-08 11:32 JasonPeng1
阅读(178)
评论(0)
推荐(0)
《30天自制操作系统》day02——汇编语言学习与Makefile入门
摘要: 寄存器分为段寄存器和通用寄存器。 可结合《汇编语言》-王爽: CPU最多存储32个字节的数据(只是通用寄存器),如果加上段寄存器也才只有44字节。 4 Makefile入门
阅读全文
posted @ 2020-01-08 09:20 JasonPeng1
阅读(201)
评论(0)
推荐(0)
《30天自制操作系统》day01
摘要:
阅读全文
posted @ 2020-01-08 09:17 JasonPeng1
阅读(141)
评论(0)
推荐(0)
2020年1月7日
算法初步——哈希表A1048Find Coins
摘要: 思路: two pointers #include <bits/stdc++.h> #include<math.h> #include <string> using namespace std; const int MAX_LEN = 100005; bool cmp(int a,int b){ r
阅读全文
posted @ 2020-01-07 18:18 JasonPeng1
阅读(138)
评论(0)
推荐(0)
上一页
1
···
7
8
9
10
11
12
13
14
15
···
29
下一页
公告