Jump to content
49406

Литература для написания ОС


Haven

Recommended Posts

Немного увлекся темой разработки ОС и хотел бы поделиться кое-какой литературой.

asm (x86):

«Programming from the ground up» - одна из основных книг по изучению асма.

«Modern x86 assembly language programming» - хорошая и интересная книга, которую я уже упоминал на форуме.

 

C:

«The C programming language» - классическая книга для изучения С. Просто "мастхэв".

Также в дополнение есть другие обучающие ресурсы, которые описаны здесь.

 

Книги по ОС:

«The little book about OS development» - маленькая книжка по разработке ОС. Читается легко и доступно.

«Modern Operating Systems» - здесь все разложено по полочкам и "разбито" на детали.

 

Разное:

«Intel 64 and IA-32 Architectures Software Developer Manuals» - описание архитектуры и разработки приложений.

Вики по разработке ОС.

Сетап VS для работы с асмом.

Edited by Haven
Link to comment
Share on other sites

  • 3 weeks later...

Один чувак написал игру, которая работает без ОС1prankster.gif Со своим загрузчиком. Вот ресурс https://www.quaxio.com/bootloader_retro_game_tweet/ там есть листинг данного изделия на ассме wink.png

Edited by SirFantomas
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...