git-svn-id: https://spexeah.com:8443/svn/Asuro@870 6dbc8c32-bb84-406f-8558-d1cf31a0ab0c
This commit is contained in:
Binary file not shown.
+2
-2
@@ -63,7 +63,7 @@ ff442b1dc417a277c68b2890740ea5a2 src/driver/storage/asfs.pas
|
||||
15e714c6bf0f6805f95cac019a8ef3ff src/driver/storage/ATA_OLD.pas
|
||||
631b160eab56da3ce6df8a76b1577452 src/driver/storage/fat32_OLD.pas
|
||||
4aeebdde832dff104bed19d4c050054f src/driver/storage/fat32.pas
|
||||
4c0ba6867e91b7ad031334aaa17d1c1c src/driver/storage/IDE.pas
|
||||
733881bce522d2f2e7ddaa200b383472 src/driver/storage/IDE.pas
|
||||
0843fb9b9ca537d4c595cafc88eac993 src/driver/storage/partitiontable.pas
|
||||
3437aa5ff213f37f5088ceb690e78d3d src/driver/storage/storagemanagement.pas
|
||||
2b3d1b9259cd2e80a8849515250998be src/driver/interface/serial.pas
|
||||
@@ -81,7 +81,7 @@ d6b9b21258bcb471d91c85c85c92cdca src/driver/bus/UHCI.pas
|
||||
0d38ece46e1dd89d6b9298d2dd21e809 src/driver/bus/XHCI.pas
|
||||
e6bac1105d578010d8c80ad98e73da75 src/driver/net/l4/icmp.pas
|
||||
d15e40376b2ea95d309c19959bbe670c src/driver/net/l4/tcp.pas
|
||||
c2e2856db3aec3febaefed782cc87175 src/driver/net/l4/udp.pas
|
||||
ac3c7deeb4e26520fc9753961577e007 src/driver/net/l4/udp.pas
|
||||
37a2153a326041fccdc8d3006ec81001 src/driver/net/l2/eth2.pas
|
||||
31163add86f65e5dfa3eb519f4cc6334 src/driver/net/l1/net.pas
|
||||
d877ae603669cb210bba08cafddff767 src/driver/net/include/nettypes.pas
|
||||
|
||||
Binary file not shown.
@@ -1,3 +1,4 @@
|
||||
menuentry "Asuro" {
|
||||
GRUB_DEFAULT=asuro
|
||||
menuentry "Asuro" --id asuro {
|
||||
multiboot /boot/asuro.bin
|
||||
}
|
||||
|
||||
BIN
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
+1
-1
@@ -1 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="76" height="20"><linearGradient id="s" x2="0" y2="100%"><stop offset="0" stop-color="#bbb" stop-opacity=".1"/><stop offset="1" stop-opacity=".1"/></linearGradient><clipPath id="r"><rect width="76" height="20" rx="3" fill="#fff"/></clipPath><g clip-path="url(#r)"><rect width="37" height="20" fill="#555"/><rect x="37" width="39" height="20" fill="#e05d44"/><rect width="76" height="20" fill="url(#s)"/></g><g fill="#fff" text-anchor="middle" font-family="Verdana,Geneva,DejaVu Sans,sans-serif" text-rendering="geometricPrecision" font-size="110"><text x="195" y="150" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="270">build</text><text x="195" y="140" transform="scale(.1)" textLength="270">build</text><text x="555" y="150" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="290">failed</text><text x="555" y="140" transform="scale(.1)" textLength="290">failed</text></g></svg>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="104" height="20"><linearGradient id="s" x2="0" y2="100%"><stop offset="0" stop-color="#bbb" stop-opacity=".1"/><stop offset="1" stop-opacity=".1"/></linearGradient><clipPath id="r"><rect width="104" height="20" rx="3" fill="#fff"/></clipPath><g clip-path="url(#r)"><rect width="37" height="20" fill="#555"/><rect x="37" width="67" height="20" fill="#97ca00"/><rect width="104" height="20" fill="url(#s)"/></g><g fill="#fff" text-anchor="middle" font-family="Verdana,Geneva,DejaVu Sans,sans-serif" text-rendering="geometricPrecision" font-size="110"><text x="195" y="150" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="270">build</text><text x="195" y="140" transform="scale(.1)" textLength="270">build</text><text x="695" y="150" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="570">succeeded</text><text x="695" y="140" transform="scale(.1)" textLength="570">succeeded</text></g></svg>
|
||||
|
Before Width: | Height: | Size: 1006 B After Width: | Height: | Size: 1015 B |
@@ -25,9 +25,9 @@ implementation
|
||||
uses
|
||||
console, terminal;
|
||||
|
||||
function send(p_data : void; p_len : uint16; p_context : PPacketContext; bindContext : PUDPBindContext);
|
||||
procedure send(p_data : void; p_len : uint16; p_context : PPacketContext; bindContext : PUDPBindContext);
|
||||
begin
|
||||
|
||||
|
||||
end;
|
||||
|
||||
function bind(bindContext : PUDPBindContext) : TUDPError;
|
||||
|
||||
Reference in New Issue
Block a user