タグ

関連タグで絞り込む (2)

タグの絞り込みを解除

osに関するpetite_blueのブックマーク (5)

  • KolibriOS official site

  • INT 10H - Wikipedia

    This article includes a list of general references, but it lacks sufficient corresponding inline citations. Please help to improve this article by introducing more precise citations. (June 2015) (Learn how and when to remove this message) INT 10h, INT 10H or INT 16 is shorthand for BIOS interrupt call 10hex, the 17th interrupt vector in an x86-based computer system. The BIOS typically sets up a re

  • DOS/V Int 10h 私的 reference

    Test page... DOS/V INT 10h 私的 REFERENCE ※これ以下のページに書かれている内容は私の一存によるもので、DOS/V 用のディスプレイドライバを作ったメーカならびに団体、個人の方々が内容の保証をするものではありません。 またこれを書いた当の人も保証はいたしませんが、ご意見、ご要望、間違いなどは気軽にお申しつけくださればできる範囲で対処したいと思います。 そんなとこです。 もくじ はじめに 概要 機能別さくいん INT 10h Glossary int 10h, ah=00h ビデオモード設定 int 10h, ah=01h カーソルサイズ設定 int 10h, ah=02h カーソル位置設定 int 10h, ah=03h カーソル位置、サイズ取得 int 10h, ah=05h ビデオページ設定 int 10h, ah=06h 上スクロールと画面消去

  • はじめに - Writing an OS in 1,000 Lines

    書では、小さなOSをゼロから少しずつ作っていきます。 OSと聞くと腰が引けるかもしれませんが、OS (特にカーネル) の基機能は案外単純です。巨大なオープンソースソフトウェアとしてよく挙げられるLinuxでさえ、バージョン0.01はたった8413行でした。様々な要求に応えるために次第に肥大化していっただけで、当初は大変素朴な実装になっていました。 書では素朴なコンテキストスイッチ、ページング、ユーザーモード、コマンドラインシェル、ディスクデバイスドライバ、ファイルの読み書きをC言語で実装します。これだけ様々な機能が詰め込まれているのに、コードは合計でたった1000行未満です。 「1000行なら1日でできそう」と思うかもしれませんが、初学者には少なくとも3日はかかるでしょう。OS自作のハマりポイントは「デバッグ」です。アプリケーション開発とは違うデバッグ手法・能力を習得する必要がありま

    はじめに - Writing an OS in 1,000 Lines
    petite_blue
    petite_blue 2023/08/06
    Writing an OS in 1,000 Lines
  • Front Page

    Greetings! Welcome to the third blog of the series “1st-stage GUI setup”: September 2023: Partly Wine-syncing setupapi October-November 2023: Making partitioning UI work December 2023: First tests In this third blog post, I will cover my work done during the month of December 2023: testing the whole 1st-stage GUI setup, together with the partially wine-synced setupapi dll. Finishing and testing th

    Front Page
  • 1