<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://azman.my1matrix.cc/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="https://azman.my1matrix.cc/feed.php">
        <title>Azman @MY1 - notes:csys</title>
        <description></description>
        <link>https://azman.my1matrix.cc/</link>
        <image rdf:resource="https://azman.my1matrix.cc/lib/exe/fetch.php?media=wiki:logo.png" />
       <dc:date>2026-05-15T09:53:43+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://azman.my1matrix.cc/doku.php?id=notes:csys:create_bootable_usb&amp;rev=1777267210&amp;do=diff"/>
                <rdf:li rdf:resource="https://azman.my1matrix.cc/doku.php?id=notes:csys:cross_compiler&amp;rev=1777267059&amp;do=diff"/>
                <rdf:li rdf:resource="https://azman.my1matrix.cc/doku.php?id=notes:csys:mingw_compiler&amp;rev=1777267095&amp;do=diff"/>
                <rdf:li rdf:resource="https://azman.my1matrix.cc/doku.php?id=notes:csys:x86pc_gpt&amp;rev=1777267163&amp;do=diff"/>
                <rdf:li rdf:resource="https://azman.my1matrix.cc/doku.php?id=notes:csys:x86pc_mbr&amp;rev=1777267210&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://azman.my1matrix.cc/lib/exe/fetch.php?media=wiki:logo.png">
        <title>Azman @MY1</title>
        <link>https://azman.my1matrix.cc/</link>
        <url>https://azman.my1matrix.cc/lib/exe/fetch.php?media=wiki:logo.png</url>
    </image>
    <item rdf:about="https://azman.my1matrix.cc/doku.php?id=notes:csys:create_bootable_usb&amp;rev=1777267210&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-04-27T05:20:10+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>create_bootable_usb</title>
        <link>https://azman.my1matrix.cc/doku.php?id=notes:csys:create_bootable_usb&amp;rev=1777267210&amp;do=diff</link>
        <description>Create Bootable USB Drive

I will go straight to the step by step instructions and put the so-called theoretical information towards the end of this page, so that people who are only interested in getting it done can get straight into it :-P

I have done this a lot of time on Linux, but I recently discovered that I may be able to do it on Windows as well - so I may insert something on that later.</description>
    </item>
    <item rdf:about="https://azman.my1matrix.cc/doku.php?id=notes:csys:cross_compiler&amp;rev=1777267059&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-04-27T05:17:39+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>cross_compiler</title>
        <link>https://azman.my1matrix.cc/doku.php?id=notes:csys:cross_compiler&amp;rev=1777267059&amp;do=diff</link>
        <description>Cross Compilation

This has become a necessary thing to do given the environment most people are working nowadays. I think the rise of embedded systems started off the trend, where the target system is usually very slow compared to the desktop systems and somebody started to wonder,</description>
    </item>
    <item rdf:about="https://azman.my1matrix.cc/doku.php?id=notes:csys:mingw_compiler&amp;rev=1777267095&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-04-27T05:18:15+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>mingw_compiler</title>
        <link>https://azman.my1matrix.cc/doku.php?id=notes:csys:mingw_compiler&amp;rev=1777267095&amp;do=diff</link>
        <description>MinGW Compiler

I have been using MinGW (Minimalist GNU for Windows) to build my code for Windows platform. It has changed a bit since I last used it to build a cross compiler for my class. So, I want to keep a note on how I build using latest binaries. The project has moved here.

Installing MinGW:</description>
    </item>
    <item rdf:about="https://azman.my1matrix.cc/doku.php?id=notes:csys:x86pc_gpt&amp;rev=1777267163&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-04-27T05:19:23+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>x86pc_gpt</title>
        <link>https://azman.my1matrix.cc/doku.php?id=notes:csys:x86pc_gpt&amp;rev=1777267163&amp;do=diff</link>
        <description>x86PC - GUID Partition Table

GUID Partition Table (GPT)

Some notes on GPT used in currently standard UEFI-based system. 

work-in-progress...

Read more @ wikipedia</description>
    </item>
    <item rdf:about="https://azman.my1matrix.cc/doku.php?id=notes:csys:x86pc_mbr&amp;rev=1777267210&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-04-27T05:20:10+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>x86pc_mbr</title>
        <link>https://azman.my1matrix.cc/doku.php?id=notes:csys:x86pc_mbr&amp;rev=1777267210&amp;do=diff</link>
        <description>x86PC - Master Boot Record

Master Boot Record (MBR)

Some notes on MBR used in classic/legacy BIOS-based system.

	*  first sector of a partitioned storage
		*  also known as disk boot sector
		*  contains a partition table (info on how the disk is partitioned)</description>
    </item>
</rdf:RDF>
