首页
网站开发
桌面应用
管理软件
微信开发
App开发
嵌入式软件
工具软件
数据采集与分析
其他
首页
>
> 详细
代做program、代写C++程序语言
项目预算:
开发周期:
发布时间:
要求地区:
Operating Systems -
New York University
Tandon School of Engineering
Department of Computer Science and Engineering
Introduction to Operating Systems
Spring 2025
Assignment 3
(10 points)
Develop a simple Linux kernel module that runs on your virtual machine. The only functionality required of your
module is to be able to load and unload, printing a debug message while doing so.
When a Linux kernel module is loaded, it invokes an init function, and when it is removed (or unloaded), it
invokes an exit function.
A) (0 points) Read chapter 2 of the freely available O’Reilly book “Linux Device Drivers, 3
rd
Edition”
(https://lwn.net/Kernel/LDD3/), in particular p.16, as well as your text book p.96 to get you started. Note that
even though the LDD3 book is written for kernel version 2.6, most mechanisms are applicable with minor or
no changes. The relevant example code is copied below as a starting point.
#include
#include
MODULE_LICENSE("Dual BSD/GPL");
static int hello_init(void)
{
printk(KERN_ALERT "Hello, world\n");
return 0;
}
static void hello_exit(void)
{
printk(KERN_ALERT "Goodbye, cruel world\n");
}
module_init(hello_init);
module_exit(hello_exit);
The hello_init() function is invoked when you insert your module (using the insmod shell command),
whereas the hello_exit() is called when you unload your module (using the rmmod shell command).
B) (0 points) Read the description of the global kernel variable jiffies and the macro HZ in the O’Reilly book
(search in the searchable pdf). Then read about the ktime_get_boottime() routine in
https://www.kernel.org/doc/html/latest/core-api/timekeeping.html
C) (0 points) You may need to install the kernel headers if not already installed. Type:
sudo apt-get install linux-headers-$(uname -r)
D) (10 points) Modify the c code given above (which becomes your lab3.c) such that:
1) The init function prints the tick time in milliseconds (i.e. the timer interval, as we defined it in weeks 1/2)
after the hello message.
The init function shall also save the value of jiffies and the current time.
Operating Systems - Prof. Omar Mansour
2) The exit function prints a goodbye message and the time in milliseconds between the insertion and
removal of the module i.e. between init and exit functions) using two different methods:
a. Using the difference in the value of jiffies from inserting the module to removing the module.
b. Using the time difference obtained by reading the timer (Hint: use ktime_get_boottime().
You shall use the Makefile provided with the assignment (In some cases, you may need to slightly modify the
Makefile provided to suit your setup). You should place it in the same directory as your .c file (lab3.c)
Hints:
E) Your module should use printk() to print messages. You will use this print facility to also debug your
code if needed ( ). More information may be found on https://www.kernel.org/doc/html/latest/core-
api/printk-basics.html
F) Use dmesg shell command to view messages printed by printk(), e.g. type:
dmesg
You may clear the log using:
dmesg -C
What to submit to gradescope:
Please submit the following files individually:
1) Source file(s) with appropriate comments.
The naming should be similar to “lab#_$.c” (# is replaced with the assignment number and $ with the
question number within the assignment, e.g. lab4_b.c, for lab 4, question b OR lab5_1a for lab 5, question
1a).
2) A single pdf file (for images + report/answers to questions), named “lab#.pdf” (# is replaced by the
assignment number), containing:
Screen shot(s) of your terminal window showing the current directory, the command used to
compile your program, the command used to run your program and the output of your program.
3) Your Makefile, if any. This is applicable only to kernel modules.
RULES:
You shall use kernel version 4.x.x or above. You shall not use kernel version 3.x.x.
You may consult with other students about GENERAL concepts or methods but copying code (or code
fragments) or algorithms is NOT ALLOWED and is considered cheating (whether copied form other
students, the internet or any other source).
If you are having trouble, please ask your teaching assistant for help.
You must submit your assignment prior to the deadline.
软件开发、广告设计客服
QQ:99515681
邮箱:99515681@qq.com
工作时间:8:00-23:00
微信:codinghelp
热点项目
更多
代写tutorial 5 structured qu...
2025-02-21
代写homework 6: measuring bi...
2025-02-21
代做problem set 1代写process...
2025-02-21
代写f24 adms 3541 case study...
2025-02-21
代写lang7402 introduction to...
2025-02-21
代写english language and stu...
2025-02-21
代写programming assignment 1...
2025-02-21
代做economics 496: undergrad...
2025-02-21
代做6com2005 practical assig...
2025-02-21
代做acct608 – financial acc...
2025-02-21
代做java lab 1帮做java编程
2025-02-21
代写mktg5001 task 1a project...
2025-02-21
代写cs 230 winter 2024 tutor...
2025-02-21
热点标签
mktg2509
csci 2600
38170
lng302
csse3010
phas3226
77938
arch1162
engn4536/engn6536
acx5903
comp151101
phl245
cse12
comp9312
stat3016/6016
phas0038
comp2140
6qqmb312
xjco3011
rest0005
ematm0051
5qqmn219
lubs5062m
eee8155
cege0100
eap033
artd1109
mat246
etc3430
ecmm462
mis102
inft6800
ddes9903
comp6521
comp9517
comp3331/9331
comp4337
comp6008
comp9414
bu.231.790.81
man00150m
csb352h
math1041
eengm4100
isys1002
08
6057cem
mktg3504
mthm036
mtrx1701
mth3241
eeee3086
cmp-7038b
cmp-7000a
ints4010
econ2151
infs5710
fins5516
fin3309
fins5510
gsoe9340
math2007
math2036
soee5010
mark3088
infs3605
elec9714
comp2271
ma214
comp2211
infs3604
600426
sit254
acct3091
bbt405
msin0116
com107/com113
mark5826
sit120
comp9021
eco2101
eeen40700
cs253
ece3114
ecmm447
chns3000
math377
itd102
comp9444
comp(2041|9044)
econ0060
econ7230
mgt001371
ecs-323
cs6250
mgdi60012
mdia2012
comm221001
comm5000
ma1008
engl642
econ241
com333
math367
mis201
nbs-7041x
meek16104
econ2003
comm1190
mbas902
comp-1027
dpst1091
comp7315
eppd1033
m06
ee3025
msci231
bb113/bbs1063
fc709
comp3425
comp9417
econ42915
cb9101
math1102e
chme0017
fc307
mkt60104
5522usst
litr1-uc6201.200
ee1102
cosc2803
math39512
omp9727
int2067/int5051
bsb151
mgt253
fc021
babs2202
mis2002s
phya21
18-213
cege0012
mdia1002
math38032
mech5125
07
cisc102
mgx3110
cs240
11175
fin3020s
eco3420
ictten622
comp9727
cpt111
de114102d
mgm320h5s
bafi1019
math21112
efim20036
mn-3503
fins5568
110.807
bcpm000028
info6030
bma0092
bcpm0054
math20212
ce335
cs365
cenv6141
ftec5580
math2010
ec3450
comm1170
ecmt1010
csci-ua.0480-003
econ12-200
ib3960
ectb60h3f
cs247—assignment
tk3163
ics3u
ib3j80
comp20008
comp9334
eppd1063
acct2343
cct109
isys1055/3412
math350-real
math2014
eec180
stat141b
econ2101
msinm014/msing014/msing014b
fit2004
comp643
bu1002
cm2030
联系我们
- QQ: 9951568
© 2021
www.rj363.com
软件定制开发网!